You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, I have been facing some issues when I program my ESP8266/NODEMCU board as an access point. I'm currently using the Arduino version 1.6.7 and esp8266 version 2.0.0. I have tested with different sketches of mine and even with the one provided as an example(WiFIAccessPoint). I don't know why but the connection is really loose and the phone takes a long time to be able to connect to it. I have used ping tools to test sending data to the board and there is a lot of packet loss and connection timeout. The board sometimes even restarts with no reason.
What is the most interesting is that when I use esp8266 version 1.6.5 there seems to have no issues and the connection never times out.
ps: I use Fedora 23 64 bits.