I have been using Processing to get some specific search results from google and sending them to Arduino via Serial connection, and displaying them on a LCD display.
Now I want to make this small and stand-alone. Is this possible?
I am thinking about getting the WiFly Shield (http://www.watterott.com/de/Arduino-WiFly-Shield).
How would I get the google search results to the Arduino using this? Would I use my computer with the processing sketch and instead of via serial communicate via wifi? Like talking to a server?
Do you know any projects where people have done stuff like that where I could have a look at the code / documentation?
An ethernet shield using a client sketch could also download web pages via a wired connection to a router. The big question would probably be the handling of all the downloaded material to extract the desired information.