2025-09-29 8:57 AM
Dear esteemed members,
I am designing a Bluetooth based small headset kind of application, which will be capable of
Kindly let me know about the same
Warm Regards
Preet
Solved! Go to Solution.
2025-10-06 5:22 AM
Yes, controlling a GPIO is very simple with every STM32 products and it can be done during the audio stream.
Regards,
Tom.
2025-09-29 9:06 AM
What kind of "audio stream"?
Note that ST have nothing for Classic Bluetooth - only BLE:
@Preet wrote:3. also looking for Broadcast mode, so that multiple such headset will be receiving the same stream in future designs.
So that means Auracast (LE Audio), then?
Although ST do have Auracast support, note that this is quite new - so a lot of existing BT kit doesn't support it
2025-09-29 9:10 AM
I mean stereo sound
2025-09-30 6:10 AM
Hi Preet,
The STM32WBA chips are Bluetooth LE Audio compatible. I would suggest going with the STM32WBA55G-DK1 or STM32WBA65I-DK1 if you want to develop a proof of concept. As stated by Andrew, they only support Bluetooth LE Audio (not Bluetooth Classic A2DP), which is still no supported by every smartphones and devices. Current compatible brands include Google, Samsung, Sony and Xiaomi. Note that Bluetooth LE Audio is supporting broadcast for audio, contrarily to Bluetooth Classic.
You can learn more about Bluetooth LE Audio on our wiki page: https://wiki.st.com/stm32mcu/wiki/Connectivity:Introduction_to_Bluetooth_LE_Audio.
Regards,
Tom.
2025-10-06 4:03 AM
Ok Sir,
It means my first objective will meet only for selected mobiles,
does this also support my second objective to be carried out during streaming (i.e. to control GPIO during receiving audio stream)
Warm Regards
Preet Jain
2025-10-06 5:22 AM
Yes, controlling a GPIO is very simple with every STM32 products and it can be done during the audio stream.
Regards,
Tom.