Difference between revisions of "Arduino"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
 
Line 53: Line 53:
 
* [https://en.wikipedia.org/wiki/Arduino Arduino] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Arduino Arduino] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/List_of_Arduino_boards_and_compatible_systems List of Arduino boards and compatible systems]
 
* [https://en.wikipedia.org/wiki/List_of_Arduino_boards_and_compatible_systems List of Arduino boards and compatible systems]
 +
* [https://boingboing.net/2018/03/22/tinkercad-has-a-nifty-arduino.html Tinkercad] - online Arduino simulator
  
 
[[Category:Computer hardware]]
 
[[Category:Computer hardware]]
 
[[Category:Computers]]
 
[[Category:Computers]]
 
[[Category:Projects]]
 
[[Category:Projects]]

Latest revision as of 10:17, 22 March 2018

Arduino is an open-source computer hardware and software company, project and user community that designs and manufactures microcontroller-based kits for building digital devices and interactive objects that can sense and control objects in the physical world.

Description

The project is based on microcontroller board designs, manufactured by several vendors, using various microcontrollers.

These systems provide sets of digital and analog I/O pins that can be interfaced to various expansion boards ("shields") and other circuits.

The boards feature serial communications interfaces, including USB on some models, for loading programs from personal computers.

For programming the microcontrollers, the Arduino project provides an integrated development environment (IDE) based on the Processing project, which includes support for the C and C++ programming languages.

History

The first Arduino was introduced in 2005, aiming to provide an inexpensive and easy way for novices and professionals to create devices that interact with their environment using sensors and actuators.

Common examples of such devices intended for beginner hobbyists include simple robots, thermostats, and motion detectors.

Commerce

Arduino boards are available commercially in preassembled form, or as do-it-yourself kits.

The hardware design specifications are openly available, allowing the Arduino boards to be manufactured by anyone.

Adafruit Industries estimated in mid-2011 that over 300,000 official Arduinos had been commercially produced, and in 2013 that 700,000 official boards were in users' hands.

Arduino UNO

Arduino UNO is a microcontroller from Arduino.

According to Arduino:

The UNO is the best board to get started with electronics and coding.

If this is your first experience with electronics and coding, the UNO is the most robust board you can start playing with.

The UNO is the most used and documented board of the whole Arduino & Genuino family.

See:

See also

External links