Connection with Apple devices not working in AP mode
Connection with Apple devices not working in AP mode
Postby ScottR » Mon Mar 02, 2015 12:32 pm
SDK0.9.3 and lower OK
SDK0.9.4 and higher
iPhone 5c, 4, iPad2, iPod5 will not connect in AP mode.
iPhone 3GS (with old OS - not sure which version right now) works OK.
Feedback on UART does not indicate any problems and shows a connection, but it doesn't work.
Scott.
Re: Connection with Apple devices not working in AP mode
Postby Anki » Sat Apr 18, 2015 3:08 am
Apple devices trying to associate with the ESP in AP mode report "Incorrect Password" even with the correct password and do not associate. The debug output from the ESP shows the device joining the network.
I'd be happy to conduct any testing or collect any packet logs necessary to help debug this issue.
Re: Connection with Apple devices not working in AP mode
Postby Anki » Wed Apr 22, 2015 5:04 am
This is a complete show stopper for me and I believe many other people, could we please get some attention from Espressif on this?
Thank you.
Re: Connection with Apple devices not working in AP mode
Postby ESP_Faye » Wed Apr 22, 2015 9:39 am
Do you mean the icon problem that apple device connected to ESP8266 softAP may not show the WiFi icon ?
We are still working on it , sorry for the inconvenience.
But we can't replicate your "Incorrect Password" problem, can you offer more details about your test steps ?
which apple device are you using ?
Re: Connection with Apple devices not working in AP mode
Postby Anki » Wed Apr 22, 2015 10:01 am
- I am using an AI-Thinker ESP8266MOD AKA ESP-12 module for development
- Load the attached firmware onto the Espressif eval board. Code may also be compiled from attached source against the v1.0.1_b2 SDK.
- Attempt to connect to the wifi network AnkiEspressif with an Apple device. I have tried using an iPhone 4S, an iPhone 5 and and iPhone 5S all running iOS 8
- Apple device says
and does not connect to the WiFi.Unable to join the network "AnkiEspressif"
When I try connecting to the same Espressif AP with a PC, it works fine.
I am in the process of collecting raw network captures with WireShark and will attach once I have them.
- Attachments
-
- binaries.zip
- Binaries for the test
- (133.14 KiB) Downloaded 470 times
-
- esp8266-udp-throughput-test-master.zip
- Source code for test
- (56.79 KiB) Downloaded 495 times
Re: Connection with Apple devices not working in AP mode
Postby ESP_Faye » Mon May 04, 2015 3:05 pm
sorry for the late reply, structure softap_config need to be initialized.
Code: Select all
struct softap_config ap_config;
os_memset(&ap_config, 0, sizeof(ap_config));
or
Code: Select all
struct softap_config config;
wifi_softap_get_config(&config); // Get config first.
you could refer to softAP config demo http://bbs.espressif.com/viewtopic.php?f=21&t=227
Thanks for your interest in ESP8266 !
Who is online
Users browsing this forum: No registered users and 32 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.