Difference between revisions of "DFRobot 10 DOF"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
</pre> | </pre> | ||
− | {| | + | {| class="wikitable" |
|- | |- | ||
! ID | ! ID | ||
Line 29: | Line 29: | ||
|- | |- | ||
| 0x1e | | 0x1e | ||
− | | [[#HMC5883L Compass|HMC5883L]] | + | | [[#HMC5883L Compass|HMC5883L Compass]] |
|- | |- | ||
| 0x53 | | 0x53 | ||
− | | [[#Adxl345 Accelerometer|ADXL345]] | + | | [[#Adxl345 Accelerometer|ADXL345 Accelerometer]] |
|- | |- | ||
| 0x68 | | 0x68 | ||
− | | [[# | + | | [[#ITG3200 Gyro|ITG3200 Gyro]] |
|- | |- | ||
| 0x77 | | 0x77 |
Revision as of 09:34, 2 October 2024
The DFRobot 10 DOF sensor module contains 4 different I²C sensors:
- Adxl345 accelerometer
- ITG3200 gyro
- HMC5883L Compass
- BMP085 pressure sensor
Each of these sensors will be handled on a separate page but a general overview follows on this page.
I²C bus
Scan i2c2 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 1e -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 53 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 68 -- -- -- -- -- -- -- -- -- -- -- -- -- -- 77 -- -- -- -- -- -- -- --
ID | Device |
---|---|
0x1e | HMC5883L Compass |
0x53 | ADXL345 Accelerometer |
0x68 | ITG3200 Gyro |
0x77 | BMP085 |