esp32_nat_router
esp32_nat_router copied to clipboard
Power consumption while connected to upstream AP but with no clients connected
First of all thank you very much for making this available to us all. Very useful software.
I want to make a solar/battery powered repeater for my garden. But to design the solar panel and battery size, I need to know the average power consumption when idle. "Idle" in this case meaning "connected to upstream AP but no clients connected". I see the 1,8W power when at top speed, which would correspond to almost 500mA drawn from a 3.7V lipo. But if I use that, I'd need a large battery to last through a long winter night. I assume it draws (much) less when not throughputting 15Mbit. Had anyone measured how much?
For context: I plan to use it for 2 things:
- To give wifi access to some esp8266 sensors in the garden. Those will not be connected and transmitting continuously, but sleep for 10-30min and only briefly wake up, connect, update sensor data, and go back to sleep. So 10-30min not connected. And 10s connected.
- Occasionally give wifi access to my phone and watch YouTube when sitting in the garden. So I will calculate using the 15Mbit/1.8W for this usage.
Thanks in advance!
I think, 70mA is a good guess for an ESP doing nothing but beeing connected to WiFi. Nothing you want to run for days on battery... :-(
Am 27. Mai 2023 19:33:08 schrieb Istria1704 @.***>:
First of all thank you very much for making this available to us all. Very useful software. I want to make a solar/battery powered repeater for my garden. But to design the solar panel and battery size, I need to know the average power consumption when idle. "Idle" in this case meaning "connected to upstream AP but no clients connected". I see the 1,8W power when at top speed, which would correspond to almost 500mA drawn from a 3.7V lipo. But if I use that, I'd need a large battery to last through a long winter night. I assume it draws (much) less when not throughputting 15Mbit. Had anyone measured how much?For context: I plan to use it for 2 things: To give wifi access to some esp8266 sensors in the garden. Those will not be connected and transmitting continuously, but sleep for 10-30min and only briefly wake up, connect, update sensor data, and go back to sleep. So 10-30min not connected. And 10s connected. Occasionally give wifi access to my phone and watch YouTube when sitting in the garden. So I will calculate using the 15Mbit/1.8W for this usage. Thanks in advance! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
Oh, that is very reasonable. Even less than an esp8266. My Wemos D1 Mini pulls 70mA @ 5V. We are talking about ESP32, right?
Do you mean 70mA at 3.3V, or at the (3.7v) battery, or at (5V) usb input?
It won't have to last for days. In theory just 1 night. During the day, the battery will be charged by a small solar panel.
Edit: I must say, the more I search/read about it, the less I know. Some websites claim 60mA at the battery, while other say they measure 128mA @ 5V... Is that 70mA your personal (verified) experience?
At 3,3V - Try to avoid the 5V-3.V USB converter, this will consume at least 1/3 of the power. On a 600mA LiPo a naked ESP8266 runs about 6h in WiFi-repeater-mode.
-----Ursprüngliche Nachricht----- Von: Istria1704 @.*** Gesendet: Samstag, 27. Mai 2023 21:11 An: martin-ger/esp32_nat_router Cc: martin-ger; Comment Betreff: Re: [martin-ger/esp32_nat_router] Power consumption while connected to upstream AP but with no clients connected (Issue #131)
Oh, that is very reasonable. Even less than an esp8266. My Wemos D1 Mini pulls 70mA @ 5V. We are talking about ESP32, right?
Do you mean 70mA at 3.3V, or at the (3.7v) battery, or at (5V) usb input?
It won't have to last for days. In theory just 1 night. During the day, the battery will be charged by a small solar panel.
— Reply to this email directly, view it on GitHub https://github.com/martin-ger/esp32_nat_router/issues/131#issuecomment-1565655680 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AF2UTCZNVALAG72DPUBX423XIJGU3ANCNFSM6AAAAAAYRJUF5A . You are receiving this because you commented. https://github.com/notifications/beacon/AF2UTC26DPCXGYCDASQYXRLXIJGU3A5CNFSM6AAAAAAYRJUF5CWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTS5KIBIA.gif Message ID: @.***>
Thanks. I must say my initial crude "ballpark" power calculation had a critical flaw. I didn't incorporate that during winter, the solar panel yield is MUCH MUCH less than in summer. For an average of 70 mA @ 3.3v, in January I would need a 6.5Wp solar panel to break even with the power consumption. So make that 10Wp panel to have some breathing room. And that already becomes a fairly large 25x20cm panel. And even then I would probably end up with an empty battery now and then when it's heavily overcast for a couple days in a row.
I'm starting to think maybe solar/battery isn't going to be the way to go.Maybe I'll place the repeater inside the house, on the garden window. That way I can just plug it into a wall socket.
But that's anyway for the 70mA (231 mW) average idle power consumption! I couldn't find that data anywhere in the web.