Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By joeygbsn
#48965 Hi, I am using the nodemcu v2 board with a 16x2 serial lcd. All is working well with a separate 5v supply, but i was wondering if its alright to draw current from Vin while the esp is powered by a usb supply. The lcd just needs 5v for its power then the 3.3v serial is high enough to work on its input. I have tried it already and it does work, just wondering if there is any problem with this.
User avatar
By schufti
#48972 the i2c pullups on the adapter board are connected to 5V, so the esp i2c pins theoretically see "overvoltage".
But in reality this does work. If you want to be 100% sure insert a i2c level converter.
Regarding the current draw it is ok, too. The LCD and the converter just draw about 10mA. The backlight might add signifficantly more current but still within reason.
User avatar
By joeygbsn
#48989 Just to be clear the display is not using i2c, but rather uart. So just using the tx pin works to communicate, and there are no pull ups. This lcd backlight does draw around 100mA, but that should be drawn only from the usb, when I have it connected to Vin. At least this is what I'm trying to confirm.