This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to turn off WIFI and Bluetooth?
#1
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
Reply
#2
Add this to the bottom of your config.txt file:
dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt
Reply
#3
(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?
Reply
#4
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)