So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Adzmo
#58635 Hello friends, I want to connect lcd to esp8266 and then send text from webpage to that lcd.. iam totally noob and i want to ask, is it possible to have connected lcd display when esp is connected to pc with usb adapter like this one to upload sketch?
Image
Next i want to ask if there is some reduction to power esp from electric plug?
User avatar
By RichardS
#58672 Computer connects to RX TX, LCD will have to connect somewhere else, either use SPI LCD or I2C LCD and use the remaining pins, there is lots of examples on ESP8266.com with LCD's connected and full descriptions of how to do it and what libraries to use.

RichardS