Hi all,
I'm experiencing several problems with a personal project. The project consist of a MKR Wifi 1010 and 2 relays boards to control persians with using buttons and a web server.
Everything works fine at startup but as time goes by the webserver turns to by unreachable and some days after the buttons doesn't work and I have to reset manually the board. I have tries some strategies without getting a finding.
Has anybody experienced similar problems? I attach the connection diagram hoping someone in the forum could give some idea to follow.
I'm using string variables.
I tried this piece of code to monitor the available memory. Even I upload this amount to the cloud but at certain moment the board is not longer sending this information (I guess, the board losses the internet connection). I analyzed the uploaded data but I didn't see any changes. Free memory kept at the same level.
The behaviour is more consistent now but there are some problems that I've unable to solve.
First: If I reset the router, the board is not able to reconnect again to the WLAN. Anybody has suffer this problem? and How did you solve it?