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

hello I am a novice in the issue of Jetson nano (!) i tried to work with the HX711 lib by KEMPEI but it does not work straight from the...

Hi, recently I ran into a problem where after starting and input the calibration weight, the first output reading was the closest to the actual value but then gradually increases/decreases...

**select_channel** https://github.com/gandalf15/HX711/blob/4faae5525ced1d08e51c95728f47ac0b8864c56f/HX711_Python3/hx711.py#L83-L86 I noticed that the comment says 50ms, but the time.sleep indicates 500ms. I think that this is a likely an error that will significantly slow down the rate...

Hi guys! I'm a beginner in python and raspberry pi, so first i'm sorry for the dumb question. haha When i run the code, on line 12 appears an attribute...

Hey! :) I'm working with HX711 module in my master degree in mechatronics and I've noticed that there is some 'bug' in your library. When initialising an object HX711 like:`...

Hello everyone, I have this little project using the Raspberry scale, it consists of weighing a product (a bag of flour for example), if the original bag weighed 1kg and...

Hi, when i use the example.py file everything works just fine, but i don't want to calibrate each time i turn on raspberry or simply each time i use the...

How to declare the I2C pins for the HX711 in the Raspberry Pi 3 B+? I'm very new to programming raspberry pi and arduino and I want to know where...

Hi gandalf15, thanks much for your code. It's very neat and well documented. Very convenient to dig into. I have detected a small issue in _read() code of your HX711...

Implementation in Python is too slow. Especially for Raspberry Pi Zero. Therefore, it would be good idea to use the C code and write only a wrapper in python code....

help wanted