I'm trying to connect weighing sensors to a Raspberry Pi and can't seem to make it work.
I have hx711 conected to the Pi 2B sck to pin16(gpio23), dt to pin18(gpio24). Vcc to 5v, Gnd to 0v.
I installed as in tutorial:
http://hivetool.org/w/index.php?title=L ... e_software
and when I started program $sudo hx711, program return "No data to consider"
How to fix that?