ESP8266 Developer Zone The Official ESP8266 Forum 2016-03-07T16:21:46+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1835 2016-03-07T16:21:46+08:00 2016-03-07T16:21:46+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1835&p=6008#p6008 <![CDATA[Re: Get RSSI when in AP Mode - Problem]]>
Can the "WiFi analyzer" help ? It can analyze the APs nearby.

Statistics: Posted by ESP_Faye — Mon Mar 07, 2016 4:21 pm


]]>
2016-02-29T21:15:47+08:00 2016-02-29T21:15:47+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1835&p=5863#p5863 <![CDATA[Get RSSI when in AP Mode - Problem]]>
I am working on firmware for the AI-Thinker ESP-06E variant.
I am using SDK 1.4.0 but with an older AT Command parser combined with the SDK so we could create some custom AT Commands.

Anyway, I have an unusual problem.

When we put the ESP module into AP Mode (using a webserver to send/receive testing and configuration details), the RSSI command wifi_station_get_rssi() does not work unless the module has successfully connected to a WIFI router at least once.

If I try and get the RSSI when in AP mode with a freshly programed ESP-06E, the function returns 31 (Error).

if I connect to a router in Station mode, then disconnect and get RSSI in AP mode, the function works OK.

I know this is complicated to describe, but it is a major problem for us because it means we cannot test the WIFI antenna Signal Strength during production test.

Any ideas?

Statistics: Posted by vonny232 — Mon Feb 29, 2016 9:15 pm


]]>