ESP Based Wi-Fi Network Indicator
This post will cover the use of a SSD1306 OLED display with Espressif based modules. The setup will display wireless statistics using inexpensive devices that are simple to connect. This work was based on the following video demonstration. The wiring for the ESP8266 Wemos module used the following I2C pins to connect to the display. The I2C connection uses fewer pins and frees up pins for other tasks. The ESP32 C3 module connection uses different pins, so a cross platform…