Raspberry pi

Low power

Existen diferentes comandos que nos ayudan al uso de la Raspberry pi:

-> Bajar el Consumo:

Si no se utiuliza la salida HDM, nos podemos ahorrar 20 mA:

sudo tvservice --off

Si no se utiuliza el Wifi y el bluetooth, lo podemos bloquear de forma permanente:

sudo rfkill block all

Si no se utiuliza el bluetooth:

sudo systemctl disable bluetooth
sudo service bluetooth stop
sudo systemctl disable hciuart
sudo service hciuart stop
{{ message }}

{{ 'Comments are closed.' | trans }}