Electronic – arduino – Using the iPhone to control a remote controlled car via Arduino

arduinocontroliphoneremotetutorial

So i started this project a while back where i made a remote controlled car that i could control with the directional buttons on my keyboard via an Arduino -> now the next step i want to do is to get the tilt control in my iPhone to be driving the car 🙂

Anyone got a good tutorial on this?

Cheers,

Mad

Best Answer

The biggest problem you've got is how to get data from the iPhone to the Arduino. The main possibilities are to:

  • Physically interface the iPod Touch/iPhone to the Arduino. (See this thread).

  • Send a signal from the iPod Touch/iPhone via WiFi (or, I believe, from the iPhone via Bluetooth) to a computer (likely running a webserver) or directly to the Arduino (provided it has additional hardware to receive bluetooth or WiFi signals.) (See this blog entry).