Vas

Results 5 comments of Vas

Did you try to call `scale.power_up()` after `scale.begin()`?

There is an issue with a tare method. It has to have set_offset(0) inside, before the tare process. [226](https://github.com/bogde/HX711/pull/226)

It's possible but you'll need to change the library code for that. I made the changes for reading two HX711s simultaneously [here](https://github.com/banoz/HX711), don't see a reason why it can't be...

Currently there's an issue with the tare method described [here](https://github.com/bogde/HX711/issues/228#issuecomment-1079080810).

I've had this issue as well and I'd suggest to simply use power_up() method.