jbrusey / cogent-house

Cogent House is a system for sensing temperature, humidity, CO2, Air Quality, VOC, hot water consumption, and electricity consumption within the home. It has been developed by the [http://cogentcomputing.org Cogent Computing Applied Research Centre] at Coventry University. Cogent House is developed using TinyOS and Python.
4 stars 2 forks source link

low battery does not cause the node to power down #102

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. have a low battery

What is the expected output? What do you see instead?
expect node to stop reporting
instead node keeps going

Please use labels and text to provide additional information.
Probably due to the fact that not all timers are cancelled in powerDown(); is 
there a "halt" instruction for the telosb?

Original issue reported on code.google.com by james.br...@gmail.com on 17 Oct 2014 at 2:02