Disable wifi and bluetooth RPI

From James's Wiki
Revision as of 19:18, 14 January 2018 by Ractive (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
sudo nano /boot/config.txt

add at the end:

# turn wifi and bluetooth off
dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt

source

https://www.raspberrypi.org/forums/viewtopic.php?t=138610