ESP8266 Developer Zone The Official ESP8266 Forum 2016-04-19T14:13:08+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2036 2016-04-19T14:13:08+08:00 2016-04-19T14:13:08+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2036&p=6522#p6522 <![CDATA[Re: esp8266-07 problem after change firmware]]>
To send data to "192.168.5.1" (ESP8266 softAP), your device needs to connect to ESP8266 softAP and set an IP address as "192.168.5.X".

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Tue Apr 19, 2016 2:13 pm


]]>
2016-04-15T09:10:30+08:00 2016-04-15T09:10:30+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2036&p=6473#p6473 <![CDATA[esp8266-07 problem after change firmware]]> im new in esp8266-07
i bay few modules 07 from ebay and i try to use them to my microcontroller (xmega no arduino) to set as AP and create a settings web interface!
with the current firmware that came worked the test webpage that runs on xmega, but when i upload the firmware

AT+GMRAT+GMR
AT version:0.60.0.0(Jan 29 2016 15:10:17)
SDK version:1.5.2(80914727)
compile time:Jan 29 2016 19:06:50
OK

the AT+CIFSR
returns the
+CIFSR:APIP,"192.168.5.1"

but when i try to conect from a device i get from dhcp 169.254.49.170 255.255.0.0
i try to add manyal ip to device 192.168.1.3 and try then a http request to 192.168.5.1 but never get the +IPD to serial port!

my microcontroller on both cases initialize the esp with this AT commands
AT+CWMODE=2
AT+CWSAP="testssid","123",3,0
AT+CIPAP="192.168.5.1
AT+CWDHCP=0,0
AT+CIPMUX=1
AT+CIPSERVER=1,80
AT+CIFSR

any help guys!

Statistics: Posted by lios — Fri Apr 15, 2016 9:10 am


]]>