Hi girlies,
I'm currently working on my first IoT project for uni, a simple scale with the ESP32_DevKitc_V4, a HX711 amplifier and the 5 kg Load cell from Purecrea.
I mainly used the following tutorial for my project, although I have a different version of the ESP32 board and I realized, that the code for the calibration of the scale is depricated, so I had to update some parts of the code, which is also added to this post. https://randomnerdtutorials.com/esp32-load-cell-hx711/
Here's the wiring scheme:
Load Cell HX711 HX711 ESP32 Red (E+) E+ GND GND Black (E-) E- DT GPIO 16 White (A-) A- SCK GPIO 4 Green (A+) A+. VCC 3.3V
I successfully uploaded the code 'calibrating_scale.ino' to my ESP32 board and the HX711 connection also seems to be fine. But the problem is I get only 'Result: 0' even though I put weight on my scale. The goal of the calibration code is, to find out what my calibration factor is to make sure the scale shows the correct weight and this is calibration factor is different for everyone, so I can't really skip this step. I really don't know what the issue is, I watched a lot of youtube tutorials and read about people in forums, where this setup seems to work fine.
Does anyone have an idea what I could do to troubleshoot or solve this issue? I'm thankful for every tip.


Tbh I'm unsure if I did this correctly so you're on the right track, I used the following pinout guide which made me connect it this way. You see that GPIO 16 here is called RX.

oh man!


