Skip to content

Edubgr/MPU6050-MotionTracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This program was designed to determine the position and rotation of a body using the MPU6050 and a Raspberry Pi.

From the acceleration and quaternion values ​​obtained by the sensor, it is possible to determine the rotation, position and velocity of a body, using due processes. The program is still a robust version, which needs some improvements. Long movements with few pauses tend to have poor accuracy for position and velocity, due to the drift obtained by integrating acceleration data. However, rotation works in all cases, obtaining a rotation identical to the rotation performed by the body.

Instructions

To make it work, create the necessary circuit on a protoboard, run the program "Collect data" on your raspberry, press the button to start collecting the movement data and press it again to finish. Copy the files into the "Datas" folder and paste them into the "Processing data" program. Then run it on your computer or raspberry, following the appropriate procedures.

Example

The program is able to return different types of graphs of different types of data. Examples of results and movements performed can be seen in:

https://www.youtube.com/watch?v=dDBdsNAT8Fs

https://www.youtube.com/watch?v=ekyY6dQ9t6o

Square shaped movement

Straight-line movement

Parable shaped movement

360 degree rotation around the y axis

Contact

For any questions, please contact me [email protected] - Eduardo Guimarães 2021

About

Movement data collection using MPU6050 and Raspberry Pi. And obtaining the position and velocity with Python and Matplotlib, with visualization and data processing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published