I want to now make a Multifunction LED Matrix (http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1275865385)
How would I do this but instead of using serial use the ethernet shield to connect to the internet and send the data to the led matrix.
If you look at my previous posts you can see how I have the led matrices set up.
Well, if you can provide the technical operating details of an RSS feed, then maybe somebody can provide possible options for interfacing it with an arduino.
It should be obvious that this is a two step process. First, the data needs to be send to the Arduino. Then, the data needs to be sent to the LED matrix.
Which part do you need help with? If the answer is both, I think it's time you got out of the deep end of the pool, and learn to do some things on your own.
If I could get at least a library or a link that explains how to send rss via ethernet to an led matrix that would be great.
Do you wat to send or receive the rss feeds? A logical point would be to use dummy strings to get your led matrix working, then work on capturing the rss feed.
I want t recieve a custom made rss feed (weather, date, time) and display it on an led matrix.
So, now you have 4 things you want to do. Construct the RSS feed. Send that data to the Arduino. Receive that data on the Arduino. Send that data to the LED matrix.
Well, the below indicates the rss file is an xml file that probably could be obtained with a get request. While the file is downloading you probably would have to extract the desired data, and send it to the display. Bottom is a recent discussion on extracting data.
From the example in the link provided, I think you could make an xml file just using notepad and saving as .xml. As to pachub, maybe there is a pachub discussion group somewhere with info.