I just started to use OSCulator for my project, and love how easy it is to setup a connection with the WiiMote. Actually its one of the few tools still working. But i need a bit of help. I read the manual but still the OSCulator interface is quite a mystery to me.
What i want to do is quite simple. Read out the data of the WiiMote xyz axis and under conditions send a vibrate message to vibrate the WiiMote.
But i'm having troubles with both the sending and receiving of the data.
For the receiving end i had a simple max patch that gave me no trouble and gave me this output:
But moving over to flash here it's getting weird. Just printing out the UDP port gives me these values:
I don't know what happens, but the number value what i get in Max is now totally something weird.
I tried messing around with the send arguments in OSCulator but that didn't seem to do anything.
for sending the vibrate signal the manual is totally not clear.
For now i'm connecting to the 8000 input port and tried sending:
/wii/1/vibrate 1
/wii/1/vibrate 1.0
/wii/1/vibrate/1
and some more variations. But OSCulator keeps giving me this error
"Receive error occurred: OSC error 9913 in (null): Invalid Message path."
but i have no idea what is wrong or what to do next
The wiimote Vibrate examples are just mappings of a button press to the vibrate event. But how to set up such a event with incoming UDP messages?
This is my setup:
So does anyone has an idea how to fix this so i can move on with my project?
Thanks!!
What i want to do is quite simple. Read out the data of the WiiMote xyz axis and under conditions send a vibrate message to vibrate the WiiMote.
But i'm having troubles with both the sending and receiving of the data.
For the receiving end i had a simple max patch that gave me no trouble and gave me this output:
But moving over to flash here it's getting weird. Just printing out the UDP port gives me these values:
I don't know what happens, but the number value what i get in Max is now totally something weird.
I tried messing around with the send arguments in OSCulator but that didn't seem to do anything.
for sending the vibrate signal the manual is totally not clear.
For now i'm connecting to the 8000 input port and tried sending:
/wii/1/vibrate 1
/wii/1/vibrate 1.0
/wii/1/vibrate/1
and some more variations. But OSCulator keeps giving me this error
"Receive error occurred: OSC error 9913 in (null): Invalid Message path."
but i have no idea what is wrong or what to do next
The wiimote Vibrate examples are just mappings of a button press to the vibrate event. But how to set up such a event with incoming UDP messages?
This is my setup:
So does anyone has an idea how to fix this so i can move on with my project?
Thanks!!
Comment