Now I want sent audio via bluetooth to bluetooth headset. I test with bluetooth module HC-05, HC-06, and BLE4.0 ,but does not work. It can sent string and character only. This project want to sent audio from MP3 module, and control system by Leonardo board
I test with bluetooth module HC-05, HC-06, and BLE4.0 ,but does not work. It can sent string and character only.
Wrong. It sends bytes. Those bytes might represent characters that might be collected in an array that is referred to as a string. But, they might represent any other kind of data, too.
This project want to sent audio from MP3 module
How are you getting this audio data from the MP3 module?