zephyr/samples/bluetooth/mesh
Kamil Piszczek 366cf363b2 samples: migrating to NVS backend with settings
Bluetooth samples now use the NVS backend for Settings.

Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
2019-10-11 14:55:24 +02:00
..
src dts: Rename SW._GPIO_* -> DT_ALIAS_SW._GPIOS_* 2019-07-01 07:14:36 -05:00
CMakeLists.txt Bluetooth: Mesh: Same config for all nrf51_qfaa boards in sample 2019-09-11 14:04:16 +03:00
README.rst
microbit_gatt.conf tests: samples: Apps shouldn't set tick rate 2019-07-02 22:52:29 -04:00
nrf51_qfaa.conf Bluetooth: Mesh: Same config for all nrf51_qfaa boards in sample 2019-09-11 14:04:16 +03:00
prj.conf samples: migrating to NVS backend with settings 2019-10-11 14:55:24 +02:00
prj_bbc_microbit.conf samples: migrating to NVS backend with settings 2019-10-11 14:55:24 +02:00
sample.yaml

README.rst

.. _ble_mesh:

Bluetooth: Mesh
###############

Overview
********

This sample demonstrates Bluetooth Mesh functionality. It has several
standard Mesh models, and supports provisioning over both the
Advertising and the GATT Provisioning Bearers (i.e. PB-ADV and PB-GATT).
The application also needs a functioning serial console, since that's
used for the Out-of-Band provisioning procedure.

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

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

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

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

See :ref:`bluetooth samples section <bluetooth-samples>` for details on how
to run the sample inside QEMU.

For other boards, build and flash the application as follows:

.. zephyr-app-commands::
   :zephyr-app: samples/bluetooth/mesh
   :board: <board>
   :goals: flash
   :compact:

Refer to your :ref:`board's documentation <boards>` for alternative
flash instructions if your board doesn't support the ``flash`` target.