Chat freely about anything...

User avatar
By KevJ
#58995 Hello,

I'm new on ESP8622. I'm currently trying to setup the device on SOFTAP mode to connect my computer but the station keeps disconnecting immediately after connection. It does not seems to reboot though.

On the AP side (ESP8266):
Code: Select allAT+GMR
AT version:0.40.0.0(Aug  8 2015 14:45:58)
SDK version:1.3.0
Ai-Thinker Technology Co.,Ltd.
Build:1.3.0.2 Sep 11 2015 11:48:04
OK


On the station side (computer):
I'm running Linux Mint 18 with a 4.4 kernel.

Here is the output of dmesg:
Code: Select all[10749.501626] wlan0: associate with XX:XX:XX:XX:XX:XX (try 1/3)
[10749.506588] wlan0: RX AssocResp from XX:XX:XX:XX:XX:XX (capab=0x11 status=0 aid=1)
[10749.508930] wlan0: associated
[10749.804998] iwlwifi 0000:04:00.0: No association and the time event is over already...
[10749.805007] wlan0: Connection to AP XX:XX:XX:XX:XX:XX lost
[10749.880058] cfg80211: World regulatory domain updated:
[10749.880061] cfg80211:  DFS Master region: unset
[10749.880061] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[10749.880063] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[10749.880064] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[10749.880065] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[10749.880066] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[10749.880068] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[10749.880069] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[10749.880070] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[10749.880071] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)


Thanks by advance