Hello!
Thanks in advance for any help. I’m trying to put together a little project to measure weight with an Arduino, but I’m running into trouble.
Following various tutorials I’ve found online I think I’ve set things up properly. However, no matter what I do, the HX711 is never ready to provide a weight measurement.
First, I have one question that I can’t find an answer to that would really help me in debugging. If I disconnect the load cell and just leave the E+, E-, A+, A- open, should the hx711 provide a reading on the DOUT pin (switch to LOW)? Or will it always stay high? This would help me determine if the problem is with the hx711 setup or the load cell setup.
Ok, now for my setup. I have connected the DOUT and SCK pins to digital pins 2 and 3 on the arduino. I have connected the VCC pin to the 5v from the arduino, and the gnd pin to ground. I know I have the SCK pin connected properly because if I send the power on signal (keep SCK low), I can measure 4v across the E+ and E- pins. If I send the power off signal (SCK low followed by SCK high), the voltage drops to 0. However, no matter what I do, the DOUT pin is always high (indicating no reading available. I have been using the hx711 library that everyone online uses, but I’ve been doing direct digital write and reads to confirm the above behavior.
I think I have connected the E+, E-, A+, A- to the correct wires on the load cell. I have left the B+, B- disconnected.
If anyone has any ideas, I would really appreciate it.
Thank you!