Cannot connect to ESP8266 in AP mode with Android
Posted: Thu Jun 04, 2015 2:18 pm
I don't get it. Hopefully, someone knows the secret sauce.
Here's the problem:
Does anyone know what the Android IDE for ESP8266 do to satisfy Android devices that is missing from the SDK compiled code? Very strange that it is only a problem with Android devices.
Here's the problem:
- ESP8266 WIFI is set to AP mode using the SDK 1.0.1 24 April 2015
- Callback installed to send a serial port message (for testing) when a device joins and leaves the AP
- My laptop joins and leaves the AP as expected.
- My iPhone also joins and leaves the AP as expected.
- My Android smartphone running 4.4.2 will not connect to the AP. The ssid is visible, but no connection made when attempted.
- My Android tablet also will not connect to the ESP8266 AP.
- But....if I run an ESP8266 sketch compiled with Arduino IDE 1.6.1 with the ESP8266 in AP, I can join and leave the AP with my Android devices
Does anyone know what the Android IDE for ESP8266 do to satisfy Android devices that is missing from the SDK compiled code? Very strange that it is only a problem with Android devices.