NAO RSS reader - A Robot-App!

Using this app, you can turn your NAO to a RSS reader. The Choregraphe (and some Python) code in this app can process any RSS feed, you can change the sources in the first box. (When opening it with Choregraphe)

Get the app from the RobotAppStore: http://www.robotappstore.com/Apps/NAO-Reads-RSS.html?x=E1CDC171-FD1D-494B-9FD4-74603D150016

View more

From: RobotAppStore

Related topics : rss app open source / rss feed reader source code / open source rss feed reader

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

From: Gareth Halfacree

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