Search found 2 matches
- Wed Feb 21, 2024 7:16 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32-C6无法开启uart hci
- Replies: 0
- Views: 1135
ESP32-C6无法开启uart hci
开发板:ESP32-C6-DevKitM-1 board esp-idf:V5.2 我们想用esp-idf里的hci示例把ESP32-C6 的uart口作为hci io,来与pc传递hci消息 当前以后得用例有以下问题: controller_hci_uart_esp32: 1.可以编译和烧录成功,但是这个貌似支持btdm的芯片,而ESP32-C6只支持ble 2.而是烧录成功后CONTROLLER_UART_HCI打开失败 [0;33mW (356) BLE_INIT: invalid controller mode[0m [0;31mE (366) CONTROLLER_UART_HCI:...
- Tue Feb 20, 2024 8:30 am
- Forum: Documentation
- Topic: ESP32-C6 use controller_hci_uart fail
- Replies: 0
- Views: 8575
ESP32-C6 use controller_hci_uart fail
<t>board type:ESP32-C6-DevKitM-1 board <br/> esp-idf:V5.2<br/> use idf-esp example to configure the Bluetooth Low Energy Controller's HCI (ESP32-C6-DevKitM-1 board ) to communicate over UART .<br/> The current example has the following problems:<br/> controller_hci_uart_esp32: <br/> 1.The build and ...