Search found 197 matches

by axellin
Sun May 15, 2022 11:36 am
Forum: General Discussion
Topic: Regarding ESP32-C3-MINI-1 NCC certification
Replies: 4
Views: 2097

Re: Regarding ESP32-C3-MINI-1 NCC certification

Update: I found the NCC certificate for ESP32-C3-MINI-1 on the website today. Thanks.
by axellin
Fri May 13, 2022 2:26 am
Forum: ESP-IDF 中文讨论版
Topic: 如何快速切换路由
Replies: 20
Views: 10734

Re: 如何快速切换路由

Hi LJY, I want to know if the access point has 802.11kv support after the device joined an AP. i.e. in case if access point does not support 802.11kv, I can know that and clarify the issue. Otherwise, it's difficult to debug this issue when people reported issue like roaming does not happen. (Some u...
by axellin
Thu May 12, 2022 8:09 am
Forum: ESP-IDF 中文讨论版
Topic: 如何快速切换路由
Replies: 20
Views: 10734

Re: 如何快速切换路由

On ESP device side, is there any API to check if the access point has 802.11kv support?
by axellin
Sat Apr 30, 2022 2:08 am
Forum: General Discussion
Topic: Regarding ESP32-C3-MINI-1 NCC certification
Replies: 4
Views: 2097

Regarding ESP32-C3-MINI-1 NCC certification

Hi,
I don't find the NCC certification for ESP32-C3-MINI-1 on your website.
How is the status for ESP32-C3-MINI-1 NCC certification?
Do you have a target timeline to get NCC certification?
by axellin
Fri Apr 08, 2022 9:23 am
Forum: ESP-IDF
Topic: WPA2 Enterprise: ESP unable to properly associate with AP
Replies: 6
Views: 2956

Re: WPA2 Enterprise: ESP unable to properly associate with AP

To clarify the issue, I think you need to capture the wireshark log for comparison. (after AP power-on v.s. after change AP setting)
BTW, does any other (non esp32 ) device has such connectivity issue after AP power-on?
by axellin
Fri Apr 08, 2022 6:38 am
Forum: ESP-IDF
Topic: WPA2 Enterprise: ESP unable to properly associate with AP
Replies: 6
Views: 2956

Re: WPA2 Enterprise: ESP unable to properly associate with AP

This looks like a bug report rather than a question.
Had better report it on esp-idf github issue: https://github.com/espressif/esp-idf/issues/new/choose
by axellin
Sat Mar 05, 2022 7:46 am
Forum: General Discussion
Topic: S3 vs S2 for new design
Replies: 4
Views: 5464

Re: S3 vs S2 for new design

I just check the website and found that the latest datasheet shows "NRND" in all ESP32-S2 modules.
What's wrong with ESP32-S2 modules? Is there any known issues?
by axellin
Thu Mar 03, 2022 12:41 am
Forum: General Discussion
Topic: ESP32-C6, a Wi-Fi 6 + Bluetooth 5 (LE) 32-bit RISC-V SoC
Replies: 5
Views: 7514

Re: ESP32-C6, a Wi-Fi 6 + Bluetooth 5 (LE) 32-bit RISC-V SoC

Hi,
Any update for esp32-c6?
I still cannot find esp32-c6 support in esp-idf, so I'm wondering the status?
by axellin
Sun Feb 27, 2022 12:02 pm
Forum: ESP-IDF
Topic: ULP RTC Slow memory
Replies: 3
Views: 3824

Re: ULP RTC Slow memory

range 32 8192 if ULP_COPROC_ENABLED This is a bug in Kconfig, thanks. The range should be 16 ... 4096. The range is different from what you said: v4.3: https://github.com/espressif/esp-idf/blob/release/v4.3/components/esp32/Kconfig#L426 v4.4: https://github.com/espressif/esp-idf/blob/release/v4.4/c...