-
Notifications
You must be signed in to change notification settings - Fork 15
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
Micro sd #9
Comments
1 bit mode, so only 3 IOs are required. Please see the example |
I try to have it workin in micropython and no example |
I have also test with the example and i get same error i test with 4 different sd card: E (2173) sdmmc_req: sdmmc_host_wait_for_event returned 0x107 |
Hi @telemac73, |
This is needed: |
Thanks i will try ) |
@telemac73 |
Guys, you probably have to power on the peripheral from which SD card is powering as well. |
@aokhrimenko thank you!!! You are absolute legend and I am totally stupid :D You can see in that other discussion I mentioned above, that I tried everything, I even flashed back original firmware from here and tried Arduino testSD sketch and I am probably totally blind because I completely missed fact that in that code, they trigger gpio10 to 1... I even checked schematic many times and yea I am blind... -_- Ok, so now it works even with micropython - slightly modified micropython - https://github.com/orgs/micropython/discussions/10598#discussioncomment-7545637 |
This display has good at SD card functionality . TFT_eSPI library also worked fine to draw & Fetch JPG image from SD card . But touch has certain issue to display next scroll. It gives ghost touches continuously of same value and not being integrated with TFT_eSPI library. Please help to resolve touch library |
Hello,
You provide only 3 different pin for tf card but need mimimum 4 ?
Thanks
The text was updated successfully, but these errors were encountered: