Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guide for Raspberry Pi Zero 2 W metal shield #2

Open
mrbpp opened this issue Apr 26, 2024 · 1 comment
Open

Add guide for Raspberry Pi Zero 2 W metal shield #2

mrbpp opened this issue Apr 26, 2024 · 1 comment

Comments

@mrbpp
Copy link

mrbpp commented Apr 26, 2024

Hey Parman,

I want to suggest that you add a guide for using the Raspberry Pi Zero 2 W metal shield.

You can give credit to this individual and link to his amazing guide: https://github.com/DesobedienteTecnologico/rpi_disable_wifi_and_bt_by_hardware

Also, you can remove the last four lines from the do_on_piZero.sh file:

sudo systemctl disable bluetooth.service

sudo systemctl disable hciuart

sudo rfkill block bluetooth

sudo rfkill block wifi

A better and more efficient approach is to add the following lines to the config.txt file located on the Micro SD card:

dtoverlay=disable-wifi
dtoverlay=disable-bluetooth
@ArmanTheParman
Copy link
Owner

ArmanTheParman commented Apr 26, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants