Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP Zigbee Gateway example failes with host mode uart not supported (ESP32S3 + ESP32H2) (TZ-1487) #538

Open
czagaadam opened this issue Jan 18, 2025 · 3 comments

Comments

@czagaadam
Copy link

Hi mates!

I've seen that similiar issues are already raised in github but I haven't found a proper solution.
So I'm using an ESP32 S3 (WROOM 1) with the esp_zigbee_gateway code and an ESP32 H2 (MINI 1) with esp_zigbee_rcp code.
H2's RX and TX pins are connected with S3 PIN 4 and 5, but I don't think this would be the issue.

When I launch the monitor for S3 in VSCode I'm getting this error message:
host mode uart not supported

Image

Please let me know what is the issue and how can I resolve this.

@czagaadam czagaadam changed the title ESP Zigbee Gateway example failes (ESP32S3 + ESP32H2) ESP Zigbee Gateway example failes with host mode uart not supported (ESP32S3 + ESP32H2) Jan 18, 2025
@github-actions github-actions bot changed the title ESP Zigbee Gateway example failes with host mode uart not supported (ESP32S3 + ESP32H2) ESP Zigbee Gateway example failes with host mode uart not supported (ESP32S3 + ESP32H2) (TZ-1487) Jan 18, 2025
@xieqinan
Copy link
Contributor

@czagaadam ,

Could you please follow the setup README of gateway to test again?

@czagaadam
Copy link
Author

@czagaadam ,

Could you please follow the setup README of gateway to test again?

Okay I tried, it seems my original Gateway example on S3 was outdated because this new one is much longer:
https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_gateway
Although it is still not working, I'm getting this in Monitor:

Image

Image

I updated H2 with ot_rcp example, and here is what I'm seeing in Monitor:

Image

S3 pin config:

Image

H2 pin config:

Image

For me the RESET pins seems working because H2 is resetting again and again but serial connection seems wrong.
In H2 logs: rst:0x1 (POWERON),boot:0x4 (DOWNLOAD(USB/UART0)) means that H2 waiting the update in UART0?
As it can be seen in pin config I redefined H2's UART to pin 4 and 5, is it problem ?

@xieqinan
Copy link
Contributor

Hi,

Could you try using the default TX/RX pins of the RCP for testing? or disable the ZIGBEE_GW_AUTO_UPDATE_RCP in menuconfig.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants