Description
I intended control a home device using a MKR1000 and a web server from your Wifi101.
So i did, but the board hangs after an unpredictable time and stops responding client's requests.
In order to find the problem, i loaded the example file SimpleWebServerWifi, and tested it alone. I just changed:
-My wify name&password.
-The pin number 9 to 6 (it's the built-in led of MKR1000).
Well, i found this sketch hangs since a few minutes after uploaded, to a maximum of 2 days.
I exposed this issue in the MKR1000 forum, and at least one other guy got same behaviour.
Same issue is found with the sketch WiFiWebServer, so i think it's related to the webserver code.
I have 8 MKR1000 boards, and checked this issue in all them.
Don't know if at the end, it's hardware or software related, but would be helpfull if someone else could test by itself and report the results.
Thanks!