You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my IDF branch (master or release) and ESP Zigbee libs (esp-zboss-lib and esp-zigbee-lib) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
5,2-release
esp-zigbee-lib version.
1.1.2
esp-zboss-lib version.
1.1.2
Espressif SoC revision.
ESP32-C6
What is the expected behavior?
Soft AP and Zigbee were expected to work in coexistence
What is the actual behavior?
When the Zigbee task is active AP is not searching in other devices
Steps to reproduce.
init wifi soft ap
esp_wifi_set_ps(WIFI_PS_MIN_MODEM);
esp_coex_wifi_i154_enable();
zigbee coordinator init and start
More Information.
If I just skip zigbee initialization in the code - AP works fine.
Log:
I (652) coexist: coex firmware version: 77cd7f8
I (658) coexist: coexist rom version 5b8dcfa
I (903) wifi:wifi firmware version: cc1dd81
I (910) wifi:mac_version:HAL_MAC_ESP32AX_761,ut_version:N
I (1037) wifi:mode : softAP
I (1071) wifi:Set ps type: 1, coexist: 0
I (1076) wifi:11ax coex: WDEVAX_PTI0(0x55777555), WDEVAX_PTI1(0x00003377).
esp_coex_version_get() returns 2.0.0 esp_coex_wifi_i154_enable() returns ESP_OK
menuconfig: Zigbee configured to native radio type. Software controls Wifi coexistence checked.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
WiFi-SoftAP with Zigbee coexistence not working
WiFi-SoftAP with Zigbee coexistence not working (TZ-677)
Mar 7, 2024
Answers checklist.
IDF version.
5,2-release
esp-zigbee-lib version.
1.1.2
esp-zboss-lib version.
1.1.2
Espressif SoC revision.
ESP32-C6
What is the expected behavior?
Soft AP and Zigbee were expected to work in coexistence
What is the actual behavior?
When the Zigbee task is active AP is not searching in other devices
Steps to reproduce.
esp_wifi_set_ps(WIFI_PS_MIN_MODEM);
esp_coex_wifi_i154_enable();
More Information.
If I just skip zigbee initialization in the code - AP works fine.
Log:
esp_coex_version_get()
returns 2.0.0esp_coex_wifi_i154_enable()
returns ESP_OKmenuconfig: Zigbee configured to native radio type. Software controls Wifi coexistence checked.
The text was updated successfully, but these errors were encountered: