I want to send some OSC messages to an Arduino. I ham using the Arduino OSC library from http://cnmat.berkeley.edu/library/oscuino/controlling_oscuino/touchosc
The examples in this library contain a PD patch called SerialOscuino and I have used that to successfully receive messages from the Arduino into PD.
However I am having trouble getting it to work the other way round, that is sending stuff from PD that the Arduino can understand.
Does any one know of the matching Arduino sketch that I can use with this application, or a way PD can send data over OSC to the Arduino.
I am very much a beginner in PD but have quite a bit of experience with the Arduino.
Thanks