Learn electronics, coding, and projects — step by step.

Tag: Mp3 player

How To Play MP3 Files on Arduino from SD Card

George Bantique April 3, 2020 No Comments

After successfully accessing the SD Card with Arduino Uno the crude way (by soldering directly to SD card pins), I thought of making an mp3 player :). As a caveat, this design is not recommended for a daily mp3 player but it does play and I am happy with it. BILL OF MATERIALS So let’s […]


Read more How To Play MP3 Files on Arduino from SD Card

Part 3: DF Player Mini Tinkering with Arduino Nano and LCD

George Bantique March 8, 2020 1 Comment

To explore more with the functionalities of DF Player Mini, an LCD display is good added feature for this project. To save pin connection, we will use an I2C LCD. Since this is Part 3 of the series in tinkering with DF Player Mini, you may visit: Part 1: DF Player Mini – a mini […]


Read more Part 3: DF Player Mini Tinkering with Arduino Nano and LCD

Part 2: DF Player Mini Tinkering with Arduino Nano

George Bantique February 12, 2020 No Comments

I decided to explore more functionality of the DF Player Mini which can be achieved using a microcontroller. I planned to be able to PLAY, PAUSE, PLAY NEXT, PLAY PREVIOUS, INCREASE and DECREASE VOLUME. I used an Arduino Nano mainly because of its small foot prints.  This will serve as a part 2 in tinkering […]


Read more Part 2: DF Player Mini Tinkering with Arduino Nano