ESP8266 Developer Zone The Official ESP8266 Forum 2018-03-19T23:08:46+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=3283 2018-03-19T23:08:46+08:00 2018-03-19T23:08:46+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3283&p=19690#p19690 <![CDATA[Re: Esp8266 ESP-01 module - not listing APs - no wifi in general]]> respond properly to AT+CWLAP when it has v0.9.2.2 AT Firmware.bin firmware on it.
I've flashed it with SDK's 2.2, 2,1 and 2.0 (Using Flashdownloader 2,3) yet when I do AT+CWLAP
it just seems to 'think' for about 10 seconds then prints OK. Other AT commands seem to respond fine.
I've tried AT+CWMODE 1 and 3 but not success.
The Baud rate after flashing using (SDK 3.3, 2.1 and 2.0) operates at 74880, i.e. allows AT input/output, something I have
never seem before. Usually after flashing, 9600 or 115200 were the BAUD rates for proper AT command
communications and powering on with the 74880 BAUD simply just used to give a "report" and no scope to interact with AT commands.
I thought maybe the Module had to be set to Baud of 115200, so I did AT+CIOBAUD=115200 (which had worked
in the past with other ESP-01, 512KB and 1MB modules) but now trying to change the BAUD didn't work,
so I tried the 'updated' AT+UART=115200,8,1,0,3
but after power cycling with Serial Coms Terminal (Arduino Serial Monitor) at 115200 Baud, I couldn't enter any AT commands.
This is the first time this has happened to me. I can't figure out a reason.
In summary: How to get data back from an AT+CWLAP command and how to change the Baud rate?
(I've read the documentation but I can't find out what I'm doing wrong)
Thank you.

Statistics: Posted by MIKE-8266 — Mon Mar 19, 2018 11:08 pm


]]>
2017-01-24T19:30:52+08:00 2017-01-24T19:30:52+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3283&p=11179#p11179 <![CDATA[Re: Esp8266 ESP-01 module - not listing APs - no wifi in general]]>
Tried that. Not working.

Here is the log:

Code:

AT+CWMODE?
+CWMODE:1

OK
AT+CWLAP

OK
AT+CWJAP="wifispot","wifi12345"
+CWJAP:1

FAIL

Statistics: Posted by neko12 — Tue Jan 24, 2017 7:30 pm


]]>
2017-01-24T16:23:32+08:00 2017-01-24T16:23:32+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3283&p=11177#p11177 <![CDATA[Re: Esp8266 ESP-01 module - not listing APs - no wifi in general]]> this is my log information

Code:

AT+CWMODE=1


OK
AT+CWJAP="wifi-11","sumof1+1=2"

WIFI CONNECTED
WIFI GOT IP

OK
AT+CWLAP="wifi-11"

+CWLAP:(3,"wifi-11",-65,"94:b4:0f:c6:0c:e0",1,-54,0)
+CWLAP:(3,"wifi-11",-79,"94:b4:0f:c5:a7:80",1,-62,0)

OK

if you want to user AT command,you can consult our AT example Doc. http://espressif.com/sites/default/file ... les_en.pdf

Statistics: Posted by ESP_Xutao — Tue Jan 24, 2017 4:23 pm


]]>
2017-01-22T05:03:50+08:00 2017-01-22T05:03:50+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3283&p=11165#p11165 <![CDATA[Esp8266 ESP-01 module - not listing APs - no wifi in general]]>
I have bought ESP8266 ESP-01 module, the black one, with 1MB flash, with "AI - cloud inside" text on board.

I tried with AT commands on Putty with all possible baud rates with no luck. Then I set the baud rate to 74880 and reset the device, which gave me something like "main_ets.c" as response. I googled a little and read somewhere that module is blank.

First, I downloaded the latest version of SDK "ESP8266_NONOS_SDK_V2.0.0_16_07_19" and flasher and successfully flashed the module. Again tried some AT commands with Putty and it worked. AT commands work, but WIFI is not working. AT+CWLAP not listing APs, just returns OK (I tried with two different APs). I tried with station and AP+station mode, nothing. When I set it to AP mode, I do not see its wifi network from my phone and notebook.

I have downloaded other versions of SDK and flashers and some AI thinker bins. Flashed successfully. AT commands work, but no APs listed, no WIFI, nothing.

Is it possible that only wifi part of the module is not working? Somobody with an idea?

P.S. I tried with two different power supplies and with both of them the voltage drops from 3.3v to 2,8v when I connect the module.

Statistics: Posted by neko12 — Sun Jan 22, 2017 5:03 am


]]>