Mesh Power Management (low power mode)

orlov127
Posts: 4
Joined: Mon Sep 09, 2019 3:10 pm

Mesh Power Management (low power mode)

Postby orlov127 » Mon Sep 09, 2019 3:21 pm

Good day! Are there any plans to support any type of power saving modes within ESP-MDF? I've been playing around with it for a little bit now on the ESP-EYE and its very cool stuff. I'm trying to create a mesh network that can capture images when triggered with a PIR sensor and move the image through the mesh to a central server. I ideally want the mesh nodes to be battery powered by batteries so they can be placed anywhere. The reason I'm using MDF instead of ESP-NOW is that I need the throughput to transmit the image through the mesh in a reasonable amount of time.

I'm thinking of syncing all nodes and simultaneously entering sleep mode for a specified amount of time while starting a wakeup timer. When this timer reaches a certain threshold, all the nodes will resync, transmit any data if applicable, and go back to sleep.

I think a feature like this could add a ton of value to my project and some other IoT projects.

ESP_LBB
Posts: 108
Joined: Fri May 18, 2018 3:41 am

Re: Mesh Power Management (low power mode)

Postby ESP_LBB » Tue Sep 10, 2019 10:02 am

Hi orlov127,

Yes we are implementing light sleep+DFS+modem sleep, we are still testing its stability and functions, will release once it passes all the test.

But how long you wish the device can work with which kind of battery(2000 mAh ?) ?

orlov127
Posts: 4
Joined: Mon Sep 09, 2019 3:10 pm

Re: Mesh Power Management (low power mode)

Postby orlov127 » Wed Sep 11, 2019 6:03 pm

Do you think 1 month is unreasonable with a 18650 battery (2500mAh)? We don't need to check very often if there is data to be transmitted (about every 15 minutes). Also, is there a timeline on when we can expect the power saving to be released?

I'm willing to add more batteries to my project if I need to...I'd rather have some power saving mode over none.

ESP_LBB
Posts: 108
Joined: Fri May 18, 2018 3:41 am

Re: Mesh Power Management (low power mode)

Postby ESP_LBB » Thu Sep 12, 2019 12:40 pm

Hi orlov127,

We estimate that 2500mAh can't support for 1 month with ESP-MESH function enabled. We would suggest that you can build the mesh network with some devices that has permanent power supply, these devices can be used to expande the network and allow them to forward the data from your camera devices. Then in this way the camera can be put in deep sleep mode when idle, and use ESP-NOW to send the data to the mesh device and forward to your server. With this solution the 2500mAh should sevive after 1 month.

thoraz
Posts: 27
Joined: Tue Jan 28, 2020 4:02 pm

Re: Mesh Power Management (low power mode)

Postby thoraz » Thu Jun 10, 2021 12:22 pm

ESP_LBB wrote:
Tue Sep 10, 2019 10:02 am
Hi orlov127,

Yes we are implementing light sleep+DFS+modem sleep, we are still testing its stability and functions, will release once it passes all the test.

But how long you wish the device can work with which kind of battery(2000 mAh ?) ?
Did you implement this feature in the end? I've started a project to develop a mesh connected to WiFi and I need a power-save mode like enter in deep sleep. I read about the esp_mesh_enable_ps function but I haven't found any documentation about it.

ThunderBark
Posts: 1
Joined: Wed Dec 01, 2021 4:34 am

Re: Mesh Power Management (low power mode)

Postby ThunderBark » Wed Dec 01, 2021 4:37 am

thoraz wrote:
Thu Jun 10, 2021 12:22 pm
ESP_LBB wrote:
Tue Sep 10, 2019 10:02 am
Hi orlov127,

Yes we are implementing light sleep+DFS+modem sleep, we are still testing its stability and functions, will release once it passes all the test.

But how long you wish the device can work with which kind of battery(2000 mAh ?) ?
Did you implement this feature in the end? I've started a project to develop a mesh connected to WiFi and I need a power-save mode like enter in deep sleep. I read about the esp_mesh_enable_ps function but I haven't found any documentation about it.
There is still no documentation about ESP-WIFI-MESH power saving and duty cycles. I don't understand how we supposed to know how to use this features.

Who is online

Users browsing this forum: No registered users and 24 guests