This project developed by ArduinoWill. “Arduino Space Invaders Clone” is clone of the classic Space Invaders game using Arduino Duemilanove, Liquidware TouchShield Slide and the Sparkfun 3 Axis Accelerometer. Using the accelerometer as a tilt sensor to control the movement of your defender and tapping the screen to fire.[link]
This project suggested by Nick Hardeman.
Nick writes:
Nove Bit is an interactive 3 x 3 matrix that allows users to record sequences of light and save them as 9 bit memories.Nove Bit addresses human to computer interaction by allowing the user to physically input the memory as 9 bits, as opposed to the traditional 8 bit computer memory. Nove Bit also touches on the notion of a personal memory by recording a users’ thoughts in time and replaying them as a pattern of lights. The visual memories are stored as 9 bits, represented by a corresponding button. Compared to 8 bits, 9 bits also allows for a visually even distribution of the memory as a square. The “Nove”, which means nine in Italian, also references the Arduino Duemilnove, one of the two micro-controllers that control the unit.
NES never die because there are many microcontroller projects related to NES released almost every day. Here is a fun NES project using Arduino. Fun or not ? see video.[link]
otaviousp a member on instructables will show you how to control things over the internet using Arduino board and an Arduino Ethernet Shield. In this example, otaviousp demonstrated how simple to control LEDs over the internet using Arduino which is emulated as a Web Server and listen for command to turn on or off the LED. It is a great example to learn to control another things. [link]
Here is a great Arduino project for Twitter users. Arduino reads ambient temperature then sending mean value for displaying on Twitter . This project using Arduino Duemilanove, Arduino Ethernet Shield, three temperature sensors(LM35) [link]