Unknown battery drain
-
@tbowmo Thanks for the info.
So here I have two questions. How do you power your node/radio ? how much days did it survive till now ?
-
Thanks all.
Actually @tbowmo i was asking about bootloader because I have opened another thread reagrding a problem where my node stops working sometimes when i use 1 Mhz. So i was asking what would it be the problem ? And what booloader + power supply technique do people use.
-
I'm powering my sensebenders (5 pcs) with 2xAA batteries, and they have been running for 2.5 years now, without changing batteries.
I think that this is a pretty decent battery life for a sensor :)
@tbowmo are they alkaline or lithuim ?
-
@tbowmo are they alkaline or lithuim ?
-
Alkaline, cheap "IKEA" batteries.. :)
My units reports around 60% battery capacity left (very unscientifically measurements)
About operating frequency. If you have a sleeping node, then you won't gain anything from using 1Mhz versus 8Mhz, on the contrary you might end up using more power, when using 1Mhz, than 8Mhz. Because the time that the MCU is awake is longer at 1Mhz, than at 8Mhz. Remember, that when the MCU is sleeping, the power usage is the same, regardless of what frequency the MCU is working at, because the oscillator is shut down.
at 8Mhz you would complete your operation quicker, and return to sleep mode again faster, than when running at 1Mhz.