Skip to content

pavanposani/stm32-gyro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32 - I3G4250D - Gyro

Measuring Linear velocity and distance using the ST- MEMS I3G4250D Sensor on STM32 Microcontroller

In order to measure the linear velocity and distance travelled using the gyro sensor, we can rely on the calculation of magnitude of the X,Y,Z values

magnitude=sqrt(𝑥^2+𝑦^2+𝑧^2)

angular_velocity = magnitude * gyro_sensitivty

linear_velocity = angular_velocity * radius

Distance = linear_velocity * time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors