ESP8266

A forums to allow bugs and problems with Flowcode v7 to be reported and resolved.

Moderator: Benj

Post Reply
User avatar
Alan_37
Posts: 179
Joined: Sun May 01, 2016 8:36 pm
Has thanked: 51 times
Been thanked: 54 times
Contact:

ESP8266

Post 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 206 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: ESP8266

Post by Benj »

Hi Alan,

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

User avatar
Alan_37
Posts: 179
Joined: Sun May 01, 2016 8:36 pm
Has thanked: 51 times
Been thanked: 54 times
Contact:

Re: ESP8266

Post 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 .

Post Reply