Followers
0
Following
0
Joined
Last Online
-
AlexE92
I have a MMA 7660 3-axis Accelerometer and, using the library available here (http://www.timzaman.com/?p=1089), am able to read the x,y and z values from the accelerometer in the Arduino terminal.
Using the [comport] object in Pure Data (Pd), I am also able to get these values coming in there. However, in Pd they come in as a single stream of numbers of all 3 axes combined - the unpack object has no effect. Does anyone know how I might go about unpacking the separate x,y and z values from this stream?