HyperIMU and max
Hi Guys
I'm working with an app called HyperIMU to send data into Max 6. Its communicates with my laptop via a wifi network and I have the data being received in Max via the UDPReceive object. My problem is I'm getting error messages in the max window such as "OSC Bad message name string: DataAfterAlignedString: Unreasonably long string Dropping entire message." So as ye can imagine the data is unusable at the moment. I'm fairly lost at the moment.
I'm wondering if the problem lies in the fact that UDPReceive works with OSC messages as it says in the referencing for the UDPReceive "All OSC-compatible UDP messages received at the port number of the host computer (designated by argument or the port message) are sent out the outlet."
Any suggestions would be hugely appreciated :)
hi,
just stumbled across this post.
HyperIMU is the best data-streamer on android i've found so far.
it can send via mobile network and it remembers IP and port.
to receive its udp stream in max you need a plain udp receiver like [mxj net.udp.recv]
instead of the OSC-bound [udpreceive].
below is a parser...
best
klaus
Hi Klaus Flip, i am working on a project where i need to stream real time imu data from my phone to the PC, however i am a coding novice. Could you help me on the code to stream this data through wifi? thanks!