sudomesh / gardenmesh

a mesh for your garden
GNU General Public License v2.0
9 stars 2 forks source link

make gardenmesh node more energy efficient #8

Open jhpoelen opened 7 years ago

jhpoelen commented 7 years ago

To help do make #6 work - we need to make the gardenmesh nodes a little more efficient.

@gcgallo - what are the requirements for this?

paidforby commented 7 years ago

good reference for sleep modes https://www.losant.com/blog/making-the-esp8266-low-powered-with-deep-sleep

paidforby commented 7 years ago

Got deep sleep mode working, but device starts transmitting junk data when the battery starts dying, need create some way of checking battery level and have it stop trying to transmit at a certain level. Could be part of battery protection referenced in #11 ?