Arduino is an open-source physical computing platform based on a simple i/o board and a development environment that implements the Processing/Wiring language. Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer (e.g. Flash, Processing, MaxMSP). The open-source IDE can be downloaded for free (currently for Mac OS X, Windows, and Linux).
The Arduino microcontroller platform has become very popular in the past years amongst electronic enthusiasts and hobbyists. Unlike other microcontroller development tools, the Arduino environment provides a very user friendly programming language and upload tool.
The Arduino UNO is a development board that features:
- Atmel ATmega328 microcontroller
- 14 digital input/output pins
- 6 analog inputs
- 16MHz clock
- 1 USB connector
- 2KB SRAM (included in ATmega328)
- 1KB EEPROM (included in ATmega328)
- 32KB Flash Memory (included in ATmega328)
- 1 On-board LED
- 1 Reset Button
For more information you can visit Arduino's website
No comments:
Post a Comment