mp-se / gravitymon

iSpindle replacement firmware for beer brewing/fermenting
MIT License
55 stars 11 forks source link

Investigate wifi connection behaviour #169

Closed mp-se closed 1 month ago

mp-se commented 9 months ago

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 commented 7 months ago

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 commented 3 months ago

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

mp-se commented 3 months ago

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

mp-se commented 1 month ago

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