From WikiChip
Arduino
Revision as of 16:56, 19 December 2015 by BCD (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Arduino Logo.svg

An Arduino is an evaluation kit-like single-board, microcontroller intended for hobbyists by making electronic projects easier and more accessible.[1] The Arduino is an open-source hardware project that use 8-bit to 32-bit processors. The Arduino has a C compiler with a set of standard libraries that provide easy functionality for performing common tasks such as setting up interrupts, reading I/O pins, setting up PWM pins, reading and writing to the EEPROM, and various other services. A major reason for the Arduino's popularity steams from its easy way of interfacing with an extensive set of sensors, motors, and other modules (called 'shields').

Arduino board are an open specification. They can be bought pre-assembled, as a DIY kits, or in individual parts to be assembled by hand.

History[edit]

A hand-soldered Arduino board

The original project started in 2002 when Massimo Banzi was brought into IDII.[2] Unfortunately their dwindling budget caused them to look for alternative means of doing interactive design. At the time, students relied on the BASIC Stamp, another microcontroller designed by [[Parallax] which can be programmed in BASIC and has been used in the field for over a decade. Their major issue with that board was that it was relatively expensive (around $100 per board) and it lacked the processing power needed for some of his student's projects.

After seeing the success of the processing programming language developed by his colleague from MIT which was due to its simplicity of use, Banzi wondered if the same concept can be applied for a microcontroller.

The first prototypes were done using Wiring, programming framework for microcontrollers which was developed at the same school in 2003.[3] From there they fine-tuned it, making it cheaper and lighter. Additionally, their microcontroller was accommodated by an IDE. The first prototype board was released in 2005. The same year the board got its name: the Arduino.[4] The Arduino was released under Creative Commons Attribution Share-Alike license. Today, the Arduino can be bought from as low as $10-$30.

Software[edit]

Main article: Arduino IDE

The Arduino comes with a free, cross-platform, IDE, written in Java. The IDE is designed to be very simple to get started with and use. It features a subset of just the most common features found in most other IDEs such as the bracket matching and syntax highlighting. Additionally, the IDE makes it extremely easy to compile the program and upload it to the microcontroller with a single button click. The Arduino programs can be done using C or C++.

References[edit]

  1. Arduino accessed on December 22, 2013
  2. IEEE Spectrum, accessed on December 24, 2013
  3. Wiring, accessed on December 24, 2013
  4. Arduino and Kinect Projects: Design, Build, Blow Their Minds, Enrique Ramos Melgar, Ciriaco Castro Diez Apress, Apr 18, 2012 Book