https://github.com/ddland/micropython
MicroPython libraries I use or created
https://github.com/ddland/micropython
iot libraries micropython sensors
Last synced: 5 months ago
JSON representation
MicroPython libraries I use or created
- Host: GitHub
- URL: https://github.com/ddland/micropython
- Owner: ddland
- Created: 2024-09-11T09:17:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T13:44:49.000Z (7 months ago)
- Last Synced: 2025-01-30T03:01:35.321Z (5 months ago)
- Topics: iot, libraries, micropython, sensors
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MicroPython
Working with sensors creates quite a few libraries. Some are written by me, others are adapted and even more are just used.
Here is an overview of the libraries I collected for various sensors and actuators. For my own libraries I use the [git - subtree](https://docs.github.com/en/get-started/using-git/about-git-subtree-merges) module.
## Libraries
### Acceleration
* [LIS3DHTR](https://github.com/ddland/mp_lis3dhtr)
Driver for the [Grove - 3-Axis acceleromter](https://wiki.seeedstudio.com/Grove-3-Axis-Digital-Accelerometer-LIS3DHTR/) for the Rasbperry Pi Pico.
* [MSA301](https://github.com/wojciech-szmyt/msa301-micropython-driver)
Library for the [Adafruit MSA301](https://learn.adafruit.com/msa301-triple-axis-accelerometer/overview) accelerometer. I had to change the device address (from 0x26 into 0x62, else it did not work).
### Environment
* [SPS30](https://github.com/ddland/mp_sps30)
Driver for the [SPS30](https://sensirion.com/products/catalog/SPS30) for the Raspberry Pi Pico.
* [TLV493D](https://github.com/ddland/mp_tlv493d)
Driver for the [TLV493D](https://learn.adafruit.com/adafruit-tlv493-triple-axis-magnetometer), based on the work from [Adafruit](https://learn.adafruit.com/) and [Maarten Doves](https://github.com/MDoves).
### Other
* [CutebotPro](https://github.com/ddland/mp_cutebotpro)
MicroPython library for the [CutebotPro](https://shop.elecfreaks.com/products/elecfreaks-smart-cutebot-pro-v2-programming-robot-car-for-micro-bit) with a [Micro:bit](https://microbit.org) running MicroPython.