ShenZhen Gather Genius Technology Limited UA402D ユーザーズマニュアル

ページ / 29
 
return
 
+GET_CONFIG= wifi_mode, AP_SSID, key, key number, 
dhcp,IP,Submask ,Gateway  
example 
If dhcp =1  
+GET_CONFIG=0, 7298A,12345678,8,1,0.0.0.0,0.0.0.0,0.0.0.0  
If dhcp =0  
+GET_CONFIG=0,7298A, 
12345678,8,0,192.168.55.243,255.255.255.0,192.168.55.1 
 
8.2.2. 
Set network configuration manually 
Instruction 
AT+SET_IFCONFIG= <dhcp> , <IP> , <Submask> , <Gateway> 
parameter 
<dhcp>: 1:Auto , 0: manual  
<IP>:xxx.xxx.xxx.xxx (if Dhcp =0)  
<Submask >: xxx.xxx.xxx.xxx (if Dhcp =0)  
<Gateway>: xxx.xxx.xxx.xxx (if Dhcp =0)  
return
 
AT+SET_ IFCONFIG =OK  
example 
AT+SET_IFCONFIG=0,192.168.55.243,255.255.255.0,192.168.55.1  
AT+SET_IFCONFIG=1  
 
8.2.3. 
Set Wi-Fi    configuration 
Instruction 
AT+SET_WIFICONFIG= <mode>, <AP_SSID>, <Key> 
parameter 
<mode>: 0: STA-mode  
<AP_SSID> : AP name 
<Key> : AP password 
return
 
AT+SET_WIFICONFIG=OK  
example 
AT+SET_WIFICONFIG=0,7298A,88888888  
 
8.2.4. 
Scan Wi-Fi    router 
Instruction 
AT+SCAN=?  
parameter