Difference between revisions of "Arduino"
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''Arduino''' is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. | '''Arduino''' is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. | ||
− | == | + | {{see wikipedia}} |
− | + | ||
− | + | == Overview == | |
− | * | + | The Arduino programming language is based on ''Wiring'' and is essentially [[wikipedia:C (programming language)|C]]/[[wikipedia:C++|C++]] (several simple transformations are performed before passing to the avr-gcc compiler). The goal of the Arduino project is to make tools available that are accessible, low-cost, low capital investment, flexible and easy-to-use for artists and hobbyists, particularly those who might not otherwise have access to more sophisticated controllers that require more complicated tools. Arduino projects can be stand-alone or they can communicate with software on running on a computer (e.g. Flash, Processing, MaxMSP). |
+ | |||
+ | == Credit == | ||
+ | The core Arduino consists of 5 people. | ||
+ | * Massimo Banzi | ||
+ | * David Cuartielles | ||
+ | * Tom Igoe | ||
+ | * Gianluca Martino | ||
+ | * David Mellis | ||
+ | |||
+ | == External links == | ||
+ | {{arduino links}} | ||
+ | |||
+ | {{arduino models}} |
Latest revision as of 17:02, 20 January 2010
Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.
See Wikipedia for more details on Arduino.
Overview
The Arduino programming language is based on Wiring and is essentially C/C++ (several simple transformations are performed before passing to the avr-gcc compiler). The goal of the Arduino project is to make tools available that are accessible, low-cost, low capital investment, flexible and easy-to-use for artists and hobbyists, particularly those who might not otherwise have access to more sophisticated controllers that require more complicated tools. Arduino projects can be stand-alone or they can communicate with software on running on a computer (e.g. Flash, Processing, MaxMSP).
Credit
The core Arduino consists of 5 people.
- Massimo Banzi
- David Cuartielles
- Tom Igoe
- Gianluca Martino
- David Mellis
External links
- Official Arduino Page
- SparkFun - Arduino distributor
- MakerShed - Arduino distributor
|