eiriksels
eiriksels
When you get the freeze, does the board recover with a reboot or removing and putting the power back on? If not, I guess it is the same issue as...
I am now running your sketch alanoatwork. Only difference I made was using timeout of 20 sec for the gsm/gprs. So far it is working good, but only tested for...
@alanoatwork I did observe the hang after 2 days of running the sketch. So now I'm also trying out @Nels52 HomeMonitor v5. It took me some time to figure out...
@Nels52 Here is the sketch I have for making GET requests to Blynk, which is copied from your HomeMonitor V5. I would be very happy if you could see if...
@Nels52 Thank you. I do the 1 minute interval to increase the possibility of error if the script does not work, although I should have specified this in the definition....
@Nels52 Thanks for the info. The `startWebClient()` does not start for each iteration. I think it is because I have a `client.stop();` after I've sent the data? As showed below...
Here is the latest code I have been using. Please consider that I am no programming expert, so likely to find some things to do better :-) I have tried...