-
Notifications
You must be signed in to change notification settings - Fork 108
Description
Using what appears to be the same board that the guide was using, after successfully compiling and uploading to the board, no activity is observed on the OLED screen.
Software and Libraries available:
Arduino IDE 2.3.6
Adafruit BusIO - 1.17.1
Adafruit GFX Library - 1.12.1
Adafruit SSD1306 - 2.5.15
RF24 - 1.5.0
U8g2 - 2.35.30 (using this library, I can populate the OLED)
ezButton - 1.0.6
Installed Boards:
Arduino ESP32 Boards - 2.0.18-arduino.5
esp32 - 3.2.0
esp8266 - 3.1.2
In addition, following the board listings' instructions, I have installed the CH340 driver on my computer thus providing me access to upload code to the device.
The only other thing of note that I could find was on the Adafruit SSD1306 github, there is a note saying that for the ESP8266 boards: Change OLED_RESET to different pin if using default I2C pins D4/D5.
Now, since the OLED came preinstalled I haven't looked into if this is something that is possibly a bottleneck but my assumption is that this is not something needed to look into since the guide didn't mention it.
Attached is an image of how I have the device set up showing no display but having power. If requested I can also attach my wiring configuration, however, i'm pretty confident that it is accurate to the instructions in the guide.
