gravitymon icon indicating copy to clipboard operation
gravitymon copied to clipboard

Investigate wifi connection behaviour

Open mp-se opened this issue 1 year ago • 1 comments

Investigate wifi connection behaviour. Some sources point to that the esp will connect to the last wifi ap and not the strongest if multiple ap with the same name exist.

If this is true then add an option so scan for the strongest ap during startup

mp-se avatar Nov 20 '23 16:11 mp-se

Ther might be a difference between esp8266 and esp32, the default settings for esp32 points to that it does a scan before connection

mp-se avatar Feb 06 '24 20:02 mp-se

Closing this since the esp32 does a scan according to documentation. Arduino for esp8266 is not really developed any further

mp-se avatar Jun 05 '24 06:06 mp-se

The esp8266 seams to favour the latest connected AP even though it has bad reception, should be fixed for that target

mp-se avatar Jun 07 '24 09:06 mp-se

Created gravitymon gateway to improve ble and wifi connectivity. Implemented in 2.0 b1

mp-se avatar Jul 16 '24 07:07 mp-se