-->
Page 2 of 4

Re: SDK V2.1.0 AT+CWLAP Problem

PostPosted: Wed Jun 14, 2017 12:30 pm
by atexit8
Have you tried the AT commands to set the GPIO0 and GPIO2 pins with v2.1.0 ?
I have two ESP-01 with old Ai-Thinker firmware that I am thinking about upgrading to v2.1.0.

Re: SDK V2.1.0 AT+CWLAP Problem

PostPosted: Thu Jun 15, 2017 3:43 pm
by elektronik
I checked it. It works!
AT+SYSGPIODIR=0,1 //Set GPIO0 to work as an output.
AT+SYSGPIOWRITE=0,1 //Set GPIO0 to output high level

Re: SDK V2.1.0 AT+CWLAP Problem

PostPosted: Sat Jun 17, 2017 3:41 am
by cardmaker
hello, how did you erase the entire chip (25F08) ?

Re: SDK V2.1.0 AT+CWLAP Problem

PostPosted: Sat Jun 17, 2017 11:07 am
by elektronik
atexit8 wrote:Have you tried the AT commands to set the GPIO0 and GPIO2 pins with v2.1.0 ?
I have two ESP-01 with old Ai-Thinker firmware that I am thinking about upgrading to v2.1.0.


I checked, it works.

cardmaker wrote:hello, how did you erase the entire chip (25F08) ?

I used FLASH_DOWNLOAD_TOOLS_V3.4.8 and created by myself 8Mbit blank.bin
http://www.pratikpanda.com/completely-format-erase-esp8266-flash-memory/