im implementing spool weight scales in klipper and im already conected the load cell, amplifier(hx711) to the main board ,octopus v1.1.
I followed the instructin from klipper website and did the diagnostic, seems alright
but then when i command it to tare, it gives me this error, can anyone help here?
Hi @David3d ,
Please open a help request in General Discussion with all requested information.
2 Likes
No log so just a guess:
Probably you set up the HX711 as an 80 SPS sensor in the config, but you have the 10SPS version. This can’t be changed via config, only via soldering.
Run a LOAD_CELL_DIAGNOSTIC
, which will show the sensors measured sample rate.
The timeout happens because TARE expects to get 80 samples and gets far fewer.
1 Like
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.