Hardware Setup - tildemark/ESP32-OLED-GME12864-78 GitHub Wiki

Hardware Setup

This page provides detailed instructions on how to connect your ESP32 to the OLED display.

Components

Wiring Diagram

Wiring Diagram

Connection Instructions

  1. Power Configuration:

    • On the ESP32 expansion board, locate the yellow jumper.
    • Move the jumper from the 3.3V position to the 5V position. This ensures the OLED receives 5V power.
  2. Wiring:

    • Place the OLED display on the breadboard.

    • Connect the following pins:

      • ESP32 Expansion Board VCC to OLED VCC
      • ESP32 Expansion Board GND to OLED GND
      • ESP32 Expansion Board D21 to OLED SDA
      • ESP32 Expansion Board D22 to OLED SCL

Pin Connections

ESP32 Expansion Board OLED Display
VCC VCC
GND GND
D21 SDA
D22 SCL

Notes

  • Ensure all connections are secure.
  • Double-check the pin assignments.
  • Refer to your ESP32 expansion board documentation for specific pin layouts.