Arduino based rss reader is an enhanced integration between Arduino and Internet connection. This project using python to read the feed and send serially to Arduino then display on LCD. This project could be expanded to use with any website that has rss feed service such as read your facebook status, stock quotes, weather report, or twitter status. [link]
This is the first version of my Skyline Lamp. The circuit and the code that runs the microprocessor were all developed using the Arduino environment and then once I was happy everything worked as I wanted it I made my own circuit board using an Atmel ATMega168 microprocessor running my code to control the dual RGB LED’s. The test version used 4 LED’s but I managed to find a supplier of nice bright RGB LED’s so this final version uses just two.
The code is set to randomly choose two RGB Colours (256 values per colour channel) and then slowly morph from the last set of colours to the new set with a 10 seconds delay inbetween the transitions.
The WaitLess system developed by four geek guys from Georgia Institute of Technology. The WaitLess system tracks all the buses on the Georgia Institute of Technology Campus and display the status with LEDs on a map of the bus routes which is solar powered system and it is wireless internet driven so the system can be placed at any bus stop. Read more…
Mike McRoberts sent me a cool project used for scaring the foxes away, he writes:
After having trouble with foxes scavenging my bins and crapping all over my patio I decided enough was enough and i was going to make something to scare the foxes away.Using a parallax IR sensor, an Arduino microprocessor board and a servo, I built this device that does the job.
I think it would be better if you show a video clip when scaring the foxes away.
Thanks Mike McRoberts. [link]
Here is an electronic display board using 32×16 LED Dot Matrix, Arduino Duemilanove, 2x shift register(74VHC595) , 2 x current source transistor array(TD62783), LED driver chips(TB62706) and a few of other components. The row LED driven by 74VHC595 through TD62783 and the column driven by TB62706.[link]