Difference between revisions of "Recommended Arduino Boards"
Konnekting (talk | contribs) |
Konnekting (talk | contribs) |
||
Line 21: | Line 21: | ||
** Arduino Zero | ** Arduino Zero | ||
− | + | Our [[KONNEKTING Device Library]] has been developed and tested against the following platforms: | |
* Arduino.cc default ATmega based boards | * Arduino.cc default ATmega based boards | ||
* Arduino.cc SAMD Boards: https://github.com/arduino/ArduinoCore-samd | * 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. | 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. | ||
Line 31: | Line 33: | ||
== Elecrow Crowduino M0 SD == | == Elecrow Crowduino M0 SD == | ||
− | |||
− | |||
https://www.elecrow.com/media/catalog/product/cache/1/small_image/9df78eab33525d08d6e5fb8d27136e95/1/4/14649511760.jpg | https://www.elecrow.com/media/catalog/product/cache/1/small_image/9df78eab33525d08d6e5fb8d27136e95/1/4/14649511760.jpg | ||
https://www.elecrow.com/crowduino-m0-sd-p-1649.html | 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)". [[User:Konnekting|KONNEKTING]] ([[User talk:Konnekting|talk]]) to be verified ... |
Revision as of 12:32, 13 December 2018
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:
- 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.
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 ...