-->
Page 2 of 3

Re: ESP-01 vs. ESP-01S Affecting my code!

PostPosted: Tue Mar 12, 2019 5:38 pm
by PastExpiryDotCom
SOLUTION: The ESP-01S apparently needs the wireless router to be set to WPA2-personal instead of OPEN (no security). The ESP-01 didn't care and worked find with router security set to OPEN.

Absolutely no mention of this in any forum or documentation. :roll:

Re: ESP-01 vs. ESP-01S Affecting my code!

PostPosted: Wed Mar 13, 2019 8:39 am
by PastExpiryDotCom
rudy wrote:There were some ESP-01 that we built with an odd flash chip. There was a fix put in the ESP8266-Arduino project to deal with this. If you have an older version of the IDE then this ]might be the issue. (or not) I don't recall all the details since I never use the ESP-01 boards. I saw it in an issue entered into the issue system.

I'm assuming that you probably are using the Arduino framework. Even if no, it might be applicable.


Found out it was due to my wireless ROUTER security set to OPEN rather than WPA2-personal. The old esp-01 worked with OPEN security, while the newer ESP-01S REQUIRES WPA2 security! Of course this is not documented ANYWHERE.

Re: ESP-01 vs. ESP-01S Affecting my code!

PostPosted: Wed Mar 13, 2019 11:55 am
by schufti
that is definitely not the case.
that only depends on the esp8266 arduino core used to compile your sw as the bare esp chip only has bootloader and no wifi code at all. True even more for the other hw of the module....
Would you have tried to flash the old esp-01 with the new compiled code, the result would have been the same.

Re: ESP-01 vs. ESP-01S Affecting my code!

PostPosted: Wed Mar 13, 2019 1:00 pm
by RichardS
Maybe you have an enemy that wants to drive you mad thinking there is a bug in your code....

RichardS