RS-1 Quick Start (Developer)
RS-1 firmware is in specification phase. The commands below are the current placeholders from the repo README and will evolve as firmware implementation lands.
Prerequisites (Verified)
Section titled “Prerequisites (Verified)”- ESP-IDF 5.x
- Python 3.9+
- USB-C cable (CH340N USB-UART bridge on-board)
Build + Flash (Early)
Section titled “Build + Flash (Early)”From rs-1/README.md:
# Build firmwareidf.py build
# Flash to deviceidf.py -p /dev/ttyUSB0 flashRecommended Reading
Section titled “Recommended Reading”rs-1/docs/firmware/README.mdfor HardwareOS architecturers-1/docs/contracts/PROTOCOL_MQTT.mdfor device-cloud topicsrs-1/docs/testing/VALIDATION_PLAN_RS1.mdfor validation metrics
Sources
Section titled “Sources”rs-1/README.mdrs-1/docs/firmware/README.mdrs-1/docs/contracts/PROTOCOL_MQTT.mdrs-1/docs/testing/VALIDATION_PLAN_RS1.md