# SoftAP Configuration Protocol
#Version
Date | Version | Descripiton |
2024.1.12 | V0.1 | Initial Version |
#1. Specification
- Softap name: EasyLink_xxxxxx (xxxxxx is the last six digits of the MAC address)
- Protocol:http
- IP : 10.10.10.1
- Port:8000
#2. Interface
#2.1. Configuration
POST /config-write-uap
{
"SSID": "xxxx",
"PASSWORD": "12345678"
}
{
"code": 0
}
#3. Example
#3.1. Preparation
PC Software:postman(or other API debug tool),Geshe(or other serial port tool)
Test Hardware:EMC3290 Development Kit
#3.2. Steps
- After the module is powered on, send the softap distribution command AT+SMARTSTART=5 to the module (it is recommended to reboot the module before each softap distribution through the command AT+REBOOT)
- PC connect the AP startup by module:Easylink_xxxxxx(the last six digits of the MAC address of module)
- Open postman,and send parameters like picture below.
- Module connected router successfully.
End.