Skip to content

Commit

Permalink
Add Bosch BMM350 magnetometer (PX4#23362)
Browse files Browse the repository at this point in the history
* Add Bosch BMM350 magnetometer

* BMM350 replace info messages with debug messages

* BMM350 update measurement interval

* BMM350 fix offsets, update based on review

* BMM350 Update default parameters to 50Hz

* Update OTP Word LSB check

* BMM350 fix styles and formatting

* BMM350 update error checks
  • Loading branch information
Viliuks authored and jlaitine committed Aug 20, 2024
1 parent d6939a3 commit 237a46c
Show file tree
Hide file tree
Showing 9 changed files with 1,331 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/drivers/drv_sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@
#define DRV_INS_DEVTYPE_VN200 0xE2
#define DRV_INS_DEVTYPE_VN300 0xE3

#define DRV_MAG_DEVTYPE_BMM350 0xE5

#define DRV_DEVTYPE_UNUSED 0xff

#endif /* _DRV_SENSOR_H */
1 change: 1 addition & 0 deletions src/drivers/magnetometer/bosch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@
############################################################################

add_subdirectory(bmm150)
add_subdirectory(bmm350)
Loading

0 comments on commit 237a46c

Please sign in to comment.