Overview
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 physical
computing platform based on a simple i/o board and a development environment
that implements the Processing/Wiringlanguage. Arduino can be used to develop
stand-alone interactive objects or can be connected to software on your
computer. The open-source IDE can be downloaded for free (currently for Mac OS
X, Windows, and Linux).
Features:
- Microcontroller: ATmega328.
- Operating Voltage: 5V.
- Input Voltage :7-9V.
- Digital I/O Pins: 14 (of which 6 provide PWM output).
- Analog Input Pins: 6.
- Flash Memory: 32 KB (ATmega328) .
- SRAM :2 KB (ATmega328).
- EEPROM: 1 KB (ATmega328).
- Clock Speed :16 MHz.
For Design & Code Click Here