docs/esp32c3-xiao: Add NimBLE example configuration docs

Documents the NimBLE example configuration for the ESP32C3 Xiao.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
This commit is contained in:
Matteo Golin
2026-02-26 10:25:21 -05:00
committed by simbit18
parent 65474bcd80
commit bbc330802d
@@ -234,4 +234,17 @@ ESP32-C3 chip.
response type: 0
advertiser data: 02 01 02 19 16 f1 fc 04 f9 6e e8 58 e6 33 58 26
nimble
------
This configuration can be used to test BLE using the NimBLE library. The
:doc:`NimBLE example </applications/examples/nimble/index>` starts advertising
and can be connected to or disconnected from. Before starting the NimBLE example
make sure the ``bnep0`` interface is up.
.. code:: console
nsh> ifup bnep0
ifup bnep0...OK
nsh> nimble &