Sensoripi sudo apt update sudo apt full-upgrade sudo nano /etc/dhcpcd.conf : interface static ip_address=/24 static routers= static domain_name_servers= Disable BT to restore Hardware UART sudo nano /boot/config.txt : # Disable Bluetooth dtoverlay=disable-bt sudo systemctl disable hciuart.service sudo systemctl disable bluealsa.service sudo systemctl disable bluetooth.service Install RaspAP Set Wifi Country in raspi-config > Localisations curl -sL https://install.raspap.com | bash