Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.01 KB

File metadata and controls

21 lines (16 loc) · 1.01 KB

Arduino / TouchOSC controller of a servo

A simple project that controls the position of a servo via an on-screen rotary dial for an iOS device.

Requirements

To use this project you'll need the following:

  • TouchOSC on your iOS device and also the layout editor on your computer.
  • Processing, A programming environment for compiling and running the intermediary OSC --> Serial controller app.
  • Arduino, A development environment for the Arduino microprocessor, you'll use this to install the serial --> servo sketch on your Arduino.
  • A standard servo connected to pin 9 of your Arduino.

Installation

See this video for an overview of the moving parts and this SparkFun tutorial, more details might be forthcoming.

References