https://github.com/octaprog7/qmc5883
MicroPython module for control QMC5883L Geomagnetic Sensor.
https://github.com/octaprog7/qmc5883
geomagnetic i2c micropython sensor
Last synced: 2 months ago
JSON representation
MicroPython module for control QMC5883L Geomagnetic Sensor.
- Host: GitHub
- URL: https://github.com/octaprog7/qmc5883
- Owner: octaprog7
- License: mit
- Created: 2023-09-26T16:16:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T09:15:40.000Z (over 2 years ago)
- Last Synced: 2025-07-07T14:08:14.556Z (12 months ago)
- Topics: geomagnetic, i2c, micropython, sensor
- Language: Python
- Homepage:
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
MicroPython module for control QMC5883L Geomagnetic Sensor.
# I2C bus
Just connect (VCC, GND, SDA, SCL) from your QMC5883L board to Arduino, ESP or any other board with MicroPython firmware.
# Supply
Supply voltage QMC5883L 3.3 Volts only!
# Upload
Upload micropython firmware to the NANO(ESP, etc) board, and then files: main.py, qmc5883mod.py and sensor_pack folder.
Then open main.py in your IDE and run it.
# Pictures
## QMC5883L board view

The inscription on the board (HMC5883L) is incorrect! All (almost) such boards have QMC5883L installed!
## IDE
