hello, I connected the arduino nano directly to the sensor, but I can't get the correct value. You can find the schematic and codes below. I used Hx711 as amplifier for the sensor connection. I will use it for pressure. I see the value from the serial monitor section. Can you help me ?
The sensor works at minivolt value. I used hx711 to increase the voltage, but the value appears to be 0 and 1, the pressure I applied is 3 bar. Measuring with a multimeter, there is no hardware problem. What can I do for the right value
Please measure the voltage on E+ of the HX711 module,
with the black probe held on the USB shield of the Nano.
If it's not 4.25volt then you could have a HX711 module with a production fault.
Leo..
There is no problem with the HX711, I installed a new one. It looks like a4 or a5 in the photo. But I connected it to d2 , d3 pin. I measured the mv values with a multimeter, there is no problem. The value I get is 119.0, but when I apply pressure to the sensor, the value does not change and remains the same.
The new one could have the same problem.
So did you measure E+ (and E-).
4.25volt between E+ and metal shield of the USB socket.
0volt between E- and metal shield.
A+ and A- should measure half of E+
And there should be less than 20mV between them.
Leo..
I applied what you said. Volts as you said. there is no mistake. The photo on the subject is connected to the old current version d2 and d3 pins. I think there is something wrong with the coding but I can't figure it out.
I see you changed the colours of the wires to the sensor.
Check wiring between HX711 and sensor again.
The connections don't seem to match sensor pinout in the datasheet.
Sensor datasheet, top to bottom in your picture: E+, A-, E-, A+
Clock and data pins in your last Fritzy also seem to be swapped.
Leo..