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: Select all
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
my_module:

also my module consume current about 60mA and heating. is this normal??
please help me. i wait your messages with regardfully