The CONNECT and share project successfully demonstrated the feasibility of transforming a standard metro carriage into a participatory space, counteracting digital isolation through ambient light interaction and asynchronous text messaging. Evaluated against the core objectives defined in Section 1.4, the primary functional milestones were achieved within the scope of the development environment.
The technical core of the distributed network was validated. The implemented two-node benchtop prototype proved the viability of pressure detection via custom air-gap Velostat sensors, bidirectional CAN bus communication between standard ESP32 nodes, and real-time RGB LED feedback via a 1-meter Seeed WS2813 strip. The ADC infrastructure mapped the compression curves reliably, and the CAN network achieved a 100% packet delivery ratio under laboratory conditions. Although the physical calibration potentiometer was bypassed for a optimized fixed resistor in the final bench layout, the stateless, interrupt-driven firmware architecture was fully validated, demonstrating correct deep-sleep transitions and the capacity to scale to an 11-node network without firmware modifications.
Key performance and structural metrics were successfully satisfied. End-to-end latency from initial touch to LED response was verified below the 100 ms threshold. While high-voltage rails were omitted from the bench setup, the continuous 5V loop maintained an end-of-line voltage above 4.7V under full load, with the enclosure surface temperature remaining safely below 50 °C. Structural safety was verified through Finite Element Analysis (FEA) within SimScale, confirming that peak Von Mises stresses under a 100 N force vector remain securely below the elastic yield threshold of the polymer.
Software testing passed in full validation. CAD integration models confirmed zero mechanical interference between components while maintaining the target 5 mm clearance. In software simulations, the CAN arbitration logic correctly prioritized critical node IDs during forced frame collisions, and the animation algorithms ran continuously for 24 hours without memory leaks or buffer overflows. Additionally, the heartbeat timeout detection logic triggered within 500 ms of a simulated CAN failure, successfully switching the LED output to a static safety white state.
The web platform reached a fully deployable state. The Supabase database and Next.js backend demonstrated high scalability during load testing, sustaining 1000 concurrent requests with a zero error rate and a mean write latency of 195.77 ms. All five Jest unit test cases covering the API routes passed successfully in 0.277 seconds.
The System Usability Scale (SUS) evaluation yielded an “Excellent” mean score of 86.59 across 11 participants, proving the interface is highly intuitive. User acceptance testing (UAT) confirmed that non-technical participants successfully identified the interaction zones without instructions, reported no glare or eye strain under the diffuser profile, correctly associated the light animations with the system states, and successfully triggered the interaction across a wide range of tested heights and hand strengths.
The complete physical prototype was delivered within the 100 EUR budget constraint at a total cost of 97.92 EUR.
As a deliberate functional reduction for laboratory validation, several gaps remain between the ideal designed solution and the implemented prototype:
Future iterations must focus on transitioning the validated benchtop architecture into a rail-compliant deployment: