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
]]>