ESP32 conected to an UNO R3 - Wi-Fi disconnects for no reason

I have everything from the Elegoo kit (the purchase link is at the end) with a HC-05 bluethooth module connected to pins 10 and 11.
The data reception via BT works perfectly, but for some reason, when I'm sending data, there are times when the Wi-Fi (emitted from the ESP32) disconnects itself from the mobile and therefore, I stop seeing the camera live.
Why does this happen and what can I do?

It is in the nature of wireless systems to be unreliable - you must, surely, have seem your phone drop out of WiFi connections sometimes?

So you really need to make your system resilient to this; eg, have it automatically try to reconnect when the connection drops ...

I don't know how to do that...
That should be done from the ESP32 program, right?

Yes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.