Difference between revisions of "DFRobot 10 DOF"
Jump to navigation
Jump to search
(Created page with "Category:STM32Category:STM32 DevelopmentCategory:STM32CubeMXCategory:STM32CubeIde{{metadesc|How to use a 10 DOF MEMS IMU sensor module with STM32}}{{metadesc|S...") |
|||
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]]{{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]] | ||
+ | The DFRobot 10 DOF sensor module contains 4 different [[I2C]] sensors: | ||
+ | |||
+ | # Adxl345 accelerometer | ||
+ | # ITG3200 gyro | ||
+ | # HMC5883L Compass | ||
+ | # BMP280 pressure sensor | ||
+ | |||
+ | == Miscellaneous Links == | ||
+ | |||
+ | * [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/QmUi4EmwjuxEdNTCRG8PEG6dEgpzSjtjQwwCFEy5VD1Kgr/2645523.pdf ITG-3200 Product Specification] | ||
+ | * [https://ipfs.io/ipfs/QmWr88g7qNMLqSyAyi6f6FzgQF1CVsJ5FtD8ja24cb9iPf/1683374.pdf HMC5883L Datasheet] | ||
+ | * [https://ipfs.io/ipfs/QmPEDbabkgaNuaJDXMwQMRZu1cdz8yP4e6LvgWSZP9cUgo/BST-BMP085-DS000-05.pdf BMP085 Datasheet] |
Revision as of 10:38, 3 June 2021
The DFRobot 10 DOF sensor module contains 4 different I2C sensors:
- Adxl345 accelerometer
- ITG3200 gyro
- HMC5883L Compass
- BMP280 pressure sensor