Write Read Data to SD Card Using Maker Pi Pico and CircuitPython

Write Read Data to SD Card Using Maker Pi Pico and CircuitPython

Introduction

Besides MicroPython, Raspberry Pi Pico can also be programmed using CircuitPython. You can read the differences between MicroPython and CircuitPython for Raspberry Pi Pico here ? MicroPython or CircuitPython? In this tutorial, we will try to write and read the data on the SD card using Maker Pi Pico.

Video

This tutorial shows how to write and read data to the SD card using Maker Pi Pico (Raspberry Pi Pico). It is programmed using CircuitPython.

Hardware Preparation

This is the list of items used in the video.

Sample Program

This is the basic CircuitPython code to interface SD card using Maker Pi Pico (Raspberry Pi Pico).

Thank You

References:

Thanks for reading this tutorial. If you have any technical inquiries, please post at Cytron Technical Forum.

"Please be reminded, this tutorial is prepared for you to try and learn.
You are encouraged to improve the code for a better application."