-->
Page 1 of 4

sleep for wifi repeater

PostPosted: Sun Feb 11, 2018 1:15 pm
by hortplus
I have been flashing nodemcu lolin chips to act as wifi repeaters using

https://github.com/martin-ger/esp_wifi_repeater

However battery use is high. Is there any way i can put the repeaters into deep sleep mode until needed

Re: sleep for wifi repeater

PostPosted: Sun Feb 11, 2018 6:30 pm
by rudy
Define "when needed".

Would it be acceptable if you had a 30 second window and a 5 minute off time? (or whatever times you deem acceptable) Remember that when the ESP8266 is in deep sleep it will not respond to any WiFi traffic.

Re: sleep for wifi repeater

PostPosted: Sun Feb 11, 2018 6:31 pm
by rudy
rudy wrote:Define "when needed".

Would it be acceptable if you had a 30 second window and a 5 minute off time? (or whatever times you deem acceptable) Remember that when the ESP8266 is in deep sleep it will not respond to any WiFi traffic.


If you knew when it would be needed (some form of synchronization) then it may be workable.

Re: sleep for wifi repeater

PostPosted: Sun Feb 11, 2018 7:38 pm
by hortplus
rudy wrote:
rudy wrote:Define "when needed".

Would it be acceptable if you had a 30 second window and a 5 minute off time? (or whatever times you deem acceptable) Remember that when the ESP8266 is in deep sleep it will not respond to any WiFi traffic.


If you knew when it would be needed (some form of synchronization) then it may be workable.


I am sending data to a webserver once every minute. The rest of the time it could be asleep. Tell me about synchronization