Hi. I'm working on a project using Arduino uno and ESP 01. The esp 01 is being powered by a voltage regulator. The esp sends humidity data to the cloud via MQTT. However, I get occasional ESP timeout during operation which cause the ESP to disconnect and not able to send data to the cloud server.
Is there a way that I could automatically reset the ESP 01 board in the sketch if it fails to connect to the cloud? Perhaps reset similarly like powering on/off the arduino itself.
Thank for your help!