Chat freely about anything...

User avatar
By xytsrm
#93160 Currently using microPython on an ESP-01S. For the most recent build of microPython the only way to assign a fixed WiFi channel is in Access-Point (AP) mode. In Station-mode the station scans channels for a specific SSID. This process results in variable and excessive time when re-connecting coming out of deep-sleep. The the connect time could be reduced to less than 1/3 of the maximum channel-scan time if a fixed channel was specified in advance.

Does anyone on this forum know of any microPython builds for a 1MB ESP8266 that allows the channel to be set while in station-mode?