Search found 6 matches
- Wed Jul 07, 2021 6:31 am
- Forum: General Discussion
- Topic: (WIFI) STA get disconnect after esp_restart() is used.
- Replies: 4
- Views: 3867
Re: (WIFI) STA get disconnect after esp_restart() is used.
I have just tested the following code on an ESP32 (DOIT ESP32 DEVKIT V1) void setup() { Serial.begin(115200); WiFi.disconnect(); delay(1000); //Wait for ESP.restart(); } Is is possible to have the STA connected to an Internet-connect AP, so the But as long as I use the default IP, etc., all seems f...
- Tue Jul 06, 2021 4:50 am
- Forum: General Discussion
- Topic: (WIFI) STA get disconnect after esp_restart() is used.
- Replies: 4
- Views: 3867
Re: (WIFI) STA get disconnect after esp_restart() is used.
-When we tried to find out the Wifi disconnection issue we got reason as 8 i.e (WIFI_REASON_ASSOC_LEAVE = 8).
-Still we are facing issue if you have some solution for this then let us know.
Thanks in advance,
Jayshree Shivalkar.
-Still we are facing issue if you have some solution for this then let us know.
Thanks in advance,
Jayshree Shivalkar.
- Wed Jun 30, 2021 7:00 am
- Forum: General Discussion
- Topic: (WIFI) STA get disconnect after esp_restart() is used.
- Replies: 4
- Views: 3867
Re: (WIFI) STA get disconnect after esp_restart() is used.
Hi, thanks for your reply we have use esp_restart(); on successfully download and then installation of firmware through over the air. Our device get reboot once firmware is install, but unfortunately device is unable to reboot and further all tasks are suspended and get get due to wifi task is suspe...
- Sat Jun 26, 2021 12:15 pm
- Forum: ESP-IDF
- Topic: Face issues in SDK file compilation, which shows issues in include stdio.h header file in the esp_timer.h file
- Replies: 4
- Views: 3993
Re: Face issues in SDK file compilation, which shows issues in include stdio.h header file in the esp_timer.h file
Hi,
First of all sorry for late reply, and Thank you for your reply! The issue had resolved, it was error from our internal files, but was throwing errors for SDK files while compiling, we have fix that.
Thanks for your help,
Jayshree.
First of all sorry for late reply, and Thank you for your reply! The issue had resolved, it was error from our internal files, but was throwing errors for SDK files while compiling, we have fix that.
Thanks for your help,
Jayshree.
- Sat Jun 26, 2021 12:08 pm
- Forum: ESP-IDF
- Topic: (WIFI) STA get disconnect after esp_restart() is used.
- Replies: 0
- Views: 1295
(WIFI) STA get disconnect after esp_restart() is used.
Currently we are working on stable esp-idf 4.2 version, "Merge branch 'bugfix/ppp_deinit_failure_v4.2' into 'release/v4.2'" for our project. As of now we are facing some issue of Wifi disconnect issue after esp_restart(); as normally it used to work fine with the lower version but facing issue after...
- Fri Jun 25, 2021 1:23 pm
- Forum: General Discussion
- Topic: (WIFI) STA get disconnect after esp_restart() is used.
- Replies: 4
- Views: 3867
(WIFI) STA get disconnect after esp_restart() is used.
Hi, Currently we are working on stable esp-idf 4.2 version, "Merge branch 'bugfix/ppp_deinit_failure_v4.2' into 'release/v4.2'" for our project. As of now we are facing some issue of Wifi disconnect issue after esp_restart(); as normally it used to work fine with the lower version but facing issue a...