Difference between revisions of "MCookie-Audio"
From Microduino Wiki
(→Specification) |
(→Specification) |
||
Line 25: | Line 25: | ||
*Support FAT16 and FAT32 system as well as 32G memory card to the maximum. | *Support FAT16 and FAT32 system as well as 32G memory card to the maximum. | ||
*Audio data is sorted by folders with 100 folders at the most supportable. Each folder can be sorted with 1000 pieces of music. | *Audio data is sorted by folders with 100 folders at the most supportable. Each folder can be sorted with 1000 pieces of music. | ||
− | *30-level volume adjustable | + | *30-level volume adjustable |
** Support Play, Pause, Last one, Next one and Play certain audio. | ** Support Play, Pause, Last one, Next one and Play certain audio. | ||
Revision as of 05:32, 29 August 2016
Language: | English • 中文 |
---|
mCookie-Audio is an audio play module with serial communication. It adopts a memory card to save songs on the Audio Shield and amplifies sound via mCookie-Amplifier. mCookie-Audio and the Audio shield can be stacked to computer and served as a card reader, used for file transmission.
ContentsFeatures
Specification
DocumentJQ6500 audio chip description: File:JQ6500.pdf
DevelopmentCopy music to Audio shield
Thumbwheel Button Control
Program description: " audio.h " is audio file control, responsible for sending control instruction to Audio module. 1. Under default serial port, you can select communication serial port from " audio.h " based on the core modules you use. //#define AUDIO_PORT Serial1
#define AUDIO_PORT mySerial 2. Initialize Audio module and select play mode. #define MODE_loopAll 0 //Loop all the time
#define MODE_loopOne 1 //Loop once
#define MODE_One_STOP 2 //Single cycle
#define MODE_One_END 4 //Play once
ProjectsIt can be widely used in all kinds of voice broadcast:
PurchaseHistoryPicturesVideo |