ESP32 and LCD1602 with I2C

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
sifu
Posts: 2
Joined: Tue Feb 18, 2020 4:18 pm

ESP32 and LCD1602 with I2C

Post by sifu » Tue Feb 18, 2020 4:26 pm

Greetings,
I am a beginner at coding and with microcontrollers overall.
I recently started to do sort of like a "digital thermometer" at home, I have an LCD 1602 display with an I2C bus and an ESP32 (ESP-WROOM-32) with 30 pins.
Image

I've connected the corresponding pins, the display lights on, however, I do not know how to code it correctly to display text on it.
I couldn't really find any useful information online as I do not understand that much.
Could anyone be of help to guide me on what I should do to just display simple text?

Thanks

DJShadow1966
Posts: 60
Joined: Sun Jun 23, 2019 4:55 am
Location: Gateshead, Tyne and Wear

Re: ESP32 and LCD1602 with I2C

Post by DJShadow1966 » Tue Feb 18, 2020 5:39 pm

Hello

Have a look at this post first reply tells you what you need - viewtopic.php?t=910

Mike

sifu
Posts: 2
Joined: Tue Feb 18, 2020 4:18 pm

Re: ESP32 and LCD1602 with I2C

Post by sifu » Tue Feb 25, 2020 1:10 pm

Thanks for your help and sorry for the late reply.
I will definitely check it out and see what I can do.

Post Reply