ESP8266 (ESP-12E) and OLED Display over I2C
Posted: Fri Mar 04, 2016 8:01 am
Hello everyone.
I'm having toruble connecting my ESP8266 (E12-E) with OLED via I2C using this library: https://github.com/somhi/ESP_SSD1306
This is my display:
To which pins on ESP-12E should I connect SDA and SCL pins from my display?
Also, do I need to connect RST pin? Or just pull it up to VCC with a resistor?
The example from this library contains following code:
How do I understand this?
According to documentation GPIO15 should be always connected to GND..
This is my module:
I'm having toruble connecting my ESP8266 (E12-E) with OLED via I2C using this library: https://github.com/somhi/ESP_SSD1306
This is my display:
To which pins on ESP-12E should I connect SDA and SCL pins from my display?
Also, do I need to connect RST pin? Or just pull it up to VCC with a resistor?
The example from this library contains following code:
Code: Select all
/*
HardWare OLED ESP8266 I2C pins
Pin 17, GPIO14 SCL
Pin 19, GPIO15 SDA
*/
// Pin definitions
#define OLED_RESET 16 // Pin 15 -RESET digital signal
How do I understand this?
According to documentation GPIO15 should be always connected to GND..
This is my module: