Chengdu Ebyte Electronic Technology Co.,Ltd.
E103-W02DTU User Manual
Copyright ©2012–2021
,
Chengdu Ebyte Electronic Technology Co.,Ltd.
31
SSID:E103-W02 SecType:2 Password:12345678
Example
:
AT+AP=?
11
AT+STA sets the STATION parameter (reboot takes effect)
AT+STA=<SSID>,<SecType>,<
Password>
Parameter Description:
SSID: Service Set Identifier <1~32Byte>
SecType: encryption type
Password: Password <8~63Byte>
Response:
STA Update OK
Example
:
AT+STA=Ebyte,2,E61TTL1W
Note: 1. When setting open STA, Sectype is 0 and Password is empty
12
AT+STA=? Query STATION parameter
AT+STA=?
Parameter Description:
No parameter
Response:
SSID:Ebyte TYPE:2
Example
:
AT+STA=?
Note: 1. For security reasons, the response will not show the Password parameter
13
AT+CHAN to set channel parameters (reboot effective)
AT+CHAN=<Channel>
Parameter Description:
Channel:Number of channels (1~11)
Response: AP Channel Update OK
Example
:
AT+CHAN=11
14
AT+CHAN=? Query channel parameters
AT+CHAN=?
Parameter Description:
No parameter
Response:
AP Channel:11
Example
:
AT+CHAN=?
15
AT+APIP set the IP parameters in AP mode (reboot effective)
AT+APIP=<APIP>,<Mask>,<Gateway>,<
DNS>
Parameter Description:
APIP: IP address in AP mode
Mask: subnet mask
Gateway: Gateway address
DNS: DNS server address
Response:
APIP Update OK
Example
:
AT+APIP=192.168.1.1,255.255.255.0,192.168.1.1,192.168.1.1
16
AT+APIP=? Query the IP parameters in AP mode
AT+APIP=?
Parameter Description:
No parameter
Response:
APIP:192.168.1.1 Mask:0.0.0.0 Gateway:0.0.0.0 DNS:0.0.0.0
Example
:
AT+APIP=?
17
AT+STAIP sets the IP parameters in STATION mode (reboot takes effect)
AT+STAIP=<IPMode>,<STAIP>,<Mask>,
<Gateway>,<DNS>
Parameter Description:
IPMode: IP mode (DHCP or STATIC)
STAIP: IP address in STA mode
Mask: subnet mask
Gateway: gateway address
DNS: DNS server address
Response:
STAIP Update OK
Example
:
AT+STAIP=DHCP,192.168.1.1,255.255.255.0,192.168.1.1,192.168.1.1