Upload Arduino sketch to Atmega328: Difference between revisions

From lechacal
Jump to navigation Jump to search
(Created page with " =Overview= This is a guide to upgrade a sketch on atmel atmega328 chip. Involved product are RPICT8, RPICT7V1, RPCT4V3, Emonwrt3. =Hardware= Required hardware is the ...")
 
No edit summary
Line 7: Line 7:
Involved product are RPICT8, RPICT7V1, RPCT4V3, Emonwrt3.
Involved product are RPICT8, RPICT7V1, RPCT4V3, Emonwrt3.


=Hardware=
=Preliminaries=


Required hardware is the [[NanoProg_v1 | Nanoprog]].
Required hardware is the [[NanoProg_v1 | 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 [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.