50% developed

A Beginner's Arduino Guide/Where to get Arduino

From Wikibooks, open books for an open world
Jump to navigation Jump to search

There are several types of Arduino controllers:

Genuine Arduino Controllers[edit | edit source]

An official Arduino Uno R3. These boards are made in Italy, and support the Arduino developers. The baseline boards, these have the best compatibility with the Arduino IDE, and has a large amount of community documentation and support to accompany them.

These controllers usually cost about $25 USD. Most of the funding goes to support the Arduino organization. We strongly encourage you to purchase at least one Genuine Arduino or make a contribution to the project.

Genuine controllers often work best with the Arduino software. They use common serial controller chips such as the FTDI chip that have certified signed drivers for both the PC and Mac.

Arduino Compatibles[edit | edit source]

A SparkFun RedBoard Plus. This board is generally compatible with the Arduino Uno design, but swaps a USB Type B port for a USB Type C port, among other changes.

Arduino compatibles are distinct from clones, in that they usually have distinct capabilities and significantly different hardware from official Arduino models. Arduino compatibles typically have their own branding, and don't try to pass themselves off as official Arduinos.

Here are some common features compatibles add or change compared to official Arduinos:

  • Different microcontroller (More power efficient, more powerful, different architecture, etc)
  • Different USB or serial port.
  • Solderless expansion connectors.
  • Built in Wireless radio for Wi-Fi, Bluetooth, etc.
  • Built in sensors.
  • Different formfactors.

Arduino Clones[edit | edit source]

An Arduino Nano clone. Cheap and easy to come by, the low cost of clones means they are often used in projects requiring a large number of boards, harsh environments where the board can be expected to be destroyed or be irretrievable, or otherwise uses where long term quality is not a concern. Another use for clones is simply to use as the more permanent base for a project, freeing up a more premium dev board for a new project.

Because Arduino is open source, there are a number of Arduino clones that simply use official designs with either no modification, or modifications exclusively for cost reductions. These clones are typically unbranded, though less scrupulous sellers may try to pass off counterfeits falsely labeled as official Arduino boards.

These are typically around $5, however you can find some Arduino Nano versions for as little as $2.27 (includes shipping). eBay is a popular place to purchase Arduino controllers, however be warned that many of the suppliers are in Hong Kong and China, and shipping times can be longer then usual. Allow one or two weeks for shipping at a minimum. Don't be shocked if a clone unit is a dud or acts funky - it comes with the territory.

The lower-cost Arduino Clones use a lower-cost serial interface chip such as the CH340D. The drivers for these chips are not included in the Arduino IDE. You must install these drivers manually.