User Instructions

12 / 17
AT+APSSID=”MYSoftAP”
5- APENCRY Set the encryption type of SoftAP (such as WPA2-TKIP)
AT+APENCRY=5
6- APKEY Set the password for SoftAP (e.g. ASCII code 87654321)
AT+APKEY=1,0,87654321
7- APNIP Set the IP address and subnet mask
AT+APNIP=1,192.168.1.1,255.255.255.0,192.168.1.1,192.168.1.1
8- PMTF Save the above parameters to spi flash, just start from step 9
AT+PMTF
9- WJOIN Join the wireless network TEST_AP
AT+WJOIN
!!!Note For more detail about AT command, please check the WM_W60X_SDK_AT Command_V1.0.2.pdf
Firmware Programming
For the firmware programming please check here
WM_W60X_SDK_User Manual_V1.0.0.pdf and WM_W60X_Firmware Generation Guide_V1.1.pdf
FAQ
Q1.How the STA disconnects the AP
A: The wireless network card disconnects the AP's AT command:
AT+WLEAV
Q2.SoftAP disconnected