Send audio data to Bluetooth Earbuds #1625
-
Thank for the great library. I am using an ESP32 WROOM and would like to send audio to some TOZO earbuds. It seems the best example is "communication-ble-server-send.ino". When I compile the example,, I get the following 2 error messages. C:\Users\rickl\OneDrive\Documents\Arduino\libraries\arduino-audio-tools\src/Sandbox/BLE/AudioBLEServerESP32.h:111:16: error: 'class BLECharacteristic' has no member named 'notifyAudioChange'
Any help or suggestions would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
I think you are confusing here something: The ESP32 does not support any official BLE Audio Standard |
Beta Was this translation helpful? Give feedback.
-
The earbud manufacturer says they support A2DP. Do you know why I am getting the compile errort?
From: Phil Schatzmann ***@***.***>
Sent: Monday, July 22, 2024 9:35 AM
To: pschatzmann/arduino-audio-tools ***@***.***>
Cc: Rick Lloyd ***@***.***>; Author ***@***.***>
Subject: Re: [pschatzmann/arduino-audio-tools] Send audio data to Bluetooth Earbuds (Discussion #1625)
It would work if you have headphones that support Bluetooth A2DP.
BLE Audio is not working...
-
Reply to this email directly, view it on GitHub<#1625 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BGAWARICEYOIPREEZ7AHPVDZNUYBPAVCNFSM6AAAAABLIMVXDOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJRGY4TSMQ>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
I committed a correction: you will need to install the updated version... |
Beta Was this translation helpful? Give feedback.
-
Thank you, I will try to get it to work.
From: Phil Schatzmann ***@***.***>
Sent: Monday, July 22, 2024 10:46 AM
To: pschatzmann/arduino-audio-tools ***@***.***>
Cc: Rick Lloyd ***@***.***>; Author ***@***.***>
Subject: Re: [pschatzmann/arduino-audio-tools] Send audio data to Bluetooth Earbuds (Discussion #1625)
I committed a correction: you will need to install the updated version...
-
Reply to this email directly, view it on GitHub<#1625 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BGAWARJ6XKTLGZVLC4O537LZNVANVAVCNFSM6AAAAABLIMVXDOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJRG42TONY>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
I think you are confusing here something: The ESP32 does not support any official BLE Audio Standard