Originally shared by Boian Mitov And my 31th Instructable is here :-) Detailed step

Originally shared by Boian Mitov

And my 31th Instructable is here :slight_smile:
Detailed step by step instructions on how to create remote LCD Display Wi-Fi for Temperature and Humidity with two ESP8266, connect sensor, the display, and program it all with Visuino
arduino esp8266 #Visuino

Is an ESP integrated backpack in the works??

@Gordon_McLellan What do you mean? Visuino supports generic ESP modules. I have experimented with ESP-12, and actually the first version of this project was done with one NodeMCU and one ESP-01.

For connecting to a HD44780 surplus / salvage parallel LCD… rather than the serial (rs232/i2c) lcd. Maybe parallel lcd aren’t that common anymore?

@Gordon_McLellan Ohh… boy, sure, you can do it, but connecting the parallel ones is such pain in the but… I did one instructable on those, and I still remember the pain :smiley:

The I2C works now with the 5V from the ESP. No protection or level shifting necessary? Does it work?

@Thomas_Machard It is perfectly fine. The 5V comes from the USB power. In general the 3.3V signals from the ESP are compatible with 5V inputs, but in this case it is even better as the connection is I2C with pull-up resistor on the 3.3V side :slight_smile: