Closed chegewara closed 5 years ago
is that a problem? maybe better if it goes to sleep in between uses and wakes up when CS pin is toggled?
Well, in my case it is problem, because it happens in middle of file downloading.
Im not saying its problem with nina-fw, i understand its problem with esp-idf.
My test case is to download file (about 40kB) from LAN server, and i am having many issues. To find root cause of issue i am downloading this file in loop (open socket, download, close socket). Sometimes file is not completely downloaded, always after many download esp32 just stop responding.
If you think this issue should be solved somewhere else, feel free to close it. Thanks.
hmmm! ok can you do a PR with a fix :) then we can test it!
Looks like some of my issues are related to this: https://github.com/espressif/esp-idf/issues/3666 and/or this: https://github.com/espressif/esp-idf/issues/2370
With master branch i am having issue that esp32 wifi is going to sleep mode even if is used all the time:
WiFi.noLowPowerMode();
is the solution.