hushamjawad1982/catalex-mp3@0.0.9

License: The 3-Clause BSD License

This library to be used with CATALEX MP3 Module .
NodeDescription
mp3-player
CATALEX MP3 Module CMD Byte used to PLAY and PAUSE and so on based on the data sheet Data Byte used to select file for example. Refer to the Catalex MP3 module data sheet for more information.
mp3-play-next-song
MP3 Play Next Song. Pulse to Initiate pin to play next song . Baud 9600 Connect RX to Arduiino Soft -UART TX. Connect TX to Arduino Soft -UART RX.
mp3-play-previous-song
MP3 Play previous Song. Pulse to Initiate pin to play next song . Baud 9600 Connect RX to Arduiino Soft -UART TX. Connect TX to Arduino Soft -UART RX.
mp3-play-song-number
Play Song based on the number you put in Song ID pin . 1 to play first song. 2 to play 2nd song ...etc . Note that the files names should be like below in SD card. 001xxx.mp3 . 002xxx.mp3 . 003xxx.mp3.
mp3-stop-play
Pulse on initiate pin to stop song.
mp3-pause
Pause
mp3-resume
Resume Playback
mp3-shuffle-play
Shuffle play.
mp3-select-tf-card
As per data sheet .This command need to be initiated every power cycle. in my case The module worked without using it.
mp3-cycle-play
Start up single cycle play.
mp3-volume-up
Volume up
mp3-volume-down
Volume down.
To use the nodes in your project you should have the hushamjawad1982/catalex-mp3 library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.