Recommended Arduino Boards

From KONNEKTING Wiki
Revision as of 12:32, 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 KONNEKTING Device Library has been developed and tested against the following platforms:

It is totally okay to use cheap Arduino boards from ebay or aliexpress, but you should be aware of the matching type of board according to the board-definitions of the platforms we use.

Our current and clear recommendation is, to use a SAM21G18 based board, as the chip provides 32k RAM and 256k Memory and 48Mhz clock speed. So plenty of space and performance at lowest possible current consumption.

Boards we can recommend

Elecrow Crowduino M0 SD

14649511760.jpg

https://www.elecrow.com/crowduino-m0-sd-p-1649.html

Attention: this boards runs a "M0 bootloader". Please ensure that you select the correct board in Arduino IDE. It's "Arduino M0 Pro (Native USB Port)". KONNEKTING (talk) to be verified ...