You are here: Home Members Brian Jepson RSS Reader
Document Actions

RSS Reader

Up one level

A Make Controller-powered RSS reader

RSS Reader in Action
Here's a photo of the RSS reader pulling down the Weather Underground feed. The LCD Panel is available from Spark Fun, part no. LCD-00461: http://www.sparkfun.com/commerce/product_info.php?products_id=461
Version 0.7
This is the source code for an RSS reader I'm working on. Right now it's very rough. TODOs: * Put the bits of the RSS feed I want to display into a buffer * Create separate tasks for fetching the RSS feed and displaying it *Clean up the code
Version 0.8
This is cleaned up a lot, and doesn't hammer on the RSS feed as often.
Version 0.9
Code cleanup, more debugging, IP address and gateway/router are now #defines.