sauttefk / ATmega328PB-Testing

Atmel/Microchip ATmega328PB support for Arduino IDE

Home Page:https://github.com/watterott/wattuino#wattuino-pro-mini-pb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATmega328PB Testing

Hardware

Software

Installation on Arduino IDE 1.8+

  1. The Arduino AVR-GCC Toolchain (5.4.0-atmel3.6.0) supports the Atmega328PB. Further infos here.

  2. Add the following URL to the Arduino Boards Manager (File->Preferences).

    https://github.com/watterott/ATmega328PB-Testing/raw/master/package_m328pb_index.json
    
  3. Install the ATmega328PB Boards via the Boards Manager (Tools->Boards->Boards Manager).

Further Infos

Known Issues

ATmega328P and ATmega328PB have different thresholds for reset. This can be a problem when using a 5V power supply for the microcontroller and an USB serial adapter with 3.3V logic level on DTR.

  • Reset Input Threshold Voltage (read as 0/low):
    • ATmega328P: 2.1V @ Vcc=5V
    • ATmega328PB: 1.6V @ Vcc=5V

History / Contributions

  • Patch v1.0.1 - Astrobeed, gpb01, PaoloP
  • avr-gcc 4.9.2 for linux64 - sabas1080
  • All Pull Requests...

About

Atmel/Microchip ATmega328PB support for Arduino IDE

https://github.com/watterott/wattuino#wattuino-pro-mini-pb


Languages

Language:C++ 46.5%Language:C 43.1%Language:Arduino 10.4%