problem with example streams-generator-a2dp #345
-
But the BT-speaker remains deaf. Tried different speakers and different sinewaves ( sineWave.setFrequency(440); or sineWave.setFrequency(N_B4);) and messed around with the volume settings.... but always the same problem. Board is a 30pin ESP-WROOM-32, with 4MB flash. Kind regards and best wishes for 2023, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
你的邮件我已收到。
|
Beta Was this translation helpful? Give feedback.
-
I'm still wondering why the "streams generator a2dp" example from phils audio-tools library doesn't work (connects to the BT speaker, but remains silent), but the "bt-music-sender" from his "ESP32-A2DP" library works fine. |
Beta Was this translation helpful? Give feedback.
-
For me this is example is working w/o any issues. However I recommend to use the examples from the basic-api folder which are nacg more reliable. You should try the most simple scenario first: which is the one using a generator just to make sure that you manage to get the bluetooth connection working. If it is not working the standard ESP32 logger is your friend! |
Beta Was this translation helpful? Give feedback.
For me this is example is working w/o any issues. However I recommend to use the examples from the basic-api folder which are nacg more reliable.
You should try the most simple scenario first: which is the one using a generator just to make sure that you manage to get the bluetooth connection working.
If it is not working the standard ESP32 logger is your friend!