You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to increase battery lifetime for an animal tracker and startet with the T-Impulse Demo application. The device should determine its position approx. every 10 minutes and send it via LoRaWAN. Currently the device battery lasts only a few hours (with display switched off) before it has to be recharged.
Apparently there are many possibilities to save energy but I am not sure if these will be promising.
E.g. GPS has a low power mode but it might be better to disable the GPS chip at all during pause because a cold start after some minutes can be more energy-saving than keeping the chip in a "sleeping" state. There are sleep and deepSleep modes of the MCU but for me it's not clear if the GPS is disabled during sleep modes.
So my questions are:
Is GPS active while MCU is in LowPower.sleep() or LowPower.deepSleep() ?
Should I disable GPS or send it to sleep?
Should I try to initialise the GPS with RTC date/time to do hot positioning?
Is GPS UART and interrupt wakeup a problem during deepSleep?
Are there are concrete tipps to increase battery lifetime for such an application?
Thx,
Thorsten
The text was updated successfully, but these errors were encountered:
I am trying to increase battery lifetime for an animal tracker and startet with the T-Impulse Demo application. The device should determine its position approx. every 10 minutes and send it via LoRaWAN. Currently the device battery lasts only a few hours (with display switched off) before it has to be recharged.
Apparently there are many possibilities to save energy but I am not sure if these will be promising.
E.g. GPS has a low power mode but it might be better to disable the GPS chip at all during pause because a cold start after some minutes can be more energy-saving than keeping the chip in a "sleeping" state. There are sleep and deepSleep modes of the MCU but for me it's not clear if the GPS is disabled during sleep modes.
So my questions are:
Thx,
Thorsten
The text was updated successfully, but these errors were encountered: