OpenMarine
How to turn off WIFI and Bluetooth? - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: How to turn off WIFI and Bluetooth? (/showthread.php?tid=1607)



How to turn off WIFI and Bluetooth? - Ola_H - 2018-12-12

Hi

I would like the open plotter raspberry Pi to be completely silent, no radio transmission at al.
How do I do?
I use the RPI and the Moitessier hat

best wishes

Ola


RE: How to turn off WIFI and Bluetooth? - abarrow - 2018-12-12

Add this to the bottom of your config.txt file:
dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt


RE: How to turn off WIFI and Bluetooth? - Ola_H - 2018-12-15

(2018-12-12, 02:56 PM)abarrow Wrote: Add this to the bottom of your config.txt file:
dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt

Thanks.

Im new to RPI, Is this file executed at each startup of the RPI? where can I find it?


RE: How to turn off WIFI and Bluetooth? - jim321 - 2018-12-15

yes its used every startup
in a terminal

sudo nano /boot/config.txt

copy paste to the end of file

dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt

ctrl x
y
done