Page 1 of 1

OSC controller box vs Ardiuno UNO

Posted: Wed May 03, 2017 5:33 am
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

Re: OSC controller box vs Ardiuno UNO

Posted: Thu May 18, 2017 9:09 am
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,

Re: OSC controller box vs Ardiuno UNO

Posted: Sat May 20, 2017 8:31 pm
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