Fun with Arduino
Need a simple/small/cheap microprocessor with loads of peripherals (I2C) that is easy to tinker with? Arduino's products might be something for you. The Arduino Uno sports a atmega328 (Atmel 8-bit AVR RISC-based microcontroller) with 1K EEPROM, 2K SRAM and 32 KB Flash Memory.
Many devices can be connected trough I2C. Devices such as 3D gyros, temperature-, humidity-, brightness sensors, external storage as well as a gps receivers.
(c) ardunio.cc |
Tools:
- Arduino (official editor/compiler)
- Programming visually: http://minibloq.org/
- Eclipse Plug-in: http://avr-eclipse.sourceforge.net/wiki/index.php/Plugin_Download
- CrossWorks for AVR, IDE: http://www.rowley.co.uk/
- Design circuit boards: http://fritzing.org/
Documentation: