-->
Page 1 of 1

Problems Connecting to AP

PostPosted: Sun Jan 17, 2016 12:28 am
by wifi_ap
Dear ESP enthusiasts

1. I have flashed my ESP8266 ESP01 with "nodemcu_integer_0.9.6-dev_20150704.bin".
2. I am using following code to connect to my wifi AP

wifi.setmode(wifi.STATION)
wifi.sta.config("SSID","password")
wifi.sta.connect()
wifi.sta.autoconnect(1)

3. But I can only connect if I use WEP , the esp does not connect for WPA/WPA2
4. Can somebody helpme please

Thanks