Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read gyroscope and accelerometer Data #14

Open
Ankitpanchal167 opened this issue Apr 23, 2020 · 2 comments
Open

Read gyroscope and accelerometer Data #14

Ankitpanchal167 opened this issue Apr 23, 2020 · 2 comments

Comments

@Ankitpanchal167
Copy link

Ankitpanchal167 commented Apr 23, 2020

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 ?

@Ankitpanchal167 Ankitpanchal167 changed the title Hi Read gyroscope and accelerometer Data Apr 23, 2020
@khanhvu161188
Copy link

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

@Moktarino
Copy link

Moktarino commented Jan 12, 2021

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants