hx711.tare #17555
Unanswered
bcux
asked this question in
Libraries & Drivers
hx711.tare
#17555
Replies: 1 comment 2 replies
-
The value set by the method tare() is only used for the get_value() method. read(), read_lowpass() and read_average() do not compensate with the tare value. Note that get_value(9 uses read_lowpass(). Note: the set of methods needs to be cleaned up. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use hx711 driver for Micropython on ESP32 by roberthh https://github.com/robert-hh/hx711
After hx711.tare() the result of hx711.read() or hx711.read_average(times=20) should be near zero. But ist is >85000 with no load.
Beta Was this translation helpful? Give feedback.
All reactions