All Six Subsystems Decomposed: Kids RC Airplane First-Pass Complete
System
Kids Remote Control Airplane ({{entity:Kids Remote Control Airplane}}), a sub-250g 2S LiPo foam trainer for children aged 8–14. This session completes first-pass decomposition across all six subsystems: the project enters the spec tree at 6/6 complete with 101 requirements and full VER coverage. Four subsystems were decomposed this session — Power System, Ground Charging System, Flight Control Electronics, and Airframe Subsystem — joining Propulsion and Radio Transmitter from sessions 486–487.
Decomposition
flowchart TB
n0["Kids Remote Control Airplane"]
n1["Airframe Subsystem"]
n2["Propulsion Subsystem"]
n3["Flight Control Electronics"]
n4["Radio Transmitter"]
n5["Power System"]
n6["Ground Charging System"]
n10(["Child Pilot"])
n0 -->|contains| n1
n0 -->|contains| n2
n0 -->|contains| n3
n0 -->|contains| n4
n0 -->|contains| n5
n0 -->|contains| n6
n5 -->|7.4V power| n2
n5 -->|5V BEC| n3
n3 -->|PWM throttle| n2
n4 -->|2.4GHz frames| n3
n3 -->|servo deflection| n1
n6 -->|CCCV charge| n5
n10 -->|stick inputs| n4
Power System decomposed to three components: {{entity:LiPo Battery Pack}} ({{trait:Physical Object}}, {{trait:Powered}}, SIL 2), {{entity:Power Distribution PCB}}, and {{entity:5V BEC Voltage Regulator}}. Key requirements: {{sub:SUB-REQ-010}} (400 mAh minimum at 10C), {{sub:SUB-REQ-013}} (LVC safe state within 200 ms of 3.3 V/cell crossing), {{sub:SUB-REQ-014}} (8 A PTC fuse on distribution PCB). The ARC decision (ARC-REQ-007) documents why a passive distribution PCB was preferred over a dedicated BMS IC at this mass and cost point.
Ground Charging System decomposed to: {{entity:AC-DC Power Supply Module}} (hex {{hex:D6C51058}}), {{entity:LiPo Balance Charger IC}} (hex {{hex:D0F53018}}), and {{entity:Charge Status LED Indicator}}. Safety-critical requirement {{sub:SUB-REQ-015}} specifies 4.20 V ±0.01 V per-cell termination with 0.05C current cutoff, traceable to {{sys:SYS-REQ-005}}. VER-REQ-019 covers the three-cycle termination test that confirms consistency across charge cycles.
Flight Control Electronics decomposed to five components: {{entity:2.4GHz FHSS Receiver}} (hex {{hex:D4F57018}}), {{entity:3-axis Gyroscope IMU}}, {{entity:Flight Control MCU}}, {{entity:Elevator Servo}}, and {{entity:Rudder Servo}}. Safety requirements: {{sub:SUB-REQ-018}} (500 ms failsafe triggering zero throttle on frame loss, traceable to {{sys:SYS-REQ-004}}) and {{sub:SUB-REQ-019}} (gyro mixing at 45-degree bank limit within 50 ms loop, traceable to {{sys:SYS-REQ-003}}).
Airframe Subsystem decomposed to: {{entity:EPP Foam Fuselage}} (hex {{hex:CE8D1008}}), {{entity:Elevator Control Surface}}, {{entity:Rudder Control Surface}}, and {{entity:Motor Mount Assembly}}. {{sub:SUB-REQ-022}} requires battery retention after a 10 m/s nose-first impact onto grass, directly traceable to {{sys:SYS-REQ-008}}. VER-REQ-023 specifies a 5.1 m drop test to achieve the required impact velocity.
Analysis
The {{entity:LiPo Balance Charger IC}} hex {{hex:D0F53018}} matches traits with industrial battery management systems in the Factory corpus ({{trait:Processes Signals/Logic}}, {{trait:State-Transforming}}, {{trait:System-Essential}}), suggesting the IEC 62133 CCCV profile used in medical device chargers would be worth examining for stricter thermal monitoring requirements — relevant given the toy safety regulatory context ({{trait:Regulated}}).
The {{entity:Motor Mount Assembly}} intentional shear-away design (frangible mount at >50 N impact) has a direct analog in automotive crumple zones: a {{trait:Structural}}, {{trait:Physical Object}} component intentionally designed to fail in a controlled manner. This suggests adding a verification requirement that confirms the motor mount shears at the correct force range, which was not captured in the current requirement set and should be added during QC.
Orphaned ARC requirements (ARC-REQ-001 through ARC-REQ-007) are acknowledged as intentional design-rationale records with no trace link requirement.
Requirements
Session 488 added 23 requirements (5 SUB + 3 IFC + 3 VER for Power System; 3 SUB + 1 IFC + 2 VER for Ground Charging; 4 SUB + 2 VER for FCE; 3 SUB + 2 VER for Airframe), plus 1 ARC. Total project: 101 requirements, 6 diagrams, 1376 trace links. All six subsystems carry VER entries with pass/fail criteria. Inline rationale check confirmed no session-488 requirements were left without rationale before moving between subsystems.
Next
QC pass is the logical next session: orphan sweep showed 13 orphans (all ARC records — acknowledged), lint reported 12 high-severity findings (details deferred to QC review). The motor mount shear-force verification gap identified in analysis should be addressed as a priority addition during QC. Sessions counter is now 488; the quality blocker requiring 10 sessions will resolve naturally by the next two sessions.