This tutorial: https://learn.sparkfun.com/tutorials/io … ging-scale
I have bought all the same parts, including the same brand of scale, to try to keep the variables low in this part.
I’ve narrowed down my problem to communicating with the HX711 Load Cell Amp
Using the testing code from: https://github.com/olkal/HX711_ADC As suggested in the tutorial.
Using the testing code, it’s reporting a sampling rate way higher than I expected. I haven’t cut the trace, so I expected just 10. Not 1207, based on the .cpp file.
Start + tare is complete
Calibration Factor: 10000.00
HX711 measured conversion time ms: 0.83
HX711 measured sampling rate HZ: 1207.73
HX711 measured settlingtime ms: 15
Note that the settling time may increase significantly if you use delay() in your sketch!
!!Sampling rate is higher than specification, check MCU>HX711 wiring and pin designations
I’ve checked and double checked the wiring according to:
https://cdn.sparkfun.com/assets/learn_t … iagram.pngI’m not sure I can provide good pictures of it, as it’s wired to go into the scale itself, not with pins and such, to avoid desoldering problems. I haven’t shorted VDD to VCC as mentioned in the documents for the Load Cell Amp, could that be the problem?
Thanks!