Hello i know the pi pico is still new to the arduino community world. But from a programming side is it possible to program a SD card the same way that i can do with a arduino board? I have a upcoming project that requires me read file names from the SD card and I do not have any arduino boards available. I do have pi pico board and I don't know python well enough to program this.
Hello, I'm still not finding nothing on Setting up the pi pico with An SD card within the arduino IDE environment. I'm going to try it. But I was curious if anyone else has tried it and if they ran into any problems with it?
I'm sorry srnet. Got a little excite I got my pico board finally and wanted to use it. Every place was out and i found a place that had 2 left and i grab one.
Please install / have a look to this package: https://github.com/esrlephilhower/arduino-pico
In the library area is some information about SD / SDfat.
And you need the courage to do a few experiments.
Hello RudolfAtRTC, I have already installed the pico board manger i can program the pico but i have no clue on the SD card. This is the Sd card module i have. But sense they are using GP/GPIO pins i can not tell which pins are for spi? I'm looking online but only one i found i have tried and and sense they use some GP/GPIO pin mapping when i try to do GP13 or a GPIO13 i get this pin is not in the scope. So I'm unsure what pins goes to where and how to put it what sc pin goes to where.
hello RudolfAtRTC, Thank you i could not find that pinout anyplace. I saw other pinouts but not for SPI. Is that in one of the examples?
The one i found in the examples of SD(ro2040) in the examples folder was
The circuit:
analog sensors on analog ins 0, 1, and 2
SD card attached to SPI bus as follows (Raspberry Pi Pico):
** MISO - pin 0
** MOSI - pin 3
** CS - pin 1
** SCK - pin 2
Hello khoih-prog, I have tired the SD card library and for some strange reason it said it failed and can not see the address card. I’m going to try again later today when I get back.
You have to connect either SD-card's VCC to 5VDC (as the card has AMS1117 5v->3.3V regulator) or connect 3.3V to 3.3V OUT pin of AMS1117 of SD-card to test.
Connect 3.3VDC to SD-cards VCC, expecting 5VDC, won't work.
With HW background, you can measure the OUT pin of AMS1117 to verify how bad the voltage is dropped.