examples/bluetooth/nimble/ble_chan_sound_initiator/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 (432) NimBLE: GAP procedure initiated: extended discovery;
I (157332) NimBLE: GAP procedure initiated: extended connect; I (157552) NimBLE: Connection established 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: create CS config I (162392) NimBLE: Setup phase completed
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>
See Development Boards for more information about it.
Open the project configuration menu:
idf.py menuconfig
In the Example Configuration menu:
Peer Address option if needed.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.