Lines Matching +full:enable +full:- +full:sample
1 .. zephyr:code-sample:: ble_mesh_demo
3 :relevant-api: bt_mesh bluetooth
10 This sample is a Bluetooth Mesh application intended for demonstration
12 external provisioner needed) with hard-coded network and application key
17 Because of the hard-coded values, the application is not suitable for
25 addresses in the range of 0x0001-0x0009 for the micro:bit since these
29 A special address, 0x000f, will make the application become a heart-beat
30 publisher and enable the other nodes to show information of the received
42 This sample can be found under :zephyr_file:`samples/bluetooth/mesh_demo` in
45 See :zephyr:code-sample-category:`bluetooth` samples for details on how
46 to run the sample inside QEMU.
50 .. zephyr-app-commands::
51 :zephyr-app: samples/bluetooth/mesh_demo
60 must also run on the network core. The :zephyr:code-sample:`bluetooth_hci_ipc` sample
61 application may be used. Build this sample with configuration
62 :zephyr_file:`samples/bluetooth/hci_ipc/nrf5340_cpunet_bt_mesh-bt_ll_sw_split.conf`
63 to enable mesh support.