Skip to content

A full implementation of OSC messages sent from Arduino Yun to Pure Data using local UDP.

Notifications You must be signed in to change notification settings

bobbyziom/OSC-yun-harmony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OSC-yun-harmony

A full implementation of OSC messages sent from Arduino Yun to Pure Data or any OSC server using local UDP.

How to use:

  1. Download pyOSC from: https://trac.v2.nl/wiki/pyOSC.

  2. Create /OSCtoPD folder on yun:

mkdir OSCtoPD
  1. Copy lib to yun:
scp -r /User/.../Downloads/pyOSC-0.3.5b-5294 root@arduino.local:/OSCtoPD
  1. Install pyOSC on yun:
python setup.py install
  1. Copy python script to yun:
scp /Users/.../Desktop/oscsend.py root@arduino.local:/OSCtoPD
  1. Change exec mode on script:
chmod +x oscsend.py
  1. Copy yunOSC folder to arduino/libraries path.

  2. Open pure data patch.

  3. Open Arduino IDE.

  4. Choose File->Examples->yunOSC->send_example.

  5. Update sketch with your ip

  6. Upload and listen to your analog reads.

About

A full implementation of OSC messages sent from Arduino Yun to Pure Data using local UDP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published