Outils pour utilisateurs

Outils du site


domotique:sensoripi

Sensoripi

sudo apt update
sudo apt full-upgrade
sudo nano /etc/dhcpcd.conf
:
interface <NETWORK>
static ip_address=<STATICIP>/24
static routers=<ROUTERIP>
static domain_name_servers=<DNSIP>

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
domotique/sensoripi.txt · Dernière modification : 2023/05/05 08:18 de ptitfrap