No description
- Python 100%
| code.py | ||
| LICENSE | ||
| README.md | ||
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.