-->
Page 3 of 3

Re: "Fast connect" to use less battery

PostPosted: Sat Dec 31, 2016 4:57 pm
by garyeb
@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.

Re: "Fast connect" to use less battery

PostPosted: Fri Jan 04, 2019 12:57 pm
by Yves Gageot
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);

Re: "Fast connect" to use less battery

PostPosted: Sun Jan 13, 2019 12:11 pm
by Awround
I have used the techniques described here and they work well.

https://www.bakke.online/index.php/2017 ... /#more-376

Cheers,

Adrian

Re: "Fast connect" to use less battery

PostPosted: Mon Jan 14, 2019 2:54 am
by leenowell
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