You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Fri, 26 Apr 2024, 8:31 pm mrbpp, ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#2>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASQCCX7KTRGUGKRFYRIBSZLY7IUHXAVCNFSM6AAAAABG2Q6DTWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3DKNBZGU4TOMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
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:
A better and more efficient approach is to add the following lines to the config.txt file located on the Micro SD card:
The text was updated successfully, but these errors were encountered: