Skip to main content
Associate
January 12, 2025
Solved

Bluetooth LE Audio pairing between Laptop and Hearing Aid

  • January 12, 2025
  • 2 replies
  • 1414 views
I want to pair my Oticon hearing aid with a Bluetooth LE audio/Auracast transceiver for streaming from laptop or mobile or TV to my hearing aid. It is a personal use case and am looking at some of the chipsets along with Eval kit or USB dongle that STMicro offers.
I wish to know if there is any related example use case with any of the Eval kits that STMicro provides.
Best answer by STTwo-32

Hello @tech_stuff @and welcome to the ST Community.

First, i think that the hearing add you want to use does support Classic Bluetooth and not BLE (Bluetooth Low Energy). So, please Check this before. And if this is correct, you can’t use any STM32 with integrated BLE capability since our product supports only BLE and not Bluetooth. If it does support BLE, the Best suggestion for any audio transmission over BLE Will be our STM32WBA Series. That have been made for BLE Audio applications. For the applications, We don’t have exactly the same app. But, the BLE examples on our STM32WBA55G-DK1 should help you to understand How it works and How to do it for a BLE Audio app.

Best Regards.

STTwo-32

2 replies

STTwo-32
STTwo-32Best answer
Technical Moderator
January 12, 2025

Hello @tech_stuff @and welcome to the ST Community.

First, i think that the hearing add you want to use does support Classic Bluetooth and not BLE (Bluetooth Low Energy). So, please Check this before. And if this is correct, you can’t use any STM32 with integrated BLE capability since our product supports only BLE and not Bluetooth. If it does support BLE, the Best suggestion for any audio transmission over BLE Will be our STM32WBA Series. That have been made for BLE Audio applications. For the applications, We don’t have exactly the same app. But, the BLE examples on our STM32WBA55G-DK1 should help you to understand How it works and How to do it for a BLE Audio app.

Best Regards.

STTwo-32

Associate
January 13, 2025

Hello

My hearing aid does not support Classic Bluetooth as the same is mentioned on the company website. You can find the details here.

https://www.oticon.global/hearing-aid-users/support/information/bluetooth

Is BLE "Bluetooth Low Energy"?

 

 

STTwo-32
Technical Moderator
January 13, 2025

In this case also, my previous post should do the job.

Best Regards.

STTwo-32

Associate
January 20, 2025

Hi

 

I have been going through the entire list in the link https://wiki.st.com/stm32mcu/index.php?title=Connectivity:Introduction_to_Bluetooth_LE_Audio&oldid=50896 and have some queries.

 

Is there a simple Eval kit with USB dongle rather than a full Eval kit?

Also is STM32WBA55G-DK1 the only Eval kit solution for BLE with audio streaming?

 

STTwo-32
Technical Moderator
January 20, 2025

The only evaluation platforms for the STM32WBA series are the STM32WBA55G-DK1 and the NUCLEO-WBA55CG. I've recommended the STM32WBA55G-DK1 since it includes all necessary peripherals to be able to create an Audio app (connectors, codec,...). For the USB Dongle, it is available only on the P-NUCLEO-WB55 kit (not available on any kit based on the STM32WBA).

Best Regards.

STTwo-32

Andrew Neil
Super User
January 20, 2025

@STTwo-32 wrote:

I've recommended the STM32WBA55G-DK1 since it includes all necessary peripherals to be able to create an Audio app (connectors...)


Including an audio CODEC - CS42L51:

https://www.cirrus.com/products/cs42l51/

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.