- PlatformIO (VS Code extension recommended) or PIO Core CLI
- USB drivers for Teensy 4.1 and ESP32-S3 (Seeed XIAO)
Open the repository root (the folder that contains platformio.ini) as the PlatformIO project root.
| Goal | Environment | Main doc |
|---|---|---|
| Flight / lab DAQ on Teensy | teensy |
Teensy DAQ |
| Ground LoRa ↔ USB bridge | gscesp |
GSC ESP |
| Relay + LoRa receiver ESP | tsesp |
Torito ESP |
Edit platformio.ini: set upload_port and monitor_port for your OS (e.g. Windows COM#, Linux /dev/ttyACM0). Details: Environments.
pio run -e teensy -t uploadReplace teensy with gscesp or tsesp as needed.
Default baud rate in this project is 115200 for USB serial on all three targets.
- System overview — how pieces connect
- Configuration headers — addresses and LoRa IDs
- Roadmap — open engineering items