Data Sheet
Air602_AT Instruction User Manual
(6) PMTF saves the above parameters to spi flash, just start from step 7 with the next boot.
AT+PMTF
(7) WJOIN Create wireless network MyAp
AT+WJOIN
(8) SLIST Query the STA information which connected to your SoftAP.
AT+SLIST
Luat 66 /73 page
3.2 Scan AP Process
Wireless network card scanning AP's AT command is
:
AT+WSCAN
3.3 STA joins the AP process
(1) WPRT Set the working mode to STA
AT+WPRT=0
(2) SSID Set the AP name to join. e.g. TEST_AP
AT+SSID=TEST_AP
(3) KEY Set the wireless key of the AP you want to join. e.g. 12345678
AT+KEY=1,0,12345678
parameter1:,0 means HEX, 1 means ASCII
parameter2:index: The key index number, 1 to 4, is used for the WEP encryption key. The other
encryption methods are fixed to 0.
parameter3: Wireless key e.g.:12345678
(4) NIP Enable DHCP
AT+NIP=0