RAK411 PROGRAMMING MANUAL
V1.7
COPYRIGHT ©
SHENZHEN RAKWIRELESS TECHNOLOGY CO., LTD
ETDX1603021415
46
dummy
2
Null data
ip_param
20
IP parameters
ap_config
4
AP advanced parameters
Description:
It is used to save user parameters, including password, SSID, IP address, and
scan information.
Return Valu
e:
Parameter
Bytes
Value
Description
<CODE>
2
0xC0,0x00
Response Code
<STATUS>
1
0
Command successful
-2
Command failed
4.4.2 Storing Current Network Parameters
Command:
rak_storeconfig
Syntax:
uint32_t cmd;
Parameter:
Parameter
Bytes
Value
Description
cmd
4
0xC1,0x00,0x00,0x00
Command Code
Description:
It is used to save user parameters.Parameters can be successfully saved only
after correctly performing the commands scan, connect and get IP.
Return Value:
Parameter
Bytes
Value
Description
<CODE>
2
0xC1,0x00
Response Code
<STATUS>
1
0
Command successful
-2
Command failed