ikeyasu / switchdevice-milkcarton-1

MIT License
0 stars 0 forks source link

make more battery life #5

Open ikeyasu opened 9 years ago

ikeyasu commented 9 years ago

make more battery life

ikeyasu commented 9 years ago

http://community.spark.io/t/sparkcore-battery-life/462/3

ikeyasu commented 9 years ago

http://docs.spark.io/firmware/#spark-sleep

Spark.sleep(5);
Spark.sleep(SLEEP_MODE_DEEP,60);

In standard sleep mode, the Core current consumption is in the range of: 30mA to 38mA In deep sleep mode, the Core current consumption is around: 3.2 μA