So, I have 3 01's with the little blue relay. The sketch is simple, connect as a fixed IP, start web server and wait for ".../on" [../off]. The wifi server is a RasPi 3B 30 ft away, so great signal. When I first set it up it ran for at least a week for without any problem - then all 3 failed. I checked the voltage and it was 4.6v, adjusted up to 5.02 and I'm back in business - for about 2 hrs. Now I can't get it to connect at all. Blue led blink blink blink blink.........
In looking at my sketch I had left several "Serial.print.." lines in. So my question is: If there is no serial connection what happens to the print lines? > null or > buffer (which fills up)? My thought is the latter because (now won't connect after power off) blue led blinking(delay 500) that if > buffer it's buffer overflow in to ?bios? area????
Enquiring mind