Using the new Arduino IDE for ESP8266 and found bugs, report them here

Moderator: igrr

User avatar
By Rupak
#39067 Hi There,

I had wi-fi running in AT+STA mode using Arduino 1.6.7. ESP-8266 firmware is based on SDK1.4
SSID is based on MAC address of ESP-8266. There are two issues I am facing:

1. On Iphone/Ipad, password for SSID is not getting accepted in single time. I hve to give the same password multiple time.
2. windows Laptop is connecting/disconnecting to this AP.


I have captured the client list from AP perspective and here is the snapshot:

Total connected_client are = 3
client= 1 ip adress is = 192.168.4.2 with mac adress is = 70E72C50487E (IPAD)
client= 2 ip adress is = 192.168.4.4 with mac adress is = 800B864999 (Windows)
client= 3 ip adress is = 192.168.4.3 with mac adress is = DC9B9C7F671C (IPhone)

Although windows is getting disconnected to this SSID, AP still maintains the same IP address 192.168.4.4 and never removes it from the client list.

Any ideas.