How can I automatically restore the WiFi connection if it fails with ESP32 Arduino IDE
3 Answers
The ESP32’s seem to have a problem dropping wifi connections – or at least some modules have this problem.
I have a project using ESP32 NOW and they lose their connections after around half an hour of running. I have inserted a WiFi.begin(); into the loops and they run for ever without problem. Sadly though, of course, it canes the power saving and usage. It just seems to be one of those things with these modules.