Micropython driver for the HMC5883l on the ESP8266
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Python class for the QMC5883 Three-Axis Digital Compass IC
This project provides a MicroPython driver for the AS5600L magnetic rotary position sensor, enabling precise angle measurement in embedded MicroPython projects. It allows developers to easily interface with the sensor's I2C communication protocol to read angular position data. ## Key Features - **I2C Interface** — Communicates with the AS5600L sensor using the standard I2C protocol. - **12-bit Resolution** — Provides high-precision angular measurements with 12-bit output. - **Raspberry Pi Pico Compatibility** — Tested and verified on Raspberry Pi Pico hardware. - **Portable Design** — Intended to work with other MicroPython-compatible boards beyond the tested platform. ## Philosophy The driver focuses on simplicity and reliability, offering a straightforward interface to access the sensor's capabilities without unnecessary complexity.
MicroPython module for control QMC5883L Geomagnetic Sensor.