Skip to content

OEDO-Dynamics/IMUModule_G473RC

 
 

Repository files navigation

IMUModule_G473RC

Firmware of IMUModule_STM32_PCB

Development environment

  • STM32CubeIde 1.14.0

Communication

  • SPI (Clock polarity: Low, Clock phase: 1edge)

After reading 12 bytes, convert according to the following

byte index 0 1 2 3 4 5
description gyro.x (low) gyro.x (high) gyro.y (low) gyro.y (high) gyro.z (low) gyro.z (high)
byte index 6 7 8 9 10 11
description acc.x (low) acc.x (high) acc.y (low) acc.y (high) acc.z (low) acc.z (high)

Linear acceleration sensitivity: 0.061mg/LSB
Angular rate sensitivity: 35mdps/LSB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.4%
  • C 49.1%
  • Other 0.5%