ATmega328PB Testing
Hardware
Software
Installation on Arduino IDE 1.6.10+
-
The current avr-gcc toolchain (4.9.2-atmel3.5.3-arduino2) have not all files for the Atmega328PB: So you have to update the files in
/arduino/hardware
with the files from this repository under hardware. When in the future all files are included with the toolchain then this step can be skipped. -
Add the following URL to the Arduino Boards Manager (File->Preferences).
https://github.com/watterott/ATmega328PB-Testing/raw/master/package_m328pb_index.json
-
Install the ATmega328PB Boards via the Boards Manager (Tools->Boards->Boards Manager).
Further Infos
-
Another project/guide for the ATmega328PB: https://hackaday.io/project/9313-uino-mini-super-atmega328pb
-
Discussion in the Italian Arduino Forum: http://forum.arduino.cc/index.php?topic=374642.0
-
Differences between ATmega328/P and ATmega328PB: http://www.atmel.com/Images/Atmel-42559-Differences-between-ATmega328P-and-ATmega328PB_Application%20Note_AT15007.pdf
History / Contributions
- Patch v1.0.1 - Astrobeed, gpb01, PaoloP
- avr-gcc 4.9.2 for linux64 - sabas1080
- All Pull Requests...