Expand Your Raspberry Pi Pico's Memory by Adding a microSD Card Reader! Plus SPI & Module Creation.

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 26

  • @DevonsWorkshop
    @DevonsWorkshop ปีที่แล้ว +3

    With audio mixer you can specify the volume but i think the pop comes from the initial ground coupling/decoupling every time. I found with my particular project using the 20w amp theres an i2c amp volume control and by muting the amp for 1 second the initial click is bypassed. Thats pretty important for a 20w amp as the pop and buzz is ear shattering at full volume and can blow speaker diaphragms.

    • @profgallaugher
      @profgallaugher  ปีที่แล้ว +1

      The audio noise reduction here is what I plan to cover in a future lesson. My students don’t have these parte so it’ll be an add on when I finish this semester’s updates. learn.adafruit.com/breakbeat-breadboard/build-the-breakbeat-breadboard

  • @fgregerfeaxcwfeffece
    @fgregerfeaxcwfeffece 11 หลายเดือนก่อน +1

    I did not expect straight PWM Audio from the rp2040 to be this good
    Okay, that means I can absolutely cut a few parts in some projects if I use the 16MB china boards.
    Really gotta test just connecting it to an amplifier board and calling it a day.

  • @fgregerfeaxcwfeffece
    @fgregerfeaxcwfeffece 11 หลายเดือนก่อน

    Okay, tested it myself, straight PWM audio actually sounds acceptable for many use cases.

  • @rty1955
    @rty1955 หลายเดือนก่อน

    How will this help for out of space for LIB directory?

    • @profgallaugher
      @profgallaugher  หลายเดือนก่อน

      I don’t show that because I’ve never run out of lib space. Consider circup to verify if you’re really requiring all the lib files you’ve got. But if you need your lib on your sd check this out. learn.adafruit.com/micropython-hardware-sd-cards/code-storage-on-sd-card

  • @nighthawkgaming1962
    @nighthawkgaming1962 ปีที่แล้ว

    what about reading stuff from external harddrive cuz for some reason i cant find anything showing how to use them useing a pico

  • @rahmahermes3149
    @rahmahermes3149 9 หลายเดือนก่อน

    Hello, can we install python modules in the sd card and import them from there into the code?

    • @profgallaugher
      @profgallaugher  7 หลายเดือนก่อน

      Unsure. That’s a good question for the Adafruit discord channel.

  • @paulbression5772
    @paulbression5772 8 หลายเดือนก่อน

    Hi, i did not succed to install numpy because i ran out if Space. Does your tutorial will help me ?
    Thanks

    • @profgallaugher
      @profgallaugher  7 หลายเดือนก่อน

      Hmmm not sure how to extend libraries to the sd card. Check Adafruit Discord for advice.

  • @parinoidegg6103
    @parinoidegg6103 11 หลายเดือนก่อน

    Does this work with other rpi s like the 4

  • @michaelzhou5095
    @michaelzhou5095 ปีที่แล้ว

    very clear instructions. Thank you! One Q, I am using a SPI ili9341 display for some animation while playing sound, will there be any performance issues if both animation/audio play together and both from a sd card also wired to a SPI?

    • @profgallaugher
      @profgallaugher  ปีที่แล้ว

      Unsure. There are additional ways to wire this card up for even faster performance. I'd give it a try. Also note for more advanced work, sometimes the Adafruit Discord forums are very useful. I get so much help from them! adafru.it/discord. Cheers!

    • @michaelzhou5095
      @michaelzhou5095 ปีที่แล้ว

      @@profgallaugher Thanks for the input😀

  • @profgallaugher
    @profgallaugher  ปีที่แล้ว

    Yeah, at about 7 mins I mix up my right and my left. I’m sure you could follow, though. This is why things are color coded😊

  • @keibodabedini-im9jk
    @keibodabedini-im9jk ปีที่แล้ว

    Can you do this in a Raspberry Pi Pico or does it only work with a Raspberry Pi Pico W?

    • @profgallaugher
      @profgallaugher  ปีที่แล้ว +1

      Pico is the same as Pico W except for WiFi and Bluetooth so adding an SD card should work the same way on both. Feel free to check out the full playlist on the site and be sure to subscribe.

  • @profgallaugher
    @profgallaugher  4 หลายเดือนก่อน

    IMPORTANT! As of CircuitPython v.9, you need to have an EMPTY folder named "sd" on your CIRCUITPY volume so that your board knows to access your SD card. The "sd" folder is on your board volume, not the sd card itself, and that sd folder is empty - it doesn't have anything in it.

  • @Sztuka01
    @Sztuka01 ปีที่แล้ว

    Good morning!
    Very cool tutorials, helped me get started with Rasbery Pi Pico :)
    I have a problem though. As you mentioned playing multiple files with audiomixer doesn't work when trying to play files from a micro SD card. I've checked it on my own, and unfortunately it doesn't actually work (for more than one file, for one file it does manage). So my question is, have you found a solution to this issue? Or do you have any other library to recommend that allows mixing several sounds at once?

    • @profgallaugher
      @profgallaugher  ปีที่แล้ว

      Hi. I don’t know how to fix this but you might check on Adafruit Discord. They may have some ideas. Good luck!

  • @ChandrashekarCN
    @ChandrashekarCN 2 หลายเดือนก่อน +1

    💖💖💖💖

  • @arahamabeddin7442
    @arahamabeddin7442 ปีที่แล้ว

    Love from India ❤

  • @infernape28
    @infernape28 7 หลายเดือนก่อน

    I appreciate you using the politically correct description for MISO

  • @DevonsWorkshop
    @DevonsWorkshop ปีที่แล้ว +2

    I like the idea of color coding the wiring. Its just too hard to standardize since pcb silkscreens are usually only 1 color. Maybe someday multicolor silkscreens will make that easier to standardize.

    • @profgallaugher
      @profgallaugher  ปีที่แล้ว +1

      I tried to match what folks see with the STEMMA-QT wiring. Yellow clock, blue is data so I figured I’d use green for other data and white for cs. Hopefully it’ll help students to follow but this is the first time we are using this board.