Does anyone know how I could control an Arduino with an iPhone? I want to build my own custom app in Xcode, install it on my iPhone, and control the Arduino. For example, when I press a button in the custom app on my iPhone, an LED lights up on the Arduino. Also, should I use bleutooth, wifi, or even xbee? Thanks in advance!
Does anyone know how I could control an Arduino with an iPhone?
Yes. Here's a hint:
I want to build my own custom app in Xcode, install it on my iPhone, and control the Arduino.
The iPhone then sends OSC messages to a PC, which then sends them to the Arduino. There is an OSC library for the Arduino, allowing it to collect the data from the message.
Does anyone know how I could control an Arduino with an iPhone?
I've got a friend with an iphone and was able to control my pan/tilt cam below from a bar in another town when the phone had a wifi connection. No special programming or software used.