Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By Fleurrose
#84980
freedom2000 wrote:Sorry no !
usa today protonmail

I am trying to figure out how to turn this raw data from the HX711 into pounds. I understand I'm getting raw, signed data from the HX711. I've been pouring through the arduino library from bodge trying to figure out what is done.
Last edited by Fleurrose on Sun Dec 29, 2019 4:09 pm, edited 1 time in total.
User avatar
By freedom2000
#84988 Simple calibration method :
1) get the raw value with no load --> zero calibration
2) weight one pound, get the raw value, substract the zero_calibration... and you get the calibrated value for one pound

And the scale is calibrated you can output the values in pounds !

JP