Arduino

From CIRCA

Jump to: navigation, search
VTracker
Content stucture deleted. (1 Occurances)
Content inserted. (4 Occurances)
Content structure inserted. (5 Occurances)
Content changed. (4 Occurances)

Description

The Arduino is, primarily, a standard design for a micro controller board, which is, in essence, a very simple computer. The board consists of a single microcontroller, or processor, and a series of onboard sensors, plus additional electronic connection banks for inputs and outputs to, basically anything that will accept or produce an electric signal (ie. Switches, electronic thermometers, LCD displays, LED???s, etc).

To program the microcontroller, a user has available to them arelatively easy to use programming language that is relativelysimilar to C++. Based on a similar language, Wired, the Arduino hastwo functions that must exist in each program. Setup(), whichinitializes any and all of the input and output pins the Arduinowill use with that program installed, and Loop(), which will run ina constant loop on each successive clock-cycle of themicrocontroller, which the Arduino is powered.

The Ardunio, as described by the product website:

???Arduino is a tool for making computers that can sense andcontrol more of the physical world than your desktop computer.It's an open-source physical computing platform based on asimple microcontroller board, and a development environment forwriting software for the board??? (Arduino Website)

Currently there are 13 version of the Arduino boards available(link to product page). Produced by Smart Projects (link to companyweb page), they range in size and capabilities.

Personal tools