Capture and validate with pass/fail criteria.
procedure.yaml: defines two phases with measurement validatorsphases/measure_voltage.py: records output voltage (4.8–5.2 V)phases/measure_temperature.py: records ambient temperature (20–30 °C)pyproject.toml: uv-managed Python project
- Sign up for a free TofuPilot account at tofupilot.app.
- Open the New Procedure flow in the dashboard and clone this template.
- Follow the dashboard's instructions to set up a station and run the procedure.
For deeper guides, see the TofuPilot docs.
.
├── procedure.yaml
├── phases/
│ ├── measure_voltage.py
│ └── measure_temperature.py
├── pyproject.toml
└── README.md
