ESP32-A2DP as a Bluetooth bridge for YoRadio. #786
Unanswered
HighWayManDenmark
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Some people are struggeling with A2DPSource, so I suggest that you start very simple e.g. by just sending a data file to familiarize yourself with the potential issues. You need to make quite a few decisions:
My recommendation would be to look into Serial with hardware flow control and to use a codec if the source only provides PCM data. I recommend that you always use the latest versions and use the tool that you are most familiar with. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this idea to use a second ESP32 as a bridge between YoRadio (First ESP32) and my Bluetooth speaker.
First tried to add some BT-modules to YoRadio - the sound was terrible. When I got one source of noice solved, another took over.
Then I thought about - why not connect another ESP32 to handle the I2C data stream directly to Bluetooth sender. No DAC - no crappy BT modules.
Has anybody been on this path ?
Which version of this lib will be a good starting point ? Arduino or PlatformIO ? Do I need AudioTools ? Will it be a solid solution for hours of use ? Heard that the BT connection is more or less stabile... And most important - is the BT output on level or better than the sound I get from my Windows PC ?
Is there anything I need to address with this solution - buffers/memory/noice/stability...
Any starting info will be very much appresciated.
Beta Was this translation helpful? Give feedback.
All reactions