Project

General

Profile

Feature #32

Updated by Emmanuel Jubera [SAFT] over 1 year ago

Explore ways of decreasing the electricity consumption of the SolidSense board. 

 1) CPU frequency policy can be ajusted to "on demand" (powersave mode) 

 `echo ondemand > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor` 

 2) switch off unused chips at boot time ? 

 3) put the SolidSense in sleeping mode for a given time or until wake-up is triggered ? 

 4) ... 3)... ?

Back