STM32WBA55G-DK Bluetooth® LE Audio Out Of Box Demonstration

Revision as of 16:01, 6 May 2024 by Registered User (→‎Introduction)


1. Introduction

Welcome to the STM32WBA55G-DK[1] wiki page, which introduces our Out-Of-the-Box Demo and showcases the capabilities of our product.

This page guides you through the initial setup of our product and demonstrates how easily you can explore its features. It also provides insights on how to customize and develop your own applications.

Explore the full potential of the STM32WBA55G-DK with our comprehensive demo guide, covering everything from basic setup to advanced programming.


The demonstration application of this audio discovery kit is based on the Telephony and Media Audio Profile (TMAP).

TMAP is a highly efficient and user-friendly application that simplifies the use of Bluetooth® devices for telephony and media streaming. With its advanced broadcast and unicast audio features, TMAP enables seamless communication between devices and provides a comprehensive solution for all your audio needs.

For a more detailed introduction to BLE Audio, please refer to: Introduction_to_Bluetooth_LE_Audio wiki page

For a more in-depth explanation and usage of the TMAP profile, please refer to: Telephony & Media Audio Profile dedicated wiki page

Out Of Box STM32WBA55G-DK Board Package


2. Setup

Follow the sequence below to set up the STM32WBA55G-DK and launch the demonstration application:

puce1.png
Connect speakers/headphones/headset with a 3.5mm jack cable (optionally with a microphone)
puce2.png
Supply the STM32WBA55G-DK by using a USB-C cable


STM32WBA55G-DK Setup


3. Hands On

3.1. Application Interface

To begin using your STM32WBA55G-DK board, a phone compatible with LE Audio features is required.

A list of compatible devices is available here.

OOB STM32WBA55G-DK System Presentation


In this demonstration, the smartphone will allow you to establish a connection and interact with the STM32WBA55G-DK, which in a practical use case, could represent your headphones or speakers, for example.

For the rest of the demonstration, we used a Pixel 8 Pro.

3.2. Let's Get Started

TMAP unicast server application's screen

TMAP unicast server screens


As shown above, right-click on the joystick to make your STM32WBA visible to your smartphone.

To activate the experimental Bluetooth® Low Energy audio feature on Google Pixel smartphones, first, go to the Developer options menu and perform the following steps:

  1. Uncheck "Disable Bluetooth® LE Audio."
  2. Check "Disable Bluetooth® LE Audio hardware offload."

Now, connect to the STM32WBA_XXXX and enable the LE Audio parameters.

For more detailed information: Google Pixel configuration and pairing.

4. What is the Next step ?

Now that you've familiarized yourself with the STM32WBA55G-DK and its out-of-the-box demo, it's time to take your experience to the next level. In this section, we'll show you where to find available code, how to flash your own code onto the board, and how to develop your own applications.

Get ready to unleash the full potential of your STM32WBA55G-DK !

4.1. Test the other available applications

Other BLE applications for the STM32WBA55G-DK are available in the STM32WBA MCU Package [2]:

The PBP addresses the use case of a broadcast in a public space, accessible by many people simultaneously: a train station, an airport or a public TV for example.

In addition to the BLE_Audio_TMAP_Unicast_Server that we just tested, it is possible to simulate the role of a smartphone with the BLE_Audio_TMAP_Unicast_Client.

The Heart Rate Profile, widely used in fitness applications, defines the communication process between a GATT-server of a Heart Rate Sensor device, such as a wrist band, and a GATT-client Collector device, such as a smartphone or tablet.

  • BLE_HID_Mouse

Replace your mouse with the STM32WBA55G-DK using the embedded joystick and buttons.

4.2. Start your own application

The STM32CubeWBA MCU Package[2] provides software components running on STM32WBA Series MCUs.

For all examples provided within the package, the following integrated development environments are supported:

  • STMicroelectronics integrated development environment for STM32 products (STM32CubeIDE)
  • IAR Systems® IAR Embedded Workbench® for Arm® (EWARM)
  • Keil® Microcontroller Development Kit (MDK-ARM)

The Firmware Package for the STM32WBA series is also available on STM32CubeWBA github[3].

To learn more about the STM32WBA Series MCUs or to go further based on available applications, click here.

5. References