ESP8266 Developer Zone The Official ESP8266 Forum 2017-09-05T20:23:53+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=6164 2017-09-05T20:23:53+08:00 2017-09-05T20:23:53+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6164&p=15544#p15544 <![CDATA[Re: Wifi functions not working]]> Statistics: Posted by Guest — Tue Sep 05, 2017 8:23 pm


]]>
2017-09-04T18:25:02+08:00 2017-09-04T18:25:02+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6164&p=15513#p15513 <![CDATA[Re: Wifi functions not working]]> Statistics: Posted by sebastian.heyn — Mon Sep 04, 2017 6:25 pm


]]>
2017-09-01T21:10:08+08:00 2017-09-01T21:10:08+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6164&p=15468#p15468 <![CDATA[Re: Wifi functions not working]]> The CWLAP command does fail sometimes, there have been previous bug reports of this before.

Statistics: Posted by Guest — Fri Sep 01, 2017 9:10 pm


]]>
2017-08-31T03:43:26+08:00 2017-08-31T03:43:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6164&p=15426#p15426 <![CDATA[Wifi functions not working]]>
I ordered a ESP12-E from Ebay.
First thing I noticed, the firware was nearly 3 years old, so I checked this forum and downloaded the latest binary from github

The Espressif flasher showed 32mbit, so I used following config for the flashing of the board

The flasher detects following:

Code:

flash vendor:
E0h : N/A
flash devID:
4016h
QUAD;32Mbit
crystal:
26 Mhz

Spi Mode: DIO
SPI Speed 40MHZ


I flashed the firmware from github:

Code:

### Flash size 32Mbit: 512KB+512KB
boot_v1.2+.bin              0x00000
user1.1024.new.2.bin        0x01000
esp_init_data_default.bin   0x3fc000 (optional)
blank.bin                   0x7e000 & 0x3fe000





Boot Text

Code:

OK

 ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x40100000, len 2592, room 16
tail 0
chksum 0xf3
load 0x3ffe8000, len 764, room 8
tail 4
chksum 0x92
load 0x3ffe82fc, len 676, room 4
tail 0
chksum 0x22
csum 0x22

2nd boot version : 1.7(5d6f877)
SPI Speed : 40MHz
SPI Mode : DIO
SPI Flash Size & Map: 32Mbit(512KB+512KB)
jump to run user1 @ 1000


Version

Code:

AT+GMR
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
OK



Example

Code:

AT+CWMODE=1

OK
AT+CWLAP

OK


Any Idea where I gone wrong?

BTW: that problem of the non working wifi existed before flashing also.

Statistics: Posted by sebastian.heyn — Thu Aug 31, 2017 3:43 am


]]>