Difference between revisions of "Recommended Arduino Boards"
Konnekting (talk | contribs) |
Konnekting (talk | contribs) |
||
Line 1: | Line 1: | ||
= Clarification = | = Clarification = | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
We focus on devices found on www.arduino.cc and support following chips for following devices: | We focus on devices found on www.arduino.cc and support following chips for following devices: | ||
Line 29: | Line 20: | ||
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. | 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. | ||
+ | |||
+ | Be aware that there are different SAMD boards out there: | ||
+ | |||
+ | * Boards which refer to "M0" | ||
+ | * Boards which refer to "Zero" | ||
+ | |||
+ | Both use different bootloader and both use in general differen pin-definitions. So you cannot really use the same sketch on both. You have to adapt to the few differences they have. | ||
= Boards we can recommend = | = Boards we can recommend = |
Revision as of 12:59, 13 December 2018
Clarification
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:
- Arduino.cc default ATmega based boards
- Arduino.cc SAMD Boards: https://github.com/arduino/ArduinoCore-samd
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.
Be aware that there are different SAMD boards out there:
- Boards which refer to "M0"
- Boards which refer to "Zero"
Both use different bootloader and both use in general differen pin-definitions. So you cannot really use the same sketch on both. You have to adapt to the few differences they have.
Boards we can recommend
Elecrow Crowduino M0 SD
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 ...