Generate hardware setup and wiring instructions for IC10 code. Use when user wants to know how to physically connect devices to use their IC10 scripts.
Generate complete hardware setup instructions including device connections, wiring diagrams, power requirements, and installation steps.
Use Task tool to spawn:
code-analyzer - Extract device information from codeUse Task tool to spawn:
hardware-guide - Create complete setup instructions with diagramsA complete hardware guide including:
When user asks for hardware setup:
Review the IC10 code
Launch code-analyzer to extract device info
Launch hardware-guide to create setup instructions
Present the complete guide including:
After setup guide is generated, present:
## Hardware Setup: [Script Name]
### Quick Summary
**Devices Needed**: X devices (list)
**Total Power**: XW (peak)
**Difficulty**: Beginner/Intermediate/Advanced
---
### Device Connections
| IC Port | Device | Connections Required |
|-----------|--------|-------------------|
| d0 | Gas Sensor | Logic cable + Power |
| d1 | Active Vent | Logic cable + Power + Atmos pipe |
...
### Wiring Diagram
[ASCII diagram showing physical setup]
### Power Analysis
| Device | Power Draw | Notes |
|---------|------------|--------|
| IC Housing | 10W | Always on |
| Gas Sensor | 5W | ... |
... | ... | ... |
| **Total** | **XXW** | Peak: XXW, Avg: XXW |
**Power Source**: Battery ≥ XXXW or Generator
### Installation Steps
#### Step 1: Device Placement
[ ] Place IC Housing...
[ ] Place Gas Sensor...
...
#### Step 2: Logic Connections
[ ] Connect Gas Sensor to IC d0...
...
#### Step 3: Power Connections
[ ] Power IC Housing...
...
#### Step 4: Test
[ ] Load script...
[ ] Test operation...