-->
Page 1 of 1

Cannot connect to Access Point

PostPosted: Mon Sep 28, 2015 7:02 am
by esptomcat
I have a simple Sketch that fails to connect to an Access Point:

WiFiMulti.addAP("ssid","password");

It returns f -240 but never connects .. it's a Zyxel Dual-Band Access Point. Using a different AP helps but is not a solution in this case. Where are the different error codes documented?

Markus

Re: Cannot connect to Access Point

PostPosted: Thu Oct 08, 2015 7:37 am
by ultraschall81
Hi,

I have similar problems:

At home I have a Fritzbox AP and a daycom wlan repeater.
If I use "ESP8266wifi wifi" and wifi.begin, the esp is able to connect to both devices.

If I use "ESP8266wifiMulti wifi" and "wfi.addAP(SSID, PWD)" for both the devices and make a "wifi.run"
I is able to connect to the Fritzbox but not to the daycom repeater (configured as a AP or a router).

With Serial.setDebugOutput(true); I see a loop in the Serial trace:

scandone
scandone
scandone
add 0
aid 2
cnt
rm match
reconnect
scandone
add ß
aid 2
.....
....

Does anybody know why the esp is not connecting to all wlan devices, when it is in wifi-multi-mode?

Thanks and regards

Christian

Re: Cannot connect to Access Point

PostPosted: Wed Nov 04, 2015 2:03 am
by Akshay
Please reply if anybody has found solution to this problem !!!

I am also having the same problem !