totally new to twitter (API). I am wondering if arduino can
handle/parse the xml from twitter by itself (use ethernet
or wifi to get the feeds)? Saw some demos but all require
pc/mac to pre-process the feeds.
Bubblino, my twitter-watching, bubble-blowing Arduino-bot parses through the XML returned by search.twitter.com.
It's fairly simple because it's just looking for dates, but the code (using an Arduino and one of the Adafruit XPort ethernet shields) is available at Google Code Archive - Long-term storage for Google Code Project Hosting.. One note about the code at present - it doesn't work with Arduino 0015, but does on Arduino 0012 - I haven't had time to work out why exactly just yet.
impressive. thank you.
After I get ethernet shield or wifi shield (prefered),
I will start from your code. ;D