Raspberry Pi Pico (RP2040) SD Card (Read & Write) with MicroPython and C/C++ | Digi-Key Electronics

Поділитися
Вставка

КОМЕНТАРІ • 18

  • @peterbelanger4094
    @peterbelanger4094 2 роки тому +10

    This tutorial is broken. The Micropython github page has changed, the sdcard lib is not at the link provided.🙁

  • @petey8155
    @petey8155 2 роки тому +2

    5:22 the baud rate defined here is overridden by what is entered in the sdcard.py driver - just an fyi since it took me a few minutes to figure out why the speed wasn't changing :)

  • @NokiAll2
    @NokiAll2 Рік тому +2

    i tested this with raspberry pi pico(c++ sdk) and it's doesnt work

  • @nicolesanchez3753
    @nicolesanchez3753 Рік тому

    Hi really thank you, i was wondering if with a MicroSD card catalex, can it be use that github in C?

  • @mytechnotalent
    @mytechnotalent 3 роки тому +1

    OSErrorL [Error 19] ENODEV
    Not sure why it is not recognizing.

  • @daedalus5483
    @daedalus5483 Рік тому

    Is it possible to have data from inputs / sensors be written to the pico so that they show up in the usb drive where one uploads the code?

  • @bhimbdrlama
    @bhimbdrlama 2 роки тому

    is there a way to data log in the circuit python ?

  • @yogimarkmac
    @yogimarkmac 2 роки тому

    I love this series!

  • @CornelisVermazen
    @CornelisVermazen 3 роки тому

    Thanks for the very good overview and example.

  • @achalasamapriya2701
    @achalasamapriya2701 3 роки тому

    nice work and nice look as always.

  • @rahulm4182
    @rahulm4182 3 роки тому

    getting an error message f_prinf failed and single block write failed

  • @jose1kira
    @jose1kira 2 роки тому

    Thanks a lot! Very usefull

  • @alfonsosamuel2273
    @alfonsosamuel2273 3 роки тому

    thank you for sharing your knowledge!
    anyway, could you try do your spi video with ad 343 sensor but with pio spi? i think that's interesting. thank you :)

  • @yxhankun
    @yxhankun 2 роки тому

    Error: importerror no module named pyb at 4.51. This is a fake sketch, there is no # at the comment "Example"...at line 8 and line 15.

  • @louigi6001
    @louigi6001 3 роки тому +1

    Hi, On digikey I can't seem to be able to leave a comment so I will leave one here.
    Since you wrote the article the no-OS-FatFS-SD-SPI-RPi-Pico may have changed a bit ... I was unable to compile the code you shower with the current code.
    Also the default pins on the pproject may have changed and don't match the wiring you are suggesting.
    I added hw_conf.c in the add_executable line in CMakeLists.txt
    add_executable(${NAME} ${NAME}.c hw_config.c)
    It now builds but I've not yet tested if it actually works