Chat freely about anything...

User avatar
By garyeb
#60212 @pierrepoulpe Would it be possible to share the code you use to achieve 450ms AP connection? I am setting a static IP as you do and I changed WiFi.begin() to include BSSID (mac address for AP) and channel as you recommended. The latter saved me over 300ms but it still takes me over 1000ms to connect after a power cycle and entering 'setup' code. I must be missing a couple steps.

Thanks for your help.
User avatar
By Yves Gageot
#79868 Hi,

In my case, I have the following performances emitting one HTTP/GET request in local network

9s with WifiMulti
3s with Wifi
1s wifi Wifi, static IP address and this code : WiFi.config(local_ip, gateway, subnet); WiFi.begin(NAME, PWD);
User avatar
By leenowell
#80044 Not sure of your topology but what about espNow which is connectionless. Wake up from deep sleep and send an espNow message to another esp node then go back to sleep. I have this running for a thermometer project I am working on