Bluetooth: broadcaster

Overview

A simple application demonstrating Bluetooth Low Energy Broadcaster role functionality. For more details, refer to zephyr/samples/bluetooth/broadcaster/README.rst.

Requirements

Atmosic EVK <board | serial>

Building and Running

This sample is built from openair/samples/bluetooth/broadcaster. The source code can be found under zephyr/samples/bluetooth/broadcaster.

Build command:

west build -p always -b <BOARD>//ns openair/samples/bluetooth/broadcaster --sysbuild -T samples.bluetooth.broadcaster.atm

Flash command:

west flash --skip-rebuild --device <DEVICE_ID> --jlink --fast_load [--erase_flash]