Difference between revisions of "Recommended Arduino Boards"

From KONNEKTING Wiki
Jump to navigation Jump to search
(Created page with "There are two major Arduino "sources" available: * www.arduino.cc * www.arduino.org We focus on devices found on www.arduino.cc and support following chips for following dev...")
 
Line 1: Line 1:
 +
= Clarification =
 
There are two major Arduino "sources" available:
 
There are two major Arduino "sources" available:
  
Line 14: Line 15:
 
* Atmel/Microchip SAMD21G18
 
* Atmel/Microchip SAMD21G18
 
** Arduino Zero
 
** 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.

Revision as of 10:27, 13 December 2018

Clarification

There are two major Arduino "sources" available:

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

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 ProMicro
  • 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.