Skip to content

ESP32C6 release binaries use UART on IO19 and IO10 #726

@gworkman

Description

@gworkman

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate
  • Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
  • Tested with the latest version to ensure the issue hasn't been fixed

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions