RGB LED Scrolling Clock

2009 by Patric

Video : Part I

RGB LED Scrolling Clock from Mike Mc on Vimeo.

Video : Part II

RGB LED Scrolling Clock - Part 2 from Mike Mc on Vimeo.

Mike McRoberts sent me a cool RGB LED Scrolling Clock project based on Boarduino. Mike McRoberts writes:

This is an 8×8 RGB LED module, being driven by 4x
74HC595N Shift Registers controlled by a Boarduino (Arduino clone that can be used on a breadboard). The time data is from a DS1307 Real Time Clock IC.The display is outputting the time and then the date and cycling through 7 different colours. This took me about 5 hours in total to put together and code.This is really a test for another clock project I have in mind.

[Part I] [Part II]

Thanks Mike McRoberts.

PoorNothing specialWorth projectPretty coolAwesome ! (2 votes)
Loading ... Loading ...
Clock projects, LED

Ethernet Shield LED WEB SERVER

2009 by Patric

ethernet-shield-led-web-server

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]

PoorNothing specialWorth projectPretty coolAwesome ! (9 votes)
Loading ... Loading ...
Arduino Duemilanove, Arduino Ethernet Shield, LED

Temperature Twitter

2009 by Patric

temperature-twitter-1

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]

PoorNothing specialWorth projectPretty coolAwesome !
Loading ... Loading ...
Arduino Duemilanove, Arduino Ethernet Shield, Twitter

Arduino I2C to PWM converter

2009 by Patric

arduino-i2c-to-pwm-converter

Mikrokopters is a popular R/C toy which is a multi-copters that use I2C bus to control the electronic speed controller(ESC).  13brv3, a member on rcgroups developed this I2C to PWM converter using Arduino mini to use with his Turnigy Plush 18A ESCs with 128 throttle steps available. [link]

PoorNothing specialWorth projectPretty coolAwesome !
Loading ... Loading ...
Arduino mini, Hacking

Arduino Ethernet Gas Meter

2009 by Patric

arduino-ethernet-gas-meter

Richard Parker shows you “How to build a web connected gas meter with Arduino” and displaying  gas usage in real-time on Pachube which is a service that enables you to connect, tag and share real time sensor data from objects, devices, buildings and environments around the world.

The main sensor on this unit is a photo-reflector, which is a fancy name for an infrared LED and an infrared sensor in one assembly. When the infrared sensor detects a reflection from the infrared LED, the strength of that reflection is fed back into the Arduino.

[link]

PoorNothing specialWorth projectPretty coolAwesome ! (1 votes)
Loading ... Loading ...
Measuring