ZB_ESP_MACSPLIT_UART: mode is choosen but which host connection mode is not choosen #10485
Open
1 task done
Labels
Type: Question
Only question
Board
ESP32H2
Device Description
DEVKIT
Hardware Configuration
GPIO 23(RX-PIN) and GPIO 24(TX-PIN) and GND of the esp32h2-devkit(esp_zigbee_rcp) are connected to the esp32-wroom(esp_zigbee_gateway).
Version
latest master (checkout manually)
IDE Name
ESP IDF
Operating System
windows11
Flash frequency
96MHZ
PSRAM enabled
yes
Upload speed
115200
Description
hi
I'm having problem with esp_zigbee_rcp example at ESP IDF.
it say that the problem is for the host configuration and I changed .host_mode_configuration at ESP_ZB_DEFAULT_HOST_CONFIG()(.h file) to HOST_CONNECTION_MODE_NONE, HOST_CONNECTION_MODE_CLI_UART, HOST_CONNECTION_MODE_RCP_UART but the problem didn't solve and also i change .rx_pin and .tx_pin to 23 and 24 respectively and i get the same problem too.
I comment these two command esp_zb_rcp_init(); esp_zb_rcp_main_loop_iteration(); at esp_zb_task function in rcp.c and get the same result too
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: