Recommended Arduino Boards

From KONNEKTING Wiki
Revision as of 10:28, 13 December 2018 by Konnekting (talk | contribs)
Jump to navigation Jump to search

Clarification

There are two major Arduino "sources" available:

  • www.arduino.cc
  • www.arduino.org

The difference between both is:

  • They use different bootloaders
  • They use different platform-implementations

We focus on devices found on www.arduino.cc and support following chips for following devices:

  • Atmel ATmega 328P
    • Arduino Nano
    • Arduino ProMini
  • Atmel ATmega 32U4
    • Arduino Leonardo
    • Arduino Micro
  • Atmel/Microchip SAMD21G18
    • Arduino Zero

Our current and clear recommendation is, to use a SAM21G18 based board. As our Software compiles against the official Arduino.cc platforms, your board should run a Bootloader that is supported by those official Arduino.cc platforms.