I've gotten the sensor to stream the accelerometer data, but I was wondering if it was possible to take the values and perform a double integration in real time to get position/displacement?
The data type from the accelerometer is a dictionary and I've tried to just extract the values to manipulate them but I'm getting an error about CartesianFloat. How do I extract just the values and not " {x : -0.106, y : 0.431, z : -0.850}" to store them in arrays?
Save the values into a variable and then use whatever development language you are in to manipulate the values.
This requires coding/development skills.
Comments
Yes you can do that.
The data type from the accelerometer is a dictionary and I've tried to just extract the values to manipulate them but I'm getting an error about CartesianFloat. How do I extract just the values and not " {x : -0.106, y : 0.431, z : -0.850}" to store them in arrays?
Save the values into a variable and then use whatever development language you are in to manipulate the values.
This requires coding/development skills.