Replies: 8 comments
-
|
no issue on my end. I am guessing something with connection or screen is not OK (I do have one that failed after some use and can no longer connect to any board) |
Beta Was this translation helpful? Give feedback.
-
|
@me-no-dev Thanks for your replay. I have used GPIO 6 to SDA and GPIO 7 to SCL. |
Beta Was this translation helpful? Give feedback.
-
|
SSD1306 is the oled. IOs do no matter |
Beta Was this translation helpful? Give feedback.
-
|
Can you please let me know what connection you are using? |
Beta Was this translation helpful? Give feedback.
-
|
Those pins should work fine. If you have very long wires (ie meters) to the oled you may need to put 4.7K pull-up resistors on the signal lines. |
Beta Was this translation helpful? Give feedback.
-
|
@lbernstone Thanks for your demo Wokwi explanation. Yesterday I tried, but it didn’t work for me. Since the OLED works fine with the ESP8266, the display and wiring are not the problem, it seems to be a connection issue specifically between the ESP32-C6 and the OLED. Have you been able to successfully connect the SSD1306 to the ESP32-C6 using the Wokwi code and wiring you described? Thanks |
Beta Was this translation helpful? Give feedback.
-
|
Yes. Works exactly the same in silicon and emulation. Try other pins. Perhaps 6/7 are not soldered well. |
Beta Was this translation helpful? Give feedback.
-
|
If you have not already solved it, why did you use these lp pins? The "normal" pins for i2c are gpio 22 and 23. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Board
ESP32 C6
Device Description
Hello,
Please guide me on, How to connect SSD1306 OLED Display with ESP32 C6 Controller?
■ ESP32-C6 + OLED SSD1306 I²C Connection Issue
■ No I2C devices found
E (xxxx) i2c.master: I2C transaction unexpected NACK detected
Hardware Configuration
Version
latest stable Release (if not listed below)
Type
Task
IDE Name
Arduino IDE
Operating System
Windows 11 Pro
Flash frequency
80 MHz
PSRAM enabled
yes
Upload speed
115200
Description
Connection issue
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
Beta Was this translation helpful? Give feedback.
All reactions