Post topics, source code that relate to the Arduino Platform

User avatar
By soull
#25006 Hello,

I've been trying to setup a screen on the ESP8266 but without success (ESP12/nodemcu 0.9 + LCD 1602/I2C + LiquidCrystal library)

I don't know which pin to use for the I2C communication on the ESP12 (which PIN are SDA and SCK).

Has anyone some experience with this LCD1602 and the ESP12 with the Arduino IDE ?

Or which screen are using for your projects ?
User avatar
By alonewolfx2
#25149 i am using this http://www.ebay.com/itm/1pcs-blue-displ ... 462c4ab4b6

and this http://www.ebay.com/itm/SainSmart-IIC-I ... 416564da89

and this http://www.ebay.com/itm/Blue-Backlight- ... 2a557b87da

and this http://www.ebay.com/itm/SPI-TFT-LCD-Ser ... 2c71861bc6

and this http://www.ebay.com/itm/0-96-Inch-I2C-I ... 4d3401e706

theese are working on with esp8266
User avatar
By shah
#39667 I have a 1602 with I2C module and I am able to make it work with my Arduino Uno and Mega just fine using LiquidCrystal_i2c library. I would like to use it with NodeMCU in Arduino environment. The major question is the same as the original poster's, which pins should I connect SDA and SCL to? Also what, if any, modifications need to be done to the LiquidCrystal_i2c library or Wire library etc. Could you please shed some light on it?

alonewolfx2 wrote:i am using this http://www.ebay.com/itm/1pcs-blue-displ ... 462c4ab4b6

and this http://www.ebay.com/itm/SainSmart-IIC-I ... 416564da89

and this http://www.ebay.com/itm/Blue-Backlight- ... 2a557b87da

and this http://www.ebay.com/itm/SPI-TFT-LCD-Ser ... 2c71861bc6

and this http://www.ebay.com/itm/0-96-Inch-I2C-I ... 4d3401e706

theese are working on with esp8266