HX711 icon indicating copy to clipboard operation
HX711 copied to clipboard

Read HX711 ADC for Weigh Scales on Rasperry PIs.

Results 16 HX711 issues
Sort by recently updated
recently updated
newest added

If there is anybody interested to write a nice wiki page that explains how to use this library more in details. Including pictures.

help wanted

![20221008_181426](https://user-images.githubusercontent.com/36876389/197378409-f55c34e3-0a52-4b88-8881-4a0759cc3acc.jpg) How to install HX711. I'm getting error. Mine is Raspberry pi 4 (bullseye version)

My hx711 is giving me this error. It was working. I haven't used it for a long time. ``` Binary value as received: 0b111111000000101000110100 Converted 2's complement value: -259532 Binary...

hoping you can help me out. I'm trying to run this code: ``` import RPi.GPIO as GPIO from hx711 import HX711 from time import sleep GPIO.setmode(GPIO.BCM) hx = HX711(dout_pin=6, pd_sck_pin=5)...

Hi community, My goal is to get through the code step by step. So I want to see what each line does when running, to get better understanding. From the...

Hi, I Have problem with running example.py as it is giving me thiss error: /home/klaudia/.local/lib/python3.9/site-packages/hx711.py:60: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings. GPIO.setup(self._pd_sck,...