Git Product home page Git Product logo

pico-sdk-sdcard's Introduction

Sample project: how to use SD card with raspberry pico-sdk

Requirements: โœ”๏ธ

B.O.M. (Bill Of Materials): ๐Ÿ›’

  • RaspberryPi Pico;
  • MicroSD to SD card adapter (for easy soldering);
  • MicroSD card;
  • Some nice wires (30 AWG recommended);
  • 2 x 10K resistors (for pull-up);
  • 1 x 10uF capacitor (for decoupling);

Wiring: ๐Ÿ”Œ

Soon...

Development ๐Ÿ‘พ

  • Start a Linux terminal (on windows, just open the command prompt and type wsl);
  • Install the build system, running the following command on terminal:
sudo apt update
sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential libstdc++-arm-none-eabi-newlib
  • Download the repository with it's dependencies:
git clone --recurse-submodules --shallow-submodules https://github.com/juliannojungle/pico-sdk-sdcard.git
  • Open the project folder in vscode, click on the 'no kit selected' on status bar, select GCC arm-none-eabi build kit, then click on Build (right next to it);

*.uf2 file will be written at build directory. Just copy it to the raspberry pico's usb drive.


@juliannojungle, 2023

pico-sdk-sdcard's People

Contributors

juliannojungle avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

kingzhang1017

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.