HX711 module with Raspberry Pi Pico, raw values stay the same even if I add weight #15896
Replies: 2 comments 19 replies
-
If there is no change, either
The color scheme of the document is unusual. Usually, red and black ate V+ and V-, and green and white are the output wires. If you have a multimeter, you can check the impedance between the wires of the load cell. The impedance between V+ and V+ should be similar to the impedance between the output wires, and the impedance between V+ (or V-) and each output wire about half of the one between V+ and V-. |
Beta Was this translation helpful? Give feedback.
-
I suggest cross-checking the loadcells in any other platform. If you have a full-fledged Raspberry Pi, you can try to test the load cells with that. Here is a detailed tutorial and sample code: https://www.theengineeringprojects.com/2023/06/interface-weight-sensor-hx711-with-raspberry-pi-4.html |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am making a scale with a bending beam load cell, a HX711 and a Raspberry Pi Pico. I read the raw values of the loadcell and when I add weight, the raw value stays the same. It fluctuates but it also fluctuates without any added weight. All help is welcome.
Beta Was this translation helpful? Give feedback.
All reactions