Olimex Support Forum

Microcontrollers => ESP8266 => Topic started by: meinereiner on December 28, 2016, 03:26:57 PM

Title: No SoftAP in STATIONAP_MODE on missing AP?
Post by: meinereiner on December 28, 2016, 03:26:57 PM
Hi,

I have a behaviour where I was wondering if someone of you already found a solution for:

I'm using the default images of https://github.com/OLIMEX/olimex-iot-firmware-esp8266 and set up to use STATIONAP_MODE (so both modes).

In the last case I end up in an endless loop:
scandone
no NonExistingAp found, reconnect after 1s
WiFi Scan: Auto Detect...
reconnect


Is there any workaround that can be implemented?
Once the device is an area that doesn't see the AP anymore it cannot even get reconfigured. Then it must be newly flashed via serial connection. Then it can be configured again...
Title: Re: No SoftAP in STATIONAP_MODE on missing AP?
Post by: PeteW on January 02, 2017, 09:23:09 AM
If you are using ESP8266-EVB or ESP8266-EVB-BAT press and hold the button (this sets GPIO0 to GND) for more than 5 seconds to reset to default settings.

I will investigate the password trim and SoftAP issues.
Title: Re: No SoftAP in STATIONAP_MODE on missing AP?
Post by: PeteW on January 02, 2017, 02:51:49 PM
The bug in http://iot.olimex.com/direct/ with long-digits-only password is confirmed and now fixed. You may need (if not automatically updated) to clear your browser's cache and application cache so the fix can take effect.

However I did not manage to reproduce NonExistingAP issue. I did the tests on ESP8266-EVB and ESP8266-EVB-BAT boards with two different images


The loop...

scandone
no NonExistingAp found, reconnect after 1s
WiFi Scan: Auto Detect...
reconnect

...is normal and did not affect direct connection to SoftAP in my tests.

For direct connection tests I'm using laptop with Windows 10. When the station is configured to connect to NonExistingAP it takes a bit longer to establish direct SoftAP connection but I have no issues you describe.

What board and exact which image from GitHub are you using?
Title: Re: No SoftAP in STATIONAP_MODE on missing AP?
Post by: meinereiner on January 05, 2017, 03:19:01 PM
I think the issue is related to my Ubuntu (1604 LTS).
I think it is timing out faster that it can reconnect to the module ...
Title: Re: No SoftAP in STATIONAP_MODE on missing AP?
Post by: PeteW on January 05, 2017, 05:07:59 PM
Try to configure connection to SoftAP with manual IP address. From my observations it looks like getting lease from SoftAP is the step is that slows down connection establishment.

Default SoftAP address is 192.168.4.1 and DHCP is configured to lease addresses from 192.168.4.2 to 192.168.4.200 so set your address to 192.168.4.201.
Title: Re: No SoftAP in STATIONAP_MODE on missing AP?
Post by: meinereiner on January 07, 2017, 11:15:29 AM
That's a good trick! I also recognized with my Ubuntu (compared to Win10) that a normal reconnect till I have a successfull request is much slower.
So I assume it's more an OS issue ...

Thanks again fr your help!

BTW related to the other issue: Is the content of iot.olimex.com/direct/ anywhere hosted on Github to see what changes have been made?
Title: Re: No SoftAP in STATIONAP_MODE on missing AP?
Post by: PeteW on January 08, 2017, 06:33:27 PM
Quote from: meinereiner on January 07, 2017, 11:15:29 AM
BTW related to the other issue: Is the content of iot.olimex.com/direct/ anywhere hosted on Github to see what changes have been made?

https://github.com/OLIMEX/olimex-iot-server

Title: Re: No SoftAP in STATIONAP_MODE on missing AP?
Post by: meinereiner on January 08, 2017, 10:46:04 PM
Thank you! :)