I was wondering if there is anyone that has used a Load Cell Amplifier HX711 with the microcontroller Adafruit Trinket M0? If so, is there a python code to calibrate and test the a load cell. The support website (https://learn.sparkfun.com/tutorials/lo … 1627593884) has some Arduino examples and calibration, but was not able to find something in Python. Are there any resources that might help?
We haven’t tried any python code with the HX711 so we can’t help much but you might try googling “hx711 python” and see if that returns anything that helps. I see some Raspberry Pi code, it’s possible that might get you down the right path.
Happy hacking!