Difference between revisions of "DFRobot 10 DOF"

From Stm32World Wiki
Jump to navigation Jump to search
Line 1: Line 1:
[[Category:STM32]][[Category:STM32 Development]][[Category:STM32CubeMX]][[Category:STM32CubeIde]]{{metadesc|How to use a 10 DOF MEMS IMU sensor module with STM32}}{{metadesc|STM32 WS2812b library using PWM and DMA}}[[File:DFRobot 10 DOF v1.0.jpg|thumb|300px]]
+
[[Category:STM32]][[Category:STM32 Development]][[Category:STM32CubeMX]][[Category:STM32CubeIde]][[Category:I²C]]{{metadesc|How to use a 10 DOF MEMS IMU sensor module with STM32}}[[File:DFRobot 10 DOF v1.0.jpg|thumb|300px]]
The DFRobot 10 DOF sensor module contains 4 different [[I2C]] sensors:
+
The DFRobot 10 DOF sensor module contains 4 different [[I²C]] sensors:
  
 
# Adxl345 accelerometer
 
# Adxl345 accelerometer

Revision as of 02:53, 7 June 2021

DFRobot 10 DOF v1.0.jpg

The DFRobot 10 DOF sensor module contains 4 different I²C sensors:

  1. Adxl345 accelerometer
  2. ITG3200 gyro
  3. HMC5883L Compass
  4. BMP280 pressure sensor

Each of these sensors will be handled on a separate page but a general overview follows on this page.

Miscellaneous Links