hi i need to create a simple connector. I think i may need to create an arduino board that will take data from the application and then transmit them to an external device.
There is a slider in the application which the user can adjust. When adjusting the slider the application will just send in values from the application to the connection that i need to make which will connect to the external device.
Step 1: How do i program the ipad application so that it will transmit to the connecter? there must be some api to achieve this.
Step 2: What do i need to use to create the connecter (a circuit board which will read the simple string data coming in and then transmit say an integer back out to the external device) so that my iphone can communicate with it?
I really need help with this one. Ive never done this before but i need to get this done.