I am trying to send the values from a MPU-9150 connected on a arduino yún by WiFi connection to MaxMSPJitter on a MacBook Pro.
The form of the data should be OSC (Open Sound Control) using UDP
However, I am not able to find a proper method.
What should I do?
You can find the information of the MPU-9150 in the following webpage:
MPU-9150 <--i2c--> Arduino (the arduino "core" of the Yun) <--bridge--> OpenWrt (the linux "core" of the Yun) <--ethenet/OSC protocol--> MacPro
I found many different libraries (C, Java...) on the OpenSoundControl website you can use to develop the linux part, it depends on the programming language you know best.