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

Gathering the data #1

Open
kpolys opened this issue Jul 13, 2022 · 5 comments
Open

Gathering the data #1

kpolys opened this issue Jul 13, 2022 · 5 comments

Comments

@kpolys
Copy link

kpolys commented Jul 13, 2022

Hi! Could you tell me more or share some code used to gather the data from the MPU6050, please? I believe we have got the same sensor but I'm unable to get the data in the same value range as the data provided in this repository. Thanks!

@pajaraca
Copy link
Owner

It is possible to change range values when you acquire raw data using registers. You can do it digging right at the registers or using i2cdevlib. Note that using DMP change range values is not possible.

Later I will upload some code that I used so you can take a look.

@kpolys
Copy link
Author

kpolys commented Jul 14, 2022

Thank you! I will wait for the code.

@panlongming
Copy link

Can you tell me about your dataformat, where is your acc data and where is your grosco data?

@pajaraca
Copy link
Owner

You can find it in: https://github.com/pajaraca/IEZ/tree/main/dataset
And the format is: 't', 'ax1', 'ay1', 'az1', 'gx1', 'gy1', 'gz1', 'ax2', 'ay2', 'az2', 'gx2', 'gy2', 'gz2'
Where a is for acc and g for gyro. Each measurement contain two mpus data.

@panlongming
Copy link

I get it , thank you

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