Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| report:abs [2026/02/26 09:42] – external edit 127.0.0.1 | report:abs [2026/05/28 13:20] (current) – team5 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Abstract ===== | ===== Abstract ===== | ||
| + | Connect is an interactive installation designed for metro carriages that addresses the growing phenomenon of digital isolation in urban public transit. Motivated by research demonstrating that perceived overcrowding increases loneliness while shared sensory experience reduces it, the project transforms the metro handrail from a passive structural element into an active interface for collective interaction. | ||
| + | |||
| + | The system operates across two phases. In Phase 1, Velostat pressure sensors embedded in handrail poles detect passenger grip and transmit events via a CAN bus network to a central ceiling node, which drives a WS2813 addressable LED strip to produce individual colour trails that blend across the shared ceiling. In Phase 2, a QR code near the exit doors links to a web platform where passengers can submit or read anonymous voice messages, with an intentional delay encouraging presence during the ride. | ||
| + | |||
| + | The hardware stack is built around ESP32-C3 microcontrollers and MCP2551 CAN transceivers, | ||
| + | |||
| + | Validation confirmed a CAN bus packet delivery ratio exceeding 99.9 %, end-to-end sensor-to-LED latency below 100 ms, and a System Usability Scale score of 86.59, placing the web interface in the Excellent category. All functional, performance, | ||