Power Optimization
Power optimization tips
Last updated
Was this helpful?
Power optimization tips
Last updated
Was this helpful?
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(), there are
HDMI
Bluetooth Add blow config in /boot/config.txt
Disable bluetooth related services
Other option can try which mentioned in
Disable USB Controller Disable USB controller
Enable USB controller
Disable on-board LEDs Add below config in /boot/config.txt
https://github.com/veerendra2/raspberrypi-homeserver/issues/43