JQ6500 MP3 Player Arduino Library
A simple library to control a JQ6500 MP3 Player Module from an Arduino.
|
Simple to use Arduino library to interface to JQ6500 (JQ6500-28P, JQ6500-16P) Mp3 Player Modules
For complete documentation about the JQ6500 Mp3 Player Module, see: http://sparks.gogo.co.nz/jq6500/index.html
For a library methods reference see: http://sparks.gogo.co.nz/jq6500/doxygen/class_j_q6500___serial.html
For Linux Upload and Windows Upload Repair Tool (JQ6500-16) see: https://github.com/NikolaiRadke/JQ6500-rescue-tool
There are two varients of the JQ6500 module as shown.
To use this library with a 5v Arduino, connect as follows.
JQ6500 Module | Arduino |
---|---|
RX | through a 1K Resistor then to pin 9 |
TX | pin 8 |
GND (any of) | GND |
VCC (any of) | VCC |
To use this library with a 3v3 Arduino, connect as follows...
JQ6500 Module | Arduino |
---|---|
RX | pin 9 |
TX | pin 8 |
GND (any of) | GND |
VCC (any of) | VCC |
You can use pins other than 9 and 8 if you wish, simply set them in your code.
If using the on-board speaker driver, then naturally the power demands are significant, and your USB power may not be sufficient at more 1/3rd level of volume or so, the symptom is the audo breaking up and potentially resetting when volume increases.
You should use either an external power source, an external amp, or a lower volume if you experience this problem.
Open the HelloWorld example.