Data Sheet
Air602_AT Instruction User Manual
(5) PMTF Save the above parameters to spi flash , Just start from step 6 with the next boot
AT+PMTF
(6) WJOIN Join the wireless network TEST_AP
AT+WJOIN
Luat 67 /73 page
3.4 Create an APSTA process
(1) WPRT Set the working mode to APSTA
AT+WPRT=3
(2) SSID Set the AP name to be joined, such as 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) APSSID Set the network name of the created SOFTAP
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