Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octaprog7/qmc5883
MicroPython module for control QMC5883L Geomagnetic Sensor.
https://github.com/octaprog7/qmc5883
geomagnetic i2c micropython sensor
Last synced: 1 day 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-11T09:15:40.000Z (about 1 year ago)
- Last Synced: 2024-01-26T07:10:13.081Z (10 months ago)
- Topics: geomagnetic, i2c, micropython, sensor
- Language: Python
- Homepage:
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
![alt text](https://github.com/octaprog7/QMC5883/blob/master/pics/board_5883.jpg)
The inscription on the board (HMC5883L) is incorrect! All (almost) such boards have QMC5883L installed!
## IDE
![alt text](https://github.com/octaprog7/QMC5883/blob/master/pics/ide_5883.png)