Skip to main content
Senior
June 12, 2025
Question

BLE module for audio streaming that can be operated using commands (i.e. no programming)

  • June 12, 2025
  • 2 replies
  • 504 views

Hi,

is there any ST Bluetooth BLE module that can stream audio (preferably high quality) and that can be fully operated just by using commands (like AT or other/proprietary commands)?

Ideally for it to have a analog output pin/signal we can connect to a low power amplifier, but it can also be an I2C or other.

Thank you

Rick

2 replies

STTwo-32
Technical Moderator
June 12, 2025

Hello @Ricko 

For the Audio LE, I suggest you check on the STM32WBA series (take a look at this page specially the Discover our portfolio paragraph). But for a Module we have only the STM32WBA5M. It is not commanded directly throw the AT Commands (as it is) but you may program it with your own SW that make it configurable throw AT Commands.

Best Regards.

STTwo-32

RickoAuthor
Senior
June 12, 2025

Thank you @STTwo-32 

it does not need to be AT commands. The reason for asking about that is that usually is the fastest way to setup and develop a product for audio streaming (we don't have any experience of Bluetooth). Both speed of development and simplicity of development (software wise) are the priority.

 

Bearing that in mind could you please explain:

 

1) if all we want to do is:

              - connect to a mobile phone and

              - stream audio from a mobile phone

              - ensure auto-reconnect if the phone moves out of range (when it comes back into range)

    then how simple is it to implement? And how fast (considering we are familiar with STM32 family and software)?

    Just to get a feel for it... a couple of days... weeks... months...? just a rough guideline.

 

2) how reliable is auto-reconnect? The ESP32-WROOM for example when it disconnects it sometimes does not auto-reconnect reliably. Assuming obviously there is full signal between the ST Micro module and the device, is auto-re-connection 100% reliable?

Thank you

Andrew Neil
Super User
June 12, 2025

@Ricko wrote:

              - connect to a mobile phone and

              - stream audio from a mobile phone           


Remember that most phones (and other devices) today do not support LE Audio - only BT Classic audio.

https://community.st.com/t5/stm32-mcus-wireless/stm32wba55g-dk1-not-compatible-with-all-mobiles/m-p/700743/highlight/true#M20377

https://community.st.com/t5/stm32-mcus-wireless/classic-bluetooth-in-stm32wba55/m-p/694969

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.