🔗 References
-> [https://www.espboards.dev/esp32/esp32-wroom-32d-oled/](esp32 OLED Pinout)
-> [https://www.fisicalive.altervista.org/Coding/37%20SENSOR%20KIT%20TUTORIAL%20FOR%20UNO%20AND%20MEGA%20v2.0.0.19.08.7.pdf](ELEGOO 37 Sensor Kit V2)
- ESP32 ESP-WROOM from diymore (Dev Board)
- 0.96" OLED (I2C, SSD1306)
- 2x Yellow LEDs (rail indicator)
- 220Ω resistors (for LEDs)
- 2x 100µF capacitors (power stabilization)
- VCC → 3.3V
- GND → GND
- Breadboard top + bottom rails powered
- Each rail has:
- 1x LED (visual power indicator)
- 1x 100µF capacitor (bulk stabilization)
Used as visual power indicators:
- confirms power distribution (3.3V with approx. 5.5-7mA)
- useful for debugging and video clarity
Used for:
- buffering voltage drops
- stabilizing ESP32 + OLED during load spikes
- OLED working (Adafruit SSD1306)
- text rendering via
snprintf - modular structure started:
display_init()build_text()display_print_text()
- no real sensors connected yet
- integrate real sensors