Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oled Display doesn't work #14

Open
Tranks76 opened this issue Jan 21, 2021 · 3 comments
Open

Oled Display doesn't work #14

Tranks76 opened this issue Jan 21, 2021 · 3 comments

Comments

@Tranks76
Copy link

Tranks76 commented Jan 21, 2021

Hi there! Such a great job you are doing here. I really appreciate it.
I am just starting on arduino and I am really bad at it. I am just an Electrician.
The issue I have is about the Oled Display. The switch foot works great but the screen does not do enything.
I've checked the librery and all is ok.
Olso I checked the Oled Display with the Elegoo Uno R3 board and it works fine.

The board I have is from AZ-Delivery and the modell is ESP32-WROOM-32

The screen is too from AZ-Delivery and the modell is Oled Display I2C 128X64

I don't know what else to try.
I'll aprreciate any sugestion.

Thank you so much.

@Skiddz
Copy link

Skiddz commented Jan 23, 2021

Justin, awesome work on the Tinderbox.. Appreciate the work and wish I had the knowledge to do this kind of stuff.

I had the same issue as Tranks76 above. Switches work just fine (I did find a discrepancy between the schematic and the code - switches 3 and 4 were 'transposed' - I just flipped the wires) but I got nothing on the display.

Looking at a pinout for the ESP32 DevkitC, I found SCL is pin 22, not 23 as depicted in the schematic. Once I switched the SCL line to pin 22, the display came right up.

@Tranks76
Copy link
Author

Tranks76 commented Feb 4, 2021

Hi Skiddz. I noticed too de discrepancy between the switches and the shcematic. And I did change the 22/23 pins and now the oled it works fine! Thank you so mach! so many time spended looking for the issue.

@happyhappysundays
Copy link

Hi all, I found the same two errors in the schematic. Buttons 3 and 4 transposed and SCL needs to be on GPIO22 as is standard. I hope the schematic is updated one day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants