Add Pi Zero headless serial bridge with AP portal and daily RTC-based logs

This commit is contained in:
2026-02-11 21:16:23 +01:00
parent 7f0e872942
commit 6ee36ee45b
23 changed files with 1173 additions and 0 deletions

9
config/dnsmasq.conf Normal file
View File

@@ -0,0 +1,9 @@
interface=wlan0
bind-interfaces
dhcp-authoritative
dhcp-range=192.168.4.10,192.168.4.200,255.255.255.0,12h
dhcp-option=3,192.168.4.1
dhcp-option=6,192.168.4.1
address=/#/192.168.4.1
log-queries
log-dhcp

16
config/hostapd.conf Normal file
View File

@@ -0,0 +1,16 @@
interface=wlan0
driver=nl80211
ssid=serial
hw_mode=g
channel=6
ieee80211n=1
wmm_enabled=0
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=2
wpa_passphrase=serialserial
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
rsn_pairwise=CCMP
country_code=US