You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am try to read gyroscope and accelerometer data
char_write_req("0x0033", "0100");
char_write_cmd("0x002f", "010119");
char_write_cmd("0x002f", "02"); //start getting sensor data
I am getting sensor data but i am not figure out what is gyroscope and accelerometer Data and how to parse gyroscope and accelerometer can you help me ?
The text was updated successfully, but these errors were encountered:
Hi @Ankitpanchal167 , did you have any luck to read and parse the raw data for gyroscope and accelerometer?
If yes, could you please share detail here?
Thx
@Ankitpanchal167@khanhvu161188 I've got accelerometer data working. See #32
There's 2 additional types of data packets coming over besides accel, but I haven't figured out what they are. One of them might be gyro.
Hi
I am try to read gyroscope and accelerometer data
char_write_req("0x0033", "0100");
char_write_cmd("0x002f", "010119");
char_write_cmd("0x002f", "02"); //start getting sensor data
I am getting sensor data but i am not figure out what is gyroscope and accelerometer Data and how to parse gyroscope and accelerometer can you help me ?
The text was updated successfully, but these errors were encountered: