tock / tock-sensortag

Port of Tock for the TI SensorTag (unfortunately no MPU)
Other
6 stars 5 forks source link

Sleep modes [WIP] #1

Closed cpluss closed 6 years ago

cpluss commented 6 years ago

Overview

This is a WIP branch & PR to add support for different sleep modes in the cc26x0 for the SensorTag. The goal is to be able to reduce the energy consumption when waiting for interrupts (ie. idling).

NOTE: this branch depends on PR https://github.com/helena-project/tock/pull/885

TODO

Future work

cpluss commented 6 years ago

@alevy , Filip (@filipni) managed to disable the temperature sensor, and configure the gpio pins correctly for each of the external sensors (pull up, pull down, etc); we're now at ~18uA in deep sleep with AUX disabled, and ~95uA with AUX enabled :)