ESP8266 Developer Zone The Official ESP8266 Forum 2016-04-05T11:31:43+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=1948 2016-04-05T11:31:43+08:00 2016-04-05T11:31:43+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1948&p=6337#p6337 <![CDATA[Re: Soft-AP mode connection take very long time (via android device)]]>
Maybe you can try to check the WiFi signal through WiFi analyzer.

Statistics: Posted by ESP_Faye — Tue Apr 05, 2016 11:31 am


]]>
2016-04-02T07:34:18+08:00 2016-04-02T07:34:18+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1948&p=6315#p6315 <![CDATA[Re: Soft-AP mode connection take very long time (via android device)]]>
doughboy wrote:
did you try wpa_wpa2_psk?


not yet. i will try now. many thanks for your suggestion.

Statistics: Posted by burak1000 — Sat Apr 02, 2016 7:34 am


]]>
2016-04-02T06:58:22+08:00 2016-04-02T06:58:22+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1948&p=6314#p6314 <![CDATA[Re: Soft-AP mode connection take very long time (via android device)]]> Statistics: Posted by doughboy — Sat Apr 02, 2016 6:58 am


]]>
2016-04-02T02:20:14+08:00 2016-04-02T02:20:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1948&p=6313#p6313 <![CDATA[Re: Soft-AP mode connection take very long time (via android device)]]> please help me :(

Statistics: Posted by burak1000 — Sat Apr 02, 2016 2:20 am


]]>
2016-03-28T07:25:03+08:00 2016-03-28T07:25:03+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1948&p=6237#p6237 <![CDATA[Soft-AP mode connection take very long time (via android device)]]> firstly sorry for my bad english. I'm be in a bad way . i need your help
I work for long time for fix this issue I failed every time. please help me

we develop a product based on esp8266 with AT command. (we use ESP8266_NONOS_SDK_V1.5.2_16_01_29 fw)
we send simple data android to esp8266. with TCP port.
when esp in soft ap mode and ready. we start the connection from android device. (often) connection take very long time (6-20 second). or stuck completely.
some times take 1-3 second. at that time we be happy :).
i tried connect to standart wifi modems with same android program. my program connect in 2-3 second max

on internet some people says: (dhcp server take most time ). i have no idea aboue extended dhcp option. i tried different dhcp options but i'm fail.

my_ AT Instruction Set document: http://www.docfoc.com/4a-esp8266-at-ins ... 5-20160201 (4A-ESP8266__AT Instruction Set__EN_v1.5_20160201)

my AT-Commands are there

Code:

AT+CIPAP_CUR="192.168.9.12"
AT+CWMODE_CUR=2
AT+CIPMUX=1
AT+CWSAP_CUR="esp_8266","12345678",7,3,4,1  //chl:7 , ecn:WPA2_PSK , max conn:4, and ssid_is_hidden
AT+CIPSERVER=1


my_flash setup screen
1.JPG


my_module:
Image

also my module consume current about 60mA and heating. is this normal??


please help me. i wait your messages with regardfully

Statistics: Posted by burak1000 — Mon Mar 28, 2016 7:25 am


]]>