Using BluetoothSerial.h with arduino-audio-tools #1713
-
I have had great success in using your ESP32-A2DP and arduino-audio-tools libraries to implement a bluetooth based sound system with some additional internal features. I would like to be able to create an android/IOS app that communicates via BluetoothSerial for controlling some of the functionality in my system. Can BluetoothSerial protocol be used simultaneously when the ESP32-A2DP stack is running to support audio transport from a smartphone? Any thoughts on this are greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Just give it a try: You might need to call set_spp_active(true) first |
Beta Was this translation helpful? Give feedback.
Just give it a try: You might need to call set_spp_active(true) first