BLE Audio Player

Source path: example/zbt/bap_broadcast_sink

Supported Platforms

  • sf32lb52x

Overview

This example demonstrates the BLE Audio Sink side, flashed to sf32lb52x boards. It requires example/zbt/bap_broadcast_src or example/zbt/bap_broadcast_src_with_classic_bt project as the source side. The source side can only use 52j or 52d series (those ending with letters), and cannot use 525 as the source side.

Example Usage

Hardware Requirements

Before running this example, you need to prepare:

Compilation and Programming

Switch to the example project directory and run the scons command to execute compilation:

scons --board=sf32lb52-lcd_n16r8 -j8

Switch to the example project/build_xx directory and run uart_download.bat, select the port as prompted to download:

$ ./uart_download.bat

     Uart Download

please input the serial port num:5

For detailed steps on compilation and downloading, please refer to the relevant introduction in Quick Start.

Expected Results

After the example runs, it will connect to the BLE Audio source device and receive audio data for playback.

Exception Diagnosis

Reference Documentation

Update Log

Version

Date

Release Notes

0.0.1

6/2025

Initial version