30Views0Replies
Can we use HX711 with SEP 01
Dear All,
I am new to arduino.
I am trying to connect my ESP 01 with the HX711.
I am managing a web server in ESP 01. When i call the scale.begin(DOUT, CLK); web server is not responding.
I used PINS as follows
#define DOUT 3 // Pin connected to HX711 data output pin
#define CLK 5 // Pin connected to HX711 clk pin
My problem is, can we use ESP 01 with HX711?
Can someone give me a clue on this please :)
Thank you verymuch
Discussions