-->
Page 10 of 11

Re: Can't stay connected to wifi?!

PostPosted: Thu Jun 25, 2015 12:21 pm
by mhogan
Toshi Bass wrote:wifi.setmode(3)
wifi.setmode(wifi.STATION)
wifi.sta.config("myssid","mypassword")


I was having a similar problem but if I waited long enough, the connection would return on its own. I tried this fix and it seems to work (fingers crossed). I haven't finished testing yet but I have yet to see it fail. BTW, this also appears to work if you assign a fixed IP and don't use DHCP. I'll report back when I've finished my testing but at the moment I remain cautiously optimistic.

Re: Can't stay connected to wifi?!

PostPosted: Thu Jun 25, 2015 3:03 pm
by mhogan
I spoke too soon. The problem reappeared. This is very frustrating and not something I can actually put in use as it's totally unreliable. I'll keep plugging away but I'm no longer optimistic I'll find a solution. BTW, I'm using a FIOS router/WiFi device provided by Verizon.

Re: Can't stay connected to wifi?!

PostPosted: Thu Jun 25, 2015 3:23 pm
by Creamers
If you use a arduino: Can you verify that the voltage is enough for the arduino and only 3.3 on rx tx ?

Re: Can't stay connected to wifi?!

PostPosted: Wed Mar 30, 2016 5:54 pm
by tlerdrden
Hi!

I am having similar issues. How did you deal with that?

My ESP works fine, but when the Wifi signal is lost, after two or three attemps to reconnect, just hangs.

Thanks,