Search found 7 matches

by yehuda
Mon Aug 14, 2023 5:58 pm
Forum: ESP-IDF
Topic: ESP32S3 IDF Support for USB CDC ECM
Replies: 1
Views: 983

Re: ESP32S3 IDF Support for USB CDC ECM

Any update on this topic?
by yehuda
Tue Apr 25, 2023 6:12 am
Forum: Hardware
Topic: How to shorten boot-up time after wake-up from Deep-Sleep ?
Replies: 1
Views: 2338

Re: How to shorten boot-up time after wake-up from Deep-Sleep ?

Hi, Thank you for the list of option to reduce boot time. I am using ESP32-C3 and SDK5: - Permanently change Boot ROM output: Permanently disable logging - works fine, no output from ROM. - setting Quad-IO - works fine, reduce few msec maybe you can move to SDK5 and you can save few more msec... how...
by yehuda
Mon Jan 16, 2023 11:11 am
Forum: ESP-IDF
Topic: web socket client issue.
Replies: 1
Views: 634

web socket client issue.

The web socket client example didn't work with web socket server (https://www.piesocket.com/websocket-tester) until we sent header and data at once. Please see the the current sdk5.0 implementation and our changes below: ////////////////////////////////////////////// // current SDK code ////////////...
by yehuda
Mon Dec 26, 2022 4:27 pm
Forum: IDEs for ESP-IDF
Topic: VSC installation BUG
Replies: 25
Views: 14049

Re: VSC installation BUG

I upgrade from sdk4.4 to sdk5.0 and I get: warning: ignoring attribute 'section (".iram1.3" ' because it conflicts with previous 'section (".iram1.2")' [-Wattributes] on function: static void IRAM_ATTR start_lf_pwm() I assume that there something with attribute IRAM_ATTR that changed at SDK5.0 Can s...
by yehuda
Sun Jun 06, 2021 12:22 pm
Forum: General Discussion
Topic: WPA2 Debugging
Replies: 5
Views: 5612

Re: WPA2 Debugging

I was able to connect after I disabled the WPA_MBEDS_CRYPTO at the supplicant.
by yehuda
Sun Jun 06, 2021 12:12 pm
Forum: General Discussion
Topic: Wifi connection dropped after 15 minutes
Replies: 1
Views: 2473

Re: Wifi connection dropped after 15 minutes

I get similar issue.
  • W (106930873) Network: Connected to AP
    I (108772613) wifi:state: run -> init (1a0)
what the meaning of "init (1a0)"?
by yehuda
Sun Apr 25, 2021 8:16 am
Forum: General Discussion
Topic: WPA2 Debugging
Replies: 5
Views: 5612

Re: WPA2 Debugging

I have connected to enterprise network using sdk4.0.2 but when I upgrade to sdk4.4 the same code connot connect.
any idea why? Is there is something else I need to add?
My enterprise network required PEAP-MSCHAPv2 authentication.