Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By gregware
#30934 JP, thanks for the posting.
I've been trying to talk from my ESP-12 to HX711, but DOUT never comes HIGH.
[I tested that the bit-banging works by forcing the DOUT to GND or 3.3V, I do read 0x00FFFFFF or 0x00000000]

So, my question is if you powered HX711 with +3.3 or with +5? Then you need a level shifter, right?

[Otherwise I have to re-double-check my wiring or declare my HX711 as dead...]

Thanks for any info on the matter!

Greg
User avatar
By freedom2000
#30962
gregware wrote:JP, thanks for the posting.

So, my question is if you powered HX711 with +3.3 or with +5? Then you need a level shifter, right?

Thanks for any info on the matter!

Greg

Hi Greg,

HX711 is powered safely between 2.7 and 5.V.

So I simply power it with 3.3V . So no need for a level shifter !

JP