OSC controller box vs Ardiuno UNO

About the GUI application to design signal processing pipelines
Post Reply
priyamkar1990
Posts: 16
Joined: Tue Feb 28, 2017 12:24 pm

OSC controller box vs Ardiuno UNO

Post by priyamkar1990 »

i have successfully interfaced the open vibe with the ardiuno uno board with the help of osc controller box but the thing is that what i m receiving is just "#bundle" and i really dont know the meaning of this
isn't it possible to get some numeric values which i can use as a parameter to control some devices trough ardiuno board
it will be very helpful if anyone can please get me through this
thank you

tgaugry
Posts: 68
Joined: Thu Feb 09, 2017 10:17 am

Re: OSC controller box vs Ardiuno UNO

Post by tgaugry »

Hi,

This indicate that you are indeed getting the osc packet
You should be getting more data than that, see http://opensoundcontrol.org/spec-1_0 section "OSC Bundles".
I'm guessing you are not decoding data you receive and just printing it as-is.
To remediate that, you should either get an osc decoding library that work on your harware, do the decoding yourself (using the document above) or use another method, like using python to send data.

Cheers,

priyamkar1990
Posts: 16
Joined: Tue Feb 28, 2017 12:24 pm

Re: OSC controller box vs Ardiuno UNO

Post by priyamkar1990 »

i have already checked the link u have mentioned , but i didn't find any help, i m still wondering how to see the actual content of the incoming OSC packets
if any can help me it will be really appreciable
thank you

Post Reply