 |
Firmware (Arduino sketch) for the VS1053 Music Player (Mega Box)
.ino sketch, libraries and patch files for the Arduino Music Player project as used in the Mega Box (February 2018).
V1.0
|
 |
Firmware (Arduino sketch) file for the Arduino Music Player
.ino sketch and libraries for the 8-bit Arduino microcontroller used in the Arduino Music Player project from the July 2017 issue.
Changes:
v1.1:
- fixed a problem where pressing a button on the bottom row of the keypad during playback would cause the software to lock up
- added option to select both MP3 and .ogg (Ogg Vorbis) files to be played back
- added a recording time display
- made some changes to address dropouts during recording
V1.2:
- fixed a problem where the player would lock up if any music was played after using the record function
- added an option to select what number file to record to (the old incremental option can be selected by pressing 'A' on the keypad)
- recording starts from 00 instead of 01
V1.3:
- fixed the recording function only writing half the required data.
Added an experimental version that lets you enter the entire filename using the keypad when selecting a tracknum to play. It uses a rotating keypad like a mobile phone, and should match up with the characters on the keypad itself. Controls are listed under the function name createName(). It's stable though, just wanted to provide the older and newer option.
|
 |
20x4 Alphanumeric serial (I²C) LCD module with blue backlight
A 20x4 alphanumeric LCD module with blue backlight, supplied with an I²C driver module which may already be soldered to the display. With it in place, you can update the characters on the display over an I²C bus.
For more details, see the El Cheapo Asian Electronic Modules article in the March 2017 issue.
|
 |
Geeetech VS1053B MP3/audio shield for Arduino
An Arduino shield with a VS1053B audio codec chip. Has a stereo output socket, mono input, onboard electret microphone, microSD card socket and power/activity LEDs. Can play MP3, MP4, Ogg Vorbis, FLAC, WAV and more and record in Ogg Vorbis format with appropriate software.
For more details, see the article in the July 2017 issue titled "An Arduino stereo audio playback and recording shield". Also used in the Arduino Music Player project in the same issue.
|