Power Optimization
Power optimization tips
Disable unused resources on Raspberry PI in order to reduce power consumption. Right now, ansible playbook is written to provide option to disable below resources(tasks/prepare-pi.yml#L85-L109), there are
HDMI
Bluetooth Add blow config in
/boot/config.txt
Disable bluetooth related services
Other option can try which mentioned in this blog
Disable USB Controller Disable USB controller
Enable USB controller
Disable on-board LEDs Add below config in
/boot/config.txt
Reference
https://github.com/veerendra2/raspberrypi-homeserver/issues/43
Last updated
Was this helpful?