examples/bluetooth/nimble/ble_chan_sound_reflector/README.md
| Supported Targets | ESP32-C6 |
|---|
(See the README.md file in the upper-level 'examples' directory for more information about examples.)
I (372) hal_uart: set baud_rate:115200.
I (382) NimBLE_RAS_INITIATOR: BLE Host Task Started I (382) main_task: Returned from app_main()
I (157562) NimBLE: GAP procedure initiated: extended advertise; instance=0
I (157562) NimBLE: Connection secured I (162222) NimBLE: encryption change event; status=0
I (162372) NimBLE: CS capabilities exchanged I (162372) NimBLE: Set default CS settings
I (162392) NimBLE: Setup phase completed
To test this demo, any BLE channel sounding initiator app can be used.
This example currently requires an external Bluetooth controller supporting BLE Channel sounding functionality, as the ESP chips listed above do not have native controller support for BLE channel sounding feature and is under development phase
To install the dependency packages needed, please refer to the top level README file.
Before project configuration and build, be sure to set the correct chip target using:
idf.py set-target <chip_name>
Open the project configuration menu:
idf.py menuconfig
In the Example Configuration menu:
Example Configuration --> I/O Capability, default is Just_works.Bonding, MITM option, secure connection(SM SC).Run idf.py -p PORT flash monitor to build, flash and monitor the project.
(To exit the serial monitor, type Ctrl-].)
See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.
For any technical queries, please open an issue on GitHub. We will get back to you soon.