0% found this document useful (0 votes)
32 views1 page

Arduino Clones

The document discusses different types of Arduino clones and variants including boards that are cheaper versions of standard Arduino designs and boards that extend or improve on the Arduino. It provides examples of clones like the Sparkfun RedBoard and Adafruit Metro and variants like the Node MCU, Adafruit Trinket, Freetronics EtherTen, and Particle Photon.

Uploaded by

royal1979
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

Arduino Clones

The document discusses different types of Arduino clones and variants including boards that are cheaper versions of standard Arduino designs and boards that extend or improve on the Arduino. It provides examples of clones like the Sparkfun RedBoard and Adafruit Metro and variants like the Node MCU, Adafruit Trinket, Freetronics EtherTen, and Particle Photon.

Uploaded by

royal1979
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Arduino Clones and Variants

Unofficial boards fall into two categories. Some just take the standard open source
hardware designs of Arduino and build a cheaper one. Some names you can search for
boards of this nature include the following:
♦ The Sparkfun RedBoard
♦ The Adafruit Metro
♦ The Olimexino
More interestingly, some Arduino-compatible designs are intended to extend or
improve the Arduino in some way. New variants are appearing all the time, and far too
many exist to mention them all. However, the following are some of the more interesting
and popular variants:
♦ The Node MCU board, which is based around the ESP8266 WiFi System on a chip.
This provides a very low-cost solution for projects where you need a WiFi
connection for your Arduino. See Ch. 10 for more information.
♦ Adafruit Trinket, a very small Arduino.
♦ Freetronics EtherTen, an Arduino with built-in Ethernet.
♦ Particle Photon, a low-cost board with WiFi. It is programmed over the Internet
using Arduino C but with a Web-based IDE rather than the Arduino IDE.

Conclusion
Now that you have explored the Arduino hardware a little, it’s time to set up your Arduino
software.

You might also like