Gareth Halfacree

Rank: 186 / 670

3 selected videos

Arduino RSS reader (revision 1.1)

An updated - and better quality - video, plus some slight improvements to the code.

A hacked-together RSS reader outputting to a 16x2 LCD on an Arduino Duemilanove, using the example serial LCD sketch and a Python backend to download, parse, and provide the content over USB.

Written as part of an up-coming Arduino feature on bit-tech.net.

Python backend based on TINYenormous' Facebook profile script here:

http://blog.tinyenormous.com/2008/12/02/arduino-based-rss-reader-with-lcd/

For...

View more

Related topics : python rss reader code / python rss reader example

Arduino RSS Reader (revision 1.2) - Twitter Edition

This is a modification of the Arduino RSS Reader shown here:

http://www.youtube.com/watch?v=5-ssVEwqn80

Rather than a standard RSS feed, this version takes a Twitter feed and shows @replies for a particular user. The reader now takes advantage of both lines of the 16x2 LCD, showing the originator's Twitter username on the top line and scolling their message across the bottom line.

For more information about this project, be sure to check out the Arduino article which will appear on...

View more

Related topics : rss feed reader

Arduino RSS reader (revision 1)

A hacked-together RSS reader outputting to a 16x2 LCD on an Arduino Duemilanove, using the example serial LCD sketch and a Python backend to download, parse, and provide the content over USB.

Written as part of an up-coming Arduino feature on bit-tech.net.

Python backend based on TINYenormous' Facebook profile script here:

http://blog.tinyenormous.com/2008/12/02/arduino-based-rss-reader-with-lcd/

For updates - and to be alerted when the article is published - follow me on...

View more

Related topics : python rss reader example / rss reader download