Difference between revisions of "DFRobot 10 DOF"

From Stm32World Wiki
Jump to navigation Jump to search
m (Lth moved page STM32 DFRobot 10 DOF to DFRobot 10 DOF)
 
(5 intermediate revisions by the same user not shown)
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:Components and Modules]][[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
 
# ITG3200 gyro
 
# ITG3200 gyro
 
# HMC5883L Compass
 
# HMC5883L Compass
# BMP280 pressure sensor
+
# [[BMP085]] pressure sensor
  
 
Each of these sensors will be handled on a separate page but a general overview follows on this page.
 
Each of these sensors will be handled on a separate page but a general overview follows on this page.
Line 12: Line 12:
  
 
* [https://wiki.dfrobot.com/10_DOF_Sensor__SKU_SEN0140_ DFRobot Wiki Page]
 
* [https://wiki.dfrobot.com/10_DOF_Sensor__SKU_SEN0140_ DFRobot Wiki Page]
* [https://ipfs.io/ipfs/QmQE32BsvddH6Zg2V2X1woXPyBZxG9DoZZSfZx7dHWF3wF/ADXL345-EP.pdf ADXL345-EP Datasheet]
+
* [https://ipfs.io/ipfs/QmVBN26CuryqdgizkDummYCZUesoJ8ZwEgcwrWBhuDTFdh/ADXL345.pdf ADXL345 Datasheet]
 
* [https://ipfs.io/ipfs/QmUi4EmwjuxEdNTCRG8PEG6dEgpzSjtjQwwCFEy5VD1Kgr/2645523.pdf ITG-3200 Product Specification]
 
* [https://ipfs.io/ipfs/QmUi4EmwjuxEdNTCRG8PEG6dEgpzSjtjQwwCFEy5VD1Kgr/2645523.pdf ITG-3200 Product Specification]
 
* [https://ipfs.io/ipfs/QmWr88g7qNMLqSyAyi6f6FzgQF1CVsJ5FtD8ja24cb9iPf/1683374.pdf HMC5883L Datasheet]
 
* [https://ipfs.io/ipfs/QmWr88g7qNMLqSyAyi6f6FzgQF1CVsJ5FtD8ja24cb9iPf/1683374.pdf HMC5883L Datasheet]
 
* [https://ipfs.io/ipfs/QmPEDbabkgaNuaJDXMwQMRZu1cdz8yP4e6LvgWSZP9cUgo/BST-BMP085-DS000-05.pdf BMP085 Datasheet]
 
* [https://ipfs.io/ipfs/QmPEDbabkgaNuaJDXMwQMRZu1cdz8yP4e6LvgWSZP9cUgo/BST-BMP085-DS000-05.pdf BMP085 Datasheet]

Latest revision as of 05:17, 23 August 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. BMP085 pressure sensor

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

Miscellaneous Links