2026-04-22 4:31 PM
Hi,
I am working with the STM32WB5MMGH6TR and would like to achieve the following:
The audio requirement is modest: a tone that rises and falls in a sine-wave pattern (no music, no complex audio, no high-quality audio). The frequency should sweep between 500 Hz and 2 kHz, with a modulation rate of up to 60 Hz.
Is this feasible using the standard ST BLE stack for the STM32WB5MMGH6TR? The key requirement is that both operations run concurrently.
If it is possible, could you please outline the recommended approach?
Thank you as always.
Solved! Go to Solution.
2026-04-27 4:52 AM - edited 2026-04-27 5:04 AM
Hello @Ricko ,
Have a look at the FP-AUD-BVLINKWB1 function package for audio streaming and GATT services for data transfer. This package is not recommended for new designs, which means the maintenance and support for this package are not provided: UM2614 : Getting started with the STM32Cube function pack for STM32WB MCU featuring advanced audio streaming over Bluetooth 5.0 using Opus codec - User manual
On the other hand, we recommend using an STM32WBA65I-DK1 with the official STM32CubeWBA MCU package and available audio applications that could serve as a starting point.
Refer to Bluetooth LE Audio Stream Management documentation for Audio capabilities:
2026-04-27 4:52 AM - edited 2026-04-27 5:04 AM
Hello @Ricko ,
Have a look at the FP-AUD-BVLINKWB1 function package for audio streaming and GATT services for data transfer. This package is not recommended for new designs, which means the maintenance and support for this package are not provided: UM2614 : Getting started with the STM32Cube function pack for STM32WB MCU featuring advanced audio streaming over Bluetooth 5.0 using Opus codec - User manual
On the other hand, we recommend using an STM32WBA65I-DK1 with the official STM32CubeWBA MCU package and available audio applications that could serve as a starting point.
Refer to Bluetooth LE Audio Stream Management documentation for Audio capabilities:
2026-04-27 5:03 AM
@Ricko wrote:2. play simple audio to BLE earbuds
ST chips support only BLE - so you would need LE-Audio (aka "Auracast") earbuds.
No ST chip supports "Classic" Bluetooth audio.
2026-04-29 2:14 PM
Thank you both!