Hello,
I'm using a USB2 stick and a SDM3 in a little program I wrote in C# with visual c# 2010 express. I'm trying to generate a music note at the very moment the SDM is moved.
And it almost works. Actually, I manage to generate a music note (for information, I send an OSC signal received by Pure Data), but there is a big latency (untill 1 second between the moment I move the sensor and the moment I get the moving signal and untill 2 seconds between the moment I stop moving and the moment I get the "normal" not moving signal).
So do you think it's possible to have more "real time" signals?
Maybe I miss-interpret the messageContent. What are the exact meaning of the 8 bytes like : 02-FF-FF-00-00-00-FF-00 or 02-FF-FF-4C-C2-C6-FF-01 ?
Currectly, I Use the last byte to know if there is a move (0x01) or not (0x00).
My current period is 8134 (approximately 4hz). I have tried to decrease the period, but it becomes very unreliable and I got : EVENT_RW_FIL_0x02
Thanks a lot for your help
Kind regards.
Hugo