Nod Backspin Controller OSC Application

 
 
This is a demo of a Win32 application that sends data from the Nod Backspin controller over UDP as OSC (OpenSoundControl) data.
 
Get the package with the source code and application below from my website.
 
I probably won't develop for other platforms but I will try to update if there are newer firmware changes.
 
 
 
 
OSC Register Documentation
/a/x - Accelerometer X (float)
/a/y - Accelerometer Y (float)
/a/z - Accelerometer Z (float)
/r/r - EulerAngles Roll (float)
/r/p - EulerAngles Pitch (float)
/r/y - EulerAngles Yaw (float)
/j/x - AnalogData Joystick X (int 0-255)
/j/y - AnalogData Joystick Y (int 0-255)
/j/t - AnalogData Trigger (int 0-255)
/g/x - Gyroscope X (float)
/g/y - Gyroscope Y (float)
/g/z - Gyroscope Z (float)
/gest - Gesture (int 0-5) [press "A" button to poll]
SWIPE_DOWN = 0
SWIPE_LEFT = 1
SWIPE_RIGHT = 2
SWIPE_UP = 3
CW = 4
CCW = 5,
/b/0 - A Button (int 0-1)
/b/1 - B Button (int 0-1)
/b/2 - X Button (int 0-1)
/b/3 - Y Button (int 0-1)
/b/4 - Logo Button (int 0-1)
/b/5 - Bumper Button (int 0-1)
/b/6 - Joystick Push Button (int 0-1)
/b/7 - < Button (int 0-1)
/b/8 - > Button (int 0-1)
/b/9 - nod/grip Button (int 0-1)
--
/bat - batteryPercent (int) CURRENTLY NOT WORKING
/pnt/x - Pointer X (int) CURRENTLY NOT WORKING
/pnt/y - Pointer Y (int) CURRENTLY NOT WORKING