Closed Gerd1986 closed 3 years ago
We've also reproduced this with the Adafruit FT232H breakout & Adafruit MicroSD card breakout. At this time, I don't have a resolution to the problem. @caternuson has also reproduced the problem.
In my case I tested on a Debian Linux x86_64 system. What I observed is that the serial input data is always 0xff.
Some notes from my investigation:
Maybe try some various brands of SD cards. I've had different results across brands before.
We've identified that it's an incomplete implementation of busio.SPI in Adafruit_Blinka for the FT232H chip. Other Blinka implementations of busio.SPI may have the same limitation. You can follow the above-linked bug for more information.
This should be fixed by a blinka update
Its working now! Great work!
Hi guys,
i have the adafruit ft232h breakout board and one of the 5 dollars amazon sd via spi breakout boards. it is not even doing the initialization and failing with "no sd card". Did you test the sd library with the ft232h breakout board?
Kind regards,
Gerd