Dear all ,
i am beginner to use esp8266-01 module
i am trying to disable dhcp and set static ip to station
but when i use the command
AT+CWDHCP=2,0
ERROR
it gives error message
similar problem is with at command
AT+CIPSTA="192.168.1.30"
can any one suggest how to solve this problem
ISSUE IN AT+CWDHCP and AT+CIPSTA
Re: ISSUE IN AT+CWDHCP and AT+CIPSTA
Postby ESP_Faye » Fri May 06, 2016 3:53 pm
Hi,
Try
Thanks for your interest in ESP8266 !
Try
Code: Select all
AT+CWMODE=3 // set softAP+station mode
AT+CIPSTA="192.168.1.30","192.168.1.1","255.255.255.0" // set IP address of ESP8266 station
Thanks for your interest in ESP8266 !
Who is online
Users browsing this forum: No registered users and 14 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.