I'm trying to make an Android powered universal IR Remote that is controllable via the WiShield 2.0.
Like this:
http://hackaday.com/2010/09/10/internet ... ed-remote/
I've gotten the IR send/receive info on a regular Arduino using this guy's library:
http://www.arcfn.com/2009/08/multi-prot ... brary.html
I'm just not sure how to implement the WiShield to control it over the network. I've gotten the server to work. The sketch with the Hello World and the LED on and off. Like I said.. I'm just not sure how to implement the IR library with the internet. I'd like a button on the site to record the IR code then later send the code with a button or image on the website.
Thanks for your help.