sbcshop / MicroSD-Breakout

SD Card Breakout is a compact and efficient way to add desired memory into your project to store data, media, codes, etc. It works on SPI interface communication makes it compatible to run it easily with SPI-based microcontrollers.
MIT License
5 stars 0 forks source link

MicroSD-Breakout

This is a Micro SD card reader module that runs on 3.3V and uses the SPI interface (GND, VCC, MISO, MOSI, SCK, CS) with the file system driver and microcontroller system to read and write files to the Micro SD card. For instance, Arduino, Raspberry Pi, and Raspberry Pi Pico, to name a few.

Circuit diagram

For setup the Board in Thonny

Code

In this file, you see two python files

Working

MicroSD Breakout Wiki Portal