Your code appears to lack initialization and scaling configurations. Please post a link to the hx711 library being used.
The two 1K resistors must be metal film, 1% tolerance. These resistors form the other half of a Wheatstone bridge. The initial ratio and long term stability of these two resistors determine the scale zero weight offset and stability of that zero. Trimming to true zero is most easily accomplished by placing a 10 turn, 50 ohm trimpot between the two 1K resistors with the pot wiper being the output.
Hi,
Okay now it time for you to DRAW your circuit, not the dritzy one, but reverse engineer what you have constructed.
Do it with pen/cil and paper, label your connections and post it please.
Also a picture of your project so we can see your component layout..
Have you got the HX711 connected to the correct pins, as noted in the example code?
Your fritzy shows A2 and A3, but I think the example uses different pins.
Hello! TomGeorge and avr_fred thank you for your answer.
TomGeorge, in the attach is scheme and photos. I'm pleasure if you look.
TomGeorge:
Have you got the HX711 connected to the correct pins, as noted in the example code?
Your fritzy shows A2 and A3, but I think the example uses different pins.
Measure between A- (meter black lead) and A+ (meter red lead) on the HX711 board.
If the reading is a negative voltage, exchange the two 1k resistors. Measure again.
If the reading is more than +20mv (0.02 volts), you need better matched resistors or your load cell has a problem. If the load cell is suspected, pop the connector and measure resistance between white to black and white to red wires. Both resistances should be identical.
If the reading is between zero and no more than about +10 mv, the load cell side of the HX711 should be functional. Applying load to the load cell while measuring A+ to A- should increase the millivolt value. If that's all good, it's probably a software issue.
I tried the configuration you made ... exactly tried to follow step by step but i only see the result 0. No matter what i do with the load cell.. Please help!