Search found 2 matches
- Sat Jan 23, 2021 5:13 am
- Forum: General Discussion
- Topic: ESP -IDF v3.1.3 SWITCHING WiFi ISSUE IN AWS TASK
- Replies: 3
- Views: 4715
Re: ESP -IDF v3.1.3 SWITCHING WiFi ISSUE IN AWS TASK
The same problem im also facing but here im getting rc value = -12 means NETWORK_SSL_READ_ERROR and im pasting here my code.Please help me to resolve this issue. Tq while((NETWORK_ATTEMPTING_RECONNECT == rc || NETWORK_RECONNECTED == rc || SUCCESS == rc)) { printf("task running in while loop\n"); //M...
- Tue Jan 19, 2021 9:25 am
- Forum: ESP-IDF
- Topic: Wifi not working on WROMM-32E but working on the WROOM-32
- Replies: 7
- Views: 6390
Re: Wifi not working on WROMM-32E but working on the WROOM-32
I used the sample program esp32/getstarted/wifiap when im trying to connect to the esp32 wifi im getting the following problem' I (18662) wifi:station: 38:e6:0a:cd:99:22 join, AID=1, bgn, 20 I (22662) wifi:station: 38:e6:0a:cd:99:22 leave, AID = 1, bss_flags is 134242, bss:0x3ffba7fc connecting and ...