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

[Wrover Kit v4.1] The display doesn't display anything when the SD Card is inserted. #100

Closed
C47D opened this issue Apr 19, 2020 · 1 comment

Comments

@C47D
Copy link
Collaborator

C47D commented Apr 19, 2020

When the SD Card is inserted into the SD Card holder of the Wrover Kit v4.1, the display doesn't show anything.

This is because the Card Detect (CD) signal is connected to the IO_21 pin, R168 is pulling the IO_21 pin high (to VDD33) and R167 is connected in series between the CD signal and IO_21.
IO_21 is also connected to the D/C signal of the display, so the display D/C pin always gets a logic high, the display controller thinks it's always getting data and no commands.

To solve the issue I removed both R167 and R168, this have the caveat of not being able to detect when the SD Card is inserted on the holder, at least not without soldering a jumper wire connecting the CD signal from the SD Card holder to an unused IO of the ESP32 chip.

Remove_resistors_from_SD_CARD_CD_signal

@C47D C47D closed this as completed Apr 19, 2020
@C47D C47D mentioned this issue May 4, 2020
3 tasks
@mattiaVDM
Copy link

You just saved me after hours of debugging, i had the same issue. Removing the SD and it finally worked.

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

2 participants