Checklist
How often does this bug occurs?
always
Expected behavior
HCI UART on IO12 and IO5 for ESP32C6, as suggested by the docs
Actual behavior (suspected bug)
sdkconfig claims UART on IO19 and IO10
I haven't been able to get HCI to work over UART yet, and I think it's because I am connected to IO5 and IO12, rather than IO19 and IO10
Error logs or terminal output
Steps to reproduce the behavior
Steps:
- Download ESP-Hosted-NG-release_v1.0.4.0.0
- file path: esp32c6/sdio+uart/sdkconfig
- lines 681/682:
CONFIG_BT_LE_HCI_UART_TX_PIN=19
CONFIG_BT_LE_HCI_UART_RX_PIN=10
Project release version
V1.0.4.0.0
System architecture
ARM 32-bit (Raspberry Pi 32-bit)
Operating system
Linux
Operating system version
Custom buildroot
Shell
other (details in Additional context)
Additional context
I have been unsuccessful in getting the driver to recognize a custom firmware when I load one that I build myself. Perhaps I am customizing it incorrectly. Updated firmware binaries would be appreciated
Checklist
How often does this bug occurs?
always
Expected behavior
HCI UART on IO12 and IO5 for ESP32C6, as suggested by the docs
Actual behavior (suspected bug)
sdkconfig claims UART on IO19 and IO10
I haven't been able to get HCI to work over UART yet, and I think it's because I am connected to IO5 and IO12, rather than IO19 and IO10
Error logs or terminal output
Steps to reproduce the behavior
Steps:
Project release version
V1.0.4.0.0
System architecture
ARM 32-bit (Raspberry Pi 32-bit)
Operating system
Linux
Operating system version
Custom buildroot
Shell
other (details in Additional context)
Additional context
I have been unsuccessful in getting the driver to recognize a custom firmware when I load one that I build myself. Perhaps I am customizing it incorrectly. Updated firmware binaries would be appreciated