tatobari / hx711py

HX711 Python Library for Raspberry Pi.
Apache License 2.0
211 stars 153 forks source link

Random values #36

Open MrBudo opened 4 years ago

MrBudo commented 4 years ago

Hello, I am getting random values so I followed the comment

If you're experiencing super random values, change these values to MSB or LSB until to get more stable values.

if I am right it means we can only change the values between MSB and LSB in Line 34 hx.set_reading_format("MSB", "MSB")

In later comment #According to the HX711 Datasheet, the second parameter is MSB so you shouldn't need to modify it. so I did not changed 2nd parameter and tried with hx.set_reading_format("LSB", "MSB") still I get random values. I tried changing power source to 3.3 V as i read in one of the solved issue.

Please help me I am really determined to do it.