Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.
Brian Tristam Williams edited this page Aug 23, 2020 · 4 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.
Set 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"

Clone this wiki locally