23 lines
534 B
Markdown
23 lines
534 B
Markdown
# DD3 LoRa Bridge Raspi Debugger
|
|
|
|
Headless Raspberry Pi Zero W project:
|
|
- WiFi client or fallback AP (`serial` / `serialserial`)
|
|
- Web portal (`http://192.168.4.1/` in AP mode)
|
|
- ESP32 USB serial bridge with live SSE stream and daily log files (`/home/pi/xxx_YYYY-MM-DD_HH-MM-SS.log`)
|
|
- Stable symlink to active log (`/home/pi/xxx.log`)
|
|
- RTC boot restore + NTP sync + RTC write-back
|
|
- Autostart via systemd
|
|
|
|
## Quick install (on Raspberry Pi)
|
|
|
|
```bash
|
|
chmod +x install.sh
|
|
sudo ./install.sh
|
|
```
|
|
|
|
Then reboot:
|
|
|
|
```bash
|
|
sudo reboot
|
|
```
|