Hello, I have an Arduino connecting to and writing to a micro SD card reader (https://www.adafruit.com/product/254) and all is good. I would now like to move this across to the Rasp Pi Zero but I have hit a roadblock. I was looking at using the Circuit Python blinka libraries but the support particularly for the "storage" library is not yet available. Are there any other routes? I am looking at all options so it can be C or Python or...
The idea is for a file created on a PC to be copied across to the card and that card inserted into the Pi (there will be no wifi/bluetooth so can't transfer it that way) so I presuming the format would need to be at least FAT 16/32?
If it’s a PC formatted card then the Pi will recognise it with no issue so you will be able to mount it and read the files without any special coding.
The only thing you need to be aware of is to use the inbuilt SD card then you will have to gave booted the Pi of a USB disk or memory stick. Linux gets very very upset when you take its boot disk away