Upload Arduino sketch to Atmega328: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 13: | Line 13: | ||
The board hosting the Atmega328 chip will have an ISP connector (In System Programmer). This is a 6 pin connector as 3x2. | The board hosting the Atmega328 chip will have an ISP connector (In System Programmer). This is a 6 pin connector as 3x2. | ||
Required software is the [https://www.arduino.cc/en/Main/Software | Required software is the [https://www.arduino.cc/en/Main/Software Arduino IDE]. |
Revision as of 14:38, 12 October 2018
Overview
This is a guide to upgrade a sketch on atmel atmega328 chip.
Involved product are RPICT8, RPICT7V1, RPCT4V3, Emonwrt3.
Preliminaries
Required hardware is the Nanoprog.
The board hosting the Atmega328 chip will have an ISP connector (In System Programmer). This is a 6 pin connector as 3x2.
Required software is the Arduino IDE.