mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
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:
@@ -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 &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user