Hey
Is there any limitations with either the Arduino or iOS platform when it comes to having a basic arduino project receive and send commands to an purpose built iPhone App via bluetooth?
It would be something simple along the lines of this
1 iPhone Syncs with the Arduino/BT project either from settings or in the purpose built app
2 iPhone app received 2 int variables via the Bluetooth links and uses those in the GUI
3 User modifies the variables via App Gui and sends those via bluetooth to the Arduino project
4 Arduino received the changes and acts accordingly
Jasper