Hardware Setup Guide
- Flash Raspberry Pi OS Lite to SD card with Raspberry Pi Imager.
- Enable SSH by placing an empty `ssh` file on the boot partition.
- Create `wpa_supplicant.conf` on boot for Wi-Fi provisioning.
- Boot device and SSH in: `ssh pi@raspberrypi.local`.
- Install deps: `sudo apt update && sudo apt install -y python3-venv python3-pip`.
- Clone your project and create a dedicated virtual environment.
Alternative TinyML path: ESP32-S3 is supported for lower-power deployments. See `DEVICE_DEPLOYMENT/setup_hardware.md` for firmware flow.