DFRobot
Gravity: BMM150 Triple Axis Magnetometer Sensor
BMM150 is a low-power and low-noise 3-axis geomagnetic sensor from Bosch for compass applications. It allows measurements of the magnetic field and compass a...
Get notified when back in stock
BMM150 is a low-power and low-noise 3-axis geomagnetic sensor from Bosch for compass applications. It allows measurements of the magnetic field and compass angle in three perpendiculars within a measuring range of ±1300uT on X and Y axis and ±2500uT on Z axis.
Featuring small size and lightweight, the sensor has a 2-bit DIP switch for I2C address setup, and 4 addresses are available. Based on Bosch's proprietary FlipCore technology, the performance and features of BMM150 are carefully tuned and thus can offer absolute spatial orientation without calibration, perfectly matching the requirements of all 3-axis mobile applications such as robot navigation & positioning, electric compass, electric map, navigation or augmented reality.
Connection Diagram with FireBeetle 2 ESP32-E IoT Microcontroller
Features
Applications
Specification
Documents
Shipping List
Jargon buster
Plain-language definitions for the technical terms used above.
- DIP switch
- A DIP switch is a small set of physical on/off switches used to configure hardware settings without software. It matters because changing features such as auto power-on or charging limits may require moving these tiny switches correctly.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- Gravity
- Gravity is DFRobot’s plug-in connector system for sensors, motors and modules, using standard cables to reduce loose jumper wiring. It matters because Gravity-compatible parts can connect directly to these ports, while non-Gravity parts may need adapters or manual wiring.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- I2C address
- An I2C address is the number a device uses so a microcontroller can tell it apart from other devices on the same I2C bus. It matters because two devices with the same fixed address may conflict if used together.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- magnetometer
- A sensor that measures magnetic fields, often used to work out compass direction. It matters because nearby magnets, motors, or metal objects can affect readings and may require calibration.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
Find this product in
Brands
Sensors & Input
Supplier page — dfrobot.com
Supplier Description · 798.8 KB · Click any page to view full size
SEN0529 bmm150 sensor ce v1.0
Document · 614.0 KB · Click any page to view full size
SEN0529 bmm150 sensor rohs v1.0
Compliance · 652.4 KB · Click any page to view full size
SEN0529 bmm150 sensor dimension v1.0
Mechanical Drawings · 64.1 KB · Click any page to view full size
SEN0529 bmm150 sensor schematics v1.0
Schematic · 147.3 KB · Click any page to view full size
SEN0529 bmm150 sensor datasheet v1.0
Datasheet · 1.2 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
c03768d
almost 3 years ago
· 6 commits
- examples 增加获取浮点型的地磁数据 almost 3 years ago
- python 修正默认i2c地址,修改readme almost 3 years ago
- resources v1.0.0 over 4 years ago
- bmm150_defs.h 增加获取浮点型的地磁数据 almost 3 years ago
- DFRobot_BMM150.cpp 增加获取浮点型的地磁数据 almost 3 years ago
- DFRobot_BMM150.h 增加获取浮点型的地磁数据 almost 3 years ago
- keywords.txt v1.0.0 over 4 years ago
- library.properties v1.0.0 over 4 years ago
- LICENSE v1.0.0 over 4 years ago
- README.md 修正默认i2c地址,修改readme almost 3 years ago
- README_CN.md 修正默认i2c地址,修改readme almost 3 years ago
Related Tutorials
Free guides on learn.littlebird.com.au