pxrewj
January 16, 2023, 10:54pm
1
This is a pretty noob question... but here goes. I've got 4 load cells (50KG) all together connected to an HX711. I've got the code working etc, but I would like to know which units they output. (Pounds, Kilos, Grams etc.)
Thanks!
Link to the load cells: Amazon.com
Diagram:
1 Like
LarryD
January 16, 2023, 11:00pm
2
That’s up to your calculations in your sketch.
You will need to take a measurement with a known weight and scale your reading to match.
They output a voltage, which the HX711 ADC interprets as a dimensionless number.
You have to calibrate the setup for zero (tare) and scale factor by following the basic approach described in this excellent tutorial: Why Calibrate? | Calibrating Sensors | Adafruit Learning System
1 Like
system
Closed
July 16, 2023, 12:05am
4
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.