Short demo of iphone controlled arduino

Hello, just a little vid (in french), of an iphone controlled arduino. I think that making a kind of digital version of the pins in mysql is a promising way to send and receive pins states for many projects.

The idea is a mysql table "mirroring" pins states. Updating a mobile webpage we can control one or more arduino making requests on a php webpage.

My arduino is plugged to an adsl box using an ethernet shield, and update from the database every second.

Best regards from France.

Hugobiwan :wink:

Looks like what we are playing around with here http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1278347111 too. How do you handle the communication? I changed from include to curl so i could validate the response from my arduino, and also managed to make it work both ways, so I both can call the page on the arduino, and also have the arduino call my nas.