HX711 load cell #12030
Replies: 3 comments 5 replies
-
Most likely this behavior is caused by a wrong connection of the load cell to the HX711 board. Please note, that depending on the selected gain either the A or B inputs are used. For gain=128 and gain=64 it's input A, for gain=32 it's input B. |
Beta Was this translation helpful? Give feedback.
-
To check if the sensor or the connection is proper, I suggest running the basic sample code provided by Arduino IDe (in C++). The sample code (stable version) is available in the "add library" sections. Some random tutorials are as follows: |
Beta Was this translation helpful? Give feedback.
-
Hi, please check if you have done the calibration properly. Also, check with your multimeter if there had been an accidental short circuit somewhere. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I just started up my load cell connected through a HX711 to a ESP32. I am using the hx711_gpio code from @robert-hh to interact with the data from the sensor. This is all working well. However, the readings that I receive, no matter what weight I put on my sensor, vary around 1910 ±25 (this is the raw data from the read() function).
I wonder why the sensor does not respond to weight. Could it be anything else but a faulty sensor? Should I maybe redo the soldering? What else could it be?
Schematics (I followed this tutorial, should be standard): https://randomnerdtutorials.com/esp32-load-cell-hx711/
Beta Was this translation helpful? Give feedback.
All reactions