Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP

CWJAP

AthenaYu edited this page · 3 revisions

AT+CWJAP – Connect to AP

Type Instruction Response Function
Query AT+CWJAP? + CWJAP:ssid OK Query AP’s info which is connect by ESP8266.
execute AT+CWJAP=ssid,pwd OK Set AP’s info which will be connect by ESP8266.

Parameter description:
ssid: string, AP’s SSID
pwd: string, MAX: 64 bytes

Example:
AT+CWJAP="wifi-1","12345678"

Something went wrong with that request. Please try again.