Turn off the WiFi and Bluetooth on the Raspberry Pi 3B+
Turning off the WiFi and Bluetooth will save around 30 mA on the Raspberry Pi 3B+.
Below are the commands to turn them off and on.
Turn WiFi OFF:
sudo rfkill block wifi
Turn WiFi ON:
sudo rfkill unblock wifi
Turn Bluetooth OFF:
sudo rfkill block bluetooth
Turn Bluetooth ON:
sudo rfkill unblock bluetooth
To check the power status of WiFi and Bluetooth:
sudo rfkill list all
Below are the commands to turn them off and on.
Turn WiFi OFF:
sudo rfkill block wifi
Turn WiFi ON:
sudo rfkill unblock wifi
Turn Bluetooth OFF:
sudo rfkill block bluetooth
Turn Bluetooth ON:
sudo rfkill unblock bluetooth
To check the power status of WiFi and Bluetooth:
sudo rfkill list all
Comments
Post a Comment
Thank you for visiting Almost a Technocrat. Due to many spam comments, your comment will be moderated.