Page 1 of 1

HX711 WIFI floor scales

Posted: Thu Jan 16, 2020 8:55 am
by nicollo
Hi guys!
I'm trying to make a floor scales based on ESP32 + HX711 and ESP-IDF over HTTP protocol.
This library https://github.com/UncleRus/esp-idf-lib ... 11/hx711.c was used for communication.

Sensors were connected in such way:
Image

But my HX711 returns 8388607 constantly.
Here is my samples from logic analyser:
Image

Image

I even tried to change gain to HX711_GAIN_A_64 but it has no effect.

What can be wrong with that?