Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HowManyOliversAreThere/hx711_mpy-driver
Micropython Driver for the HX711 weighing sensor
https://github.com/HowManyOliversAreThere/hx711_mpy-driver
Last synced: 3 months ago
JSON representation
Micropython Driver for the HX711 weighing sensor
- Host: GitHub
- URL: https://github.com/HowManyOliversAreThere/hx711_mpy-driver
- Owner: HowManyOliversAreThere
- Created: 2018-06-27T11:57:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T12:05:04.000Z (almost 2 years ago)
- Last Synced: 2024-04-22T12:34:38.785Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-micropython - hx711_mpy-driver - Micropython Driver for the HX711 weighing sensor. (Libraries / Sensors)
README
# hx711.py
## hx711 Micropython driver
This is a Micropython driver for the HX711 Weighing Sensor!
Basic functionality is implemented, tested, and functional.Started with the help of [this MicroPython forum thread](https://forum.micropython.org/viewtopic.php?f=16&t=2678).
Features:
- Gets HX711 sensor values, in grams
- Ability to tare
- Stable readings
- Flexible implementation
- Tested on ESP8266TODO:
- Adjustable gain control
- Ability to read from channel B