PLANT (living system) │ ├── Bioelectrical signal → Pocket Scion │ │ │ → Computer (Pure Data / Web Audio / TouchDesigner) │ ├── Soil moisture → Arduino (A1) │ HUMAN (interaction) │ └── Heartbeat sensor (MAX30102) → Arduino (I2C) ──────────────────────────────────── ARDUINO (microcontroller) │ ├── Reads environmental + human data ├── Classifies system state (DRY / OK / WET) └── Sends control signals to actuators ──────────────────────────────────── ACTUATION SYSTEM │ ├── Pneumatic system │ ├── Motor driver │ ├── Pumps │ └── Valve (MOSFET controlled) │ ├── Light system │ └── NeoPixel LED strip │ └── Sound / Visual system └── Computer (generative audio + visuals) ──────────────────────────────────── OUTPUT (artificial organism) │ ├── Soft robotic flower (movement) ├── Light behaviour (LED) └── Soundscape / videoscape ──────────────────────────────────── SYSTEM LOGIC Plant → defines baseline system state Human → introduces temporary modulation System → translates signals into movement, light and sound → Feedback loop between plant, human and artificial system