No description
Find a file
2025-01-10 20:05:01 +01:00
code.py clean up after gpt xD 2025-01-10 20:05:01 +01:00
LICENSE Initial commit 2025-01-10 20:00:37 +01:00
README.md Initial commit 2025-01-10 20:00:37 +01:00

CircuitPython MP3 SD player

Features

  • plays a random MP3 file from SD card
  • playback over PWM, mono
  • makes sure all the files are played before anything is repeated
  • supports MP3, 16000 Hz, mono, 160kbps (nothing else tested)
  • turns on a light during playback (I used it for a relay to activate a light bulb)
  • supports SPI SD card reader
  • rather simple code which you can modify

How to use

See the code, see what it does, put it on your Pico, modify pins accordingly,

Why

I made a lamp with a speaker for a friend as a stupid joke gift. It is NOT a fire hazard (I think),

License

WTFPL. I really don't care.