democloid / picoTracker

BSD 3-Clause "New" or "Revised" License
187 stars 17 forks source link

Using SD card reader from tft display #166

Closed ronaldsdc closed 3 months ago

ronaldsdc commented 4 months ago

Hello friends! Ronald here. Is there any chance or specific config to make the original prototype to detect sd card from the tft sd card reader? Mine has spi connectors and i'm connecting them as gpio.h indicates but have no luck and have no separate sd card reader. I also tried Speccery's version and it says no sd card detected. Thanks for any help!!

s-l1200

democloid commented 4 months ago

Should work, I may have tried it at some point but don't remember. One thing that might be happening is that those resistors may be limiting the bandwidth, so could work at lower frequency. Can you check what those resistors are?

Word of caution, this config, even if you make it work, may not be supported in the future. (We may switch to SDIO in the future)

ronaldsdc commented 3 months ago

Many thanks! that was the issue, they're 1k resistors, I tried bypassing them and it works now. Definitely gonna change to SDIO module in the future, but for now it worked superb, thank You!