Open penbob3 opened 5 years ago
Could you please post the error you're getting? Thanks!
I am getting this attribute error. Also I am getting super random values when I uncomment the 3 line it throws the error
Those lines are commented out in the example, and when I look at the current hx711.py file I can't find those functions defined anywhere. Maybe that's a hold over from a older version? @tatobari maybe you remember? Comment those out or delete them and the AttributeError will go away at least.
I am getting super random values. I have tried changing LSB and MSB. changed it to 3.3 V still no luck. I really trying hard to find a solution. Can you suggest me something that I can try.
I am using this sensor with hx711
Wait hang on, is this a separate issue than the one in the first post?
Regarding the randomness of the readings maybe try setting a lower gain and recalibrating.
@penbob3 Are you still interested on using this library and solving this issue?
I want to read the values from 3 separate load cells, each with its own HX711. I need the weight value to stay the same from each reading, or basically, I need to read the values from each load cell without tareing them. Is there a way to do this without having multiple HX711 instances?
(Example code only shows two instances)