Shanky-Robot / Kidsplayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenless MP3 Music Player for Toddler with Raspberry Pi Pico and DFPlayer

This is a simple mp3 player with a screenless UI for Toddlers. It uses a Raspberry Pi Pico, a DFPlayer MP3-player module, some push buttons and LEDs.

In order to drive the DFPlayer MP3 player, it uses the drivers that are located here: https://github.com/mannbro/PicoDFPlayer

YouTube Video

To learn more, check out the YouTube video I made about the player

IMAGE ALT TEXT HERE

Circuit Diagram

Circuit Diagram

Installation

Add the picodfplayer.py (from https://github.com/mannbro/PicoDFPlayer) and the kidsplayer.py to the root folder of your Pi Pico. To autostart, rename the. kidsplayer.py file to main.py before adding it to the Pi Pico.

About

License:MIT License


Languages

Language:Python 100.0%