zephyr/samples/bluetooth/beacon
Matthias Hauser 941a5489d3 dts: boards: we: add board Ophelia-IV
add new board Ophelia-IV

Signed-off-by: Matthias Hauser <matthias.hauser@we-online.de>
2025-04-03 13:16:05 +02:00
..
boards tests/samples: remove ENTROPY_GENERATOR from BT related tests/samples 2024-12-19 17:53:37 +01:00
src
CMakeLists.txt
prj-coex.conf
prj.conf
README.rst doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
sample.yaml dts: boards: we: add board Ophelia-IV 2025-04-03 13:16:05 +02:00

.. zephyr:code-sample:: bluetooth_beacon
   :name: Beacon
   :relevant-api: bluetooth

   Advertise an Eddystone URL using GAP Broadcaster role.

Overview
********

A simple application demonstrating the GAP Broadcaster role functionality by
advertising an Eddystone URL (the Zephyr website).

Requirements
************

* BlueZ running on the host, or
* A board with Bluetooth LE support

Building and Running
********************

This sample can be found under :zephyr_file:`samples/bluetooth/beacon` in the
Zephyr tree.

See :zephyr:code-sample-category:`bluetooth` samples for details.