Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials_sleep [2018/08/24 06:59] theo |
tutorials_sleep [2018/08/24 07:01] (current) theo |
||
---|---|---|---|
Line 3: | Line 3: | ||
We want to collect data from sensors and then periodically send packets of data. When we do not want to do this at a high frequency, we have some dead times. This leads to high energy consumption, which can have a significant impact on the battery life of sparrow when it is powered by a battery. | We want to collect data from sensors and then periodically send packets of data. When we do not want to do this at a high frequency, we have some dead times. This leads to high energy consumption, which can have a significant impact on the battery life of sparrow when it is powered by a battery. | ||
+ | |||
+ | You can download SleepLibrary code from [[https://github.com/TheodorUngureanu/SparrowV/tree/master/SleepLibrary|here]]. | ||
Bellow you can see and example on how to use sleep library. | Bellow you can see and example on how to use sleep library. |