Scenario: Your team is launching a smart home energy monitor competing with Sense and Neurio. You have 8 months until a major trade show where buyers make purchasing decisions. Marketing says “we must launch at the show or lose the season.” Engineering says “we need 12 months minimum.” Who’s right?
Given:
- Team: 6 engineers (2 hardware, 2 firmware, 2 cloud backend)
- Target: Retrofit energy monitor clipping to breaker panel, measuring 24 circuits
- Competition: Already shipping products at $299
- Trade show: IoT World Conference (8 months away)
- Minimum viable product: Measure consumption, mobile app, real-time alerts
Step 1: Map Critical Path Activities
| Requirements + Market Research |
3 weeks |
None |
1 week |
| Hardware Prototype v1 (breadboard) |
4 weeks |
Requirements complete |
1 week |
| Hardware Prototype v2 (custom PCB) |
6 weeks |
v1 validation |
2 weeks |
| Firmware Core (measurement, WiFi) |
8 weeks |
Parallel with HW v2 |
2 weeks |
| Cloud Backend (data ingestion, API) |
6 weeks |
Parallel with firmware |
1 week |
| Mobile App v1 (iOS + Android) |
8 weeks |
Requires API complete |
2 weeks |
| FCC Certification (Part 15B) |
6 weeks |
Requires HW v2 complete |
3 weeks (high risk) |
| UL 61010 Safety Certification |
8 weeks |
Requires HW v2 complete |
4 weeks (high risk) |
| Pilot Testing (10 beta units) |
4 weeks |
All above complete |
1 week |
| Manufacturing Setup (500 units) |
6 weeks |
Pilot success |
2 weeks |
Critical path (longest dependency chain): Requirements → HW v2 → FCC → Manufacturing = 3 + 6 + 6 + 6 = 21 weeks MINIMUM without buffers With realistic buffers: 21 + 9 weeks buffer = 30 weeks (7.5 months)
Step 2: Identify Parallel Work Opportunities
- Firmware and Cloud Backend run parallel with HW v2 (saves 6 weeks)
- Mobile App starts after API spec locked, but overlap 2 weeks with API development (saves 2 weeks)
- FCC and UL run sequentially (can’t parallelize - same hardware under test)
Optimized timeline: 30 weeks - 8 weeks parallelization = 22 weeks (5.5 months)
Step 3: Reality Check - Certification Risks
FCC Part 15B failure rate for first submissions: ~40% for WiFi IoT devices - First test (6 weeks): 60% chance PASS, 40% chance FAIL - If fail: Hardware redesign (3 weeks) + Retest (6 weeks) = +9 weeks - Expected certification time: (0.6 × 6) + (0.4 × 15) = 3.6 + 6 = 9.6 weeks average
UL 61010 electrical safety (higher voltage = stricter): - First test (8 weeks): 50% chance PASS, 50% chance FAIL (hardware revision usually needed) - If fail: PCB revision (4 weeks) + Retest (8 weeks) = +12 weeks - Expected certification time: (0.5 × 8) + (0.5 × 20) = 4 + 10 = 14 weeks average
Revised timeline with risk: 22 weeks + 3.6 weeks (FCC buffer) + 6 weeks (UL buffer) = 31.6 weeks (7.9 months)
Step 4: Trade Show Deadline Analysis
8 months available = 34.7 weeks Realistic completion = 31.6 weeks Margin = 3.1 weeks buffer
Conclusion: FEASIBLE but tight. Success requires:
- No major setbacks: Single HW revision failure blows timeline
- Pre-compliance testing: Spend $3K on EMC pre-test at week 8 to catch issues early
- Parallel beta testing: Start pilot with pre-FCC units (disclosure to testers) to gather feedback
- Trade show strategy: If certifications delayed, demo “pre-production unit” with “shipping Q2” promise
Step 5: Scenario Planning
| Best Case (no cert failures) |
30% |
Ship 2 weeks before show |
Commit to launch |
| Expected Case (one cert failure) |
50% |
Ship day before show or day-after |
Commit with pre-orders, “ships in 2 weeks” |
| Worst Case (both certs fail) |
20% |
Miss show by 4-6 weeks |
Do NOT commit to launch. Demo prototype, take pre-orders, ship Q2 |
Final Decision: Commit to trade show demo + pre-orders, NOT full launch. Marketing gets visibility, engineering gets buffer.
Rationale:
- 50% chance of launching on-time
- 30% chance of launching early (bonus)
- 20% risk of 4-6 week delay (acceptable with pre-orders)
- Avoids the disaster scenario: Promising launch, then missing it (kills credibility)
Key Insight: Trade shows drive demos, not delivery dates. “Available for pre-order, shipping Q2” is nearly as effective as “buy now” for generating leads.