Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

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

share|improve this question

3 Answers

up vote 6 down vote accepted

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).

share|improve this answer

At the moment i am doing something similar with a light show.

You can use TouchOSC on the IPhone to send signals to your computer which can then send them to the arduino.

My set up is IPhone(Touch OSC) -> Processing -> Arduino

Works a treat I am tidying up my code now will post a link to it if you like. -

share|improve this answer

There's a lot of stuff on controlling things with the iPhone on the Arduino forum. Here is what I found with a search.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.