What do 50KG load cells output in weight unit?

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

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

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.