Page 1 of 1

ESP8266

Posted: Fri Jan 26, 2018 2:24 pm
by Alan_37
Hi

Just found these 2 bugs in the esp8266 module

1. GetFrimwareVertion returns the string "ALT+GMR", not the actual version.
2. CheckTCPServerIP will freeze the mcu and will not return any string . ( only when connected to an SSID in AP mode works OK )

I think these bugs are due to esp8266 firmware updates I think some commands has changed .

The firmware version of my ESP is :

AT version:1.4.0.0(May 5 2017 16:10:59)
SDK version:2.1.0(116b762)
compile time:May 5 2017 16:37:48
ESp8266_at_instruction_set_en.pdf
(647.78 KiB) Downloaded 222 times

Re: ESP8266

Posted: Wed Jan 31, 2018 6:24 pm
by Benj
Hi Alan,

Please can you attach your program so we can see what's going on and try to replicate here.

Re: ESP8266

Posted: Sat Feb 17, 2018 9:52 pm
by Alan_37
hi Benj

I have discontinued this part of the project because all HTML code is stored
on the microcontroller and have a lot of limitations + it's a bit slow to execute so
I am trying something else

my problem was 99.99% because of the different build version that I was using.

thanks .