Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Brian Tristam Williams edited this page Aug 23, 2020 · 2 revisions

AT+CIPSTA - Set ip address of ESP8266 station

Type Instruction Response Function
Query AT+CIPSTA? +CIPSTA:ip OK Get ip address of ESP8266 station.
Set AT+CIPSTA=ip OK Set ip addr of ESP8266 station.

Parameter Description
ip: string, ip address of ESP8266 station.

Example
AT+CIPSTA="192.168.101.108"

Clone this wiki locally