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

WiFi-SoftAP with Zigbee coexistence not working (TZ-677) #273

Open
3 tasks done
BogatovT opened this issue Mar 7, 2024 · 2 comments
Open
3 tasks done

WiFi-SoftAP with Zigbee coexistence not working (TZ-677) #273

BogatovT opened this issue Mar 7, 2024 · 2 comments

Comments

@BogatovT
Copy link

BogatovT commented Mar 7, 2024

Answers checklist.

  • I have read the documentation ESP Zigbee SDK Programming Guide and the issue is not addressed there.
  • 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.

  1. init wifi soft ap
  2. esp_wifi_set_ps(WIFI_PS_MIN_MODEM);
  3. esp_coex_wifi_i154_enable();
  4. 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.

@BogatovT BogatovT added the Bug label Mar 7, 2024
@github-actions github-actions bot changed the title WiFi-SoftAP with Zigbee coexistence not working WiFi-SoftAP with Zigbee coexistence not working (TZ-677) Mar 7, 2024
@kelin6
Copy link
Contributor

kelin6 commented Mar 19, 2024

@BogatovT Currently, we support WiFi station mode + Zigbee coexistence, while WiFi AP + Zigbee coexistence is not yet supported.

@chxlaity
Copy link

ESP 板现在支持三个模块:蓝牙 (BT & BLE)、IEEE802.15.4 和 Wi-Fi。每种类型的电路板只有一个 2.4 GHz ISM 频段射频模块,由两个或三个模块共享。因此,当一个模块进行数据传输或接收时,一个模块无法接收或传输数据。在这种情况下,ESP32-C6 采用时分复用方法来管理数据包的接收和发送。

@chshu chshu added Feature Request and removed Bug labels Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants