Comments on: How to Use I2C LCD with ESP32 on Arduino IDE (ESP8266 compatible) https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Fri, 06 Jun 2025 09:47:24 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-1055337 Fri, 06 Jun 2025 09:47:24 +0000 http://randomnerdtutorials.com/?p=67483#comment-1055337 In reply to irahza.

Hi.
That is just a warning message. Not an error. It should compile and run nonetheless.
Regards,
Sara

]]>
By: irahza https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-1055314 Fri, 06 Jun 2025 07:03:16 +0000 http://randomnerdtutorials.com/?p=67483#comment-1055314 i found thisi massage when verify :

WARNING: library LiquidCrystal_I2C claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).

]]>
By: Fedia https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-1019187 Sun, 23 Mar 2025 13:58:30 +0000 http://randomnerdtutorials.com/?p=67483#comment-1019187 j’ai un problème d’affichage de lcd il affiche des chiffres et lettres aléatoires après le téléversement et je suis sur que l’alimentation , le branchement et même la bibliothèque sont tous juste. que peut être le problème. j’utilise la carte ESP32-WROOM-32

]]>
By: Oleg Boldyrev https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-1009797 Fri, 21 Feb 2025 12:28:37 +0000 http://randomnerdtutorials.com/?p=67483#comment-1009797 Hello!
I’m connecting a 1602 display with I2C module to a ESP32_devkitc_v4. When I connect the LCD to 3.3v, it glows but doesn’t show characters. When I connect it to 5v (as the LCD expects), it shows characters for a while but very soon begins blinking and then stops showing the text. When I measure the voltage on sda and scl pins, I see something to the tune of 4v, which is far too high for ESP32. They say it’s because the LCD pulls up the I2C lines to it’s Vcc. In other words, there is a voltage mismatch between the display and the uc.
Don’t you experience this issue?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-987770 Sat, 30 Nov 2024 10:28:07 +0000 http://randomnerdtutorials.com/?p=67483#comment-987770 In reply to Bill.

Hi.
You need to check the wiring and I2C address of the device.
https://randomnerdtutorials.com/esp32-i2c-scanner-arduino/
Regards,
Sara

]]>
By: Bill https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-987648 Fri, 29 Nov 2024 23:09:03 +0000 http://randomnerdtutorials.com/?p=67483#comment-987648 In reply to Alnoor Ratansi.

i use this board ebay.com/itm/166963753682?var=466649040470
but I get error No I2C device attached but the display is attached

]]>
By: Arun Kumar https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-983445 Fri, 15 Nov 2024 12:58:13 +0000 http://randomnerdtutorials.com/?p=67483#comment-983445 In reply to Sara Santos.

Thank you.

But the library of Frank de Brabander or by johnrickman are not compatible with the nodeMCU. The code gets complied but does not any text on the LCD display

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-983306 Thu, 14 Nov 2024 21:16:03 +0000 http://randomnerdtutorials.com/?p=67483#comment-983306 In reply to Arun Kumar.

You can ignore the warning.
The code still compiles and works.
Regards,
Sara

]]>
By: Arun Kumar https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-983236 Thu, 14 Nov 2024 17:24:41 +0000 http://randomnerdtutorials.com/?p=67483#comment-983236 Thank You for the tutorial.
While I am using the library for I2C which was build by Frank de Brabander or by johnrickman for NodeMCU there no display on screen of LCD.
I get a warning that library used and nodeMCU are incompatable.
Why?

But I dint face any issue using the library mentioned in your website.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-980594 Mon, 04 Nov 2024 12:05:13 +0000 http://randomnerdtutorials.com/?p=67483#comment-980594 In reply to josem.

Hi.
It’s included by default when you select an ESP32 board in your ARduino IDE.
Regards,
Sara

]]>