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 Mon, 10 Nov 2025 15:18:13 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: Sara Santos https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-1121931 Mon, 10 Nov 2025 15:18:13 +0000 http://randomnerdtutorials.com/?p=67483#comment-1121931 In reply to d.n..

Hi.
that’s not an error.
It’s just a warning. If you don’t get any other errors, it should run just fine on the ESP32 or ESP8266.

Regards,
Sara

]]>
By: d.n. https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-1121889 Mon, 10 Nov 2025 13:20:57 +0000 http://randomnerdtutorials.com/?p=67483#comment-1121889 In reply to Sara Santos.

I got the same Warning:
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: Bhaaskar R https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-1095656 Wed, 10 Sep 2025 18:45:02 +0000 http://randomnerdtutorials.com/?p=67483#comment-1095656 Hi,
Is it possible to run an I2C LCD with 3.3V? If possible, please explain in detail

]]>
By: Gaelen https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/#comment-1088459 Fri, 29 Aug 2025 18:36:50 +0000 http://randomnerdtutorials.com/?p=67483#comment-1088459 This was a great tutorial – very clear and reproducible!

I was having an issue where I couldn’t see any text, but scrolling down to the comments showed me that I needed to connect to the VIN 5V pin instead of the 3V3 pin. Perhaps boosting this will help someone else if they’re having trouble.

]]>
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

]]>