Skip to content
This repository was archived by the owner on Oct 15, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (9 loc) · 646 Bytes

README.md

File metadata and controls

21 lines (9 loc) · 646 Bytes

iOSduino - A collection of examples of connecting iOS devices to an Arduino.

Light

This example uses a light sensitive resistor that is attached to an iPhone screen. A simple application adjusts the brightness of the area of the screen under the sensor and this is detected by the Arduino.

MIDI

This example shows how an iPad application can act as a remote control for a Toy robot using the MIDI protocol.

Links

The excellent PGMidi library from Pete Goodliffe: https://github.com/petegoodliffe/PGMidi

Redpark

This example shows how to control a mobile robot using an on-board iPod touch and the Redpark serial cable.