ESP8266 module with OLED screen (HW-364A)
I received a few of these modules. They come with the older ESP8266. No problem, there’s always a use for it. A major plus is that the module has a built-in 0.91” 128x64 pixel OLED screen, which is connected via an SSD1306 controller. You can also find ESP32s with OLEDs, though they are pricier. Out of the box, the test firmware demonstrated its OLED display working perfectly. But when I tried the samples from the seller, I just got a black screen. According to the documentation, the display is connected via software I2C with SDA on D6 and SCL on D5. However, when I uploaded a test project with these specified display settings, I got nothing. No signs of life on screen. I started looking for something similar and found many analogous modules from Wemos or with the ESP32. But they all had completely different I2C display connections. At some moment, while trying different libraries for the SSD1306, I made a mistake in the configuration. I set the pins in reverse: SDA - D5, SCL - D...