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

Programming Arduino (1) Pages 30

Uploaded by

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

Programming Arduino (1) Pages 30

Uploaded by

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

The Lilypad does not have a USB connection, and you must use a separate

adaptor to program it. It has an exceptionally beautiful design.


Adafruit also sell a board called the Flora, which is similar in concept to the
Lilypad.

Other “Official” Boards


The previously described Arduino boards are the most useful and popular ones.
However, the range of Arduino boards constantly changes, so for a complete and
up-to-date picture of the Arduino family, see the official Arduino website list at
www.arduino.cc/en/Main/Hardware .

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

You might also like