report:soa

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
report:soa [2026/04/25 18:17] – [2.5 Summary] team5report:soa [2026/05/16 20:36] (current) team5
Line 16: Line 16:
  
  
-=== 2.2.1 Interactive urban light installations ===+== 2.2.1 Interactive urban light installations ==
  
 Kinetic particles is an interactive art installation that connects human physical movement with digital projections [(kinetic_particles)]. By using cameras and deep learning technology, the system tracks the body movements of performers and audience members in real-time, as illustrated in Figure {{ref>fig:kinetac}}. This tracking data is then used to control words and letters that are projected onto the walls of the room. When people move, their gestures (like the speed of their wrists) act like a force that pushes the projected text around, turning the words into moving particles. The project is designed to be an immersive experience where multiple people can explore the connection between their physical actions and the digital environment, allowing them to collaborate and interact with each other. Kinetic particles is an interactive art installation that connects human physical movement with digital projections [(kinetic_particles)]. By using cameras and deep learning technology, the system tracks the body movements of performers and audience members in real-time, as illustrated in Figure {{ref>fig:kinetac}}. This tracking data is then used to control words and letters that are projected onto the walls of the room. When people move, their gestures (like the speed of their wrists) act like a force that pushes the projected text around, turning the words into moving particles. The project is designed to be an immersive experience where multiple people can explore the connection between their physical actions and the digital environment, allowing them to collaborate and interact with each other.
Line 30: Line 30:
  
  
-=== 2.2.2 Community stories ===+== 2.2.2 Community stories ==
  
 This article describes the project Keitai Trail in which researchers used mobile phones to collect and link personal stories from people in public spaces [(numa2009keitai)]. During an art festival, the researchers made a workshop, seen in Figure {{ref>fig:keitai}}. Here participants recorded short videos based on a specific question-and-answer game. Each person answered a question from a previous participant, shared a short story, and then posed a new question for the next participant. All these connected stories were then projected onto a large screen so that participants could view the entire network of videos. The aim was to change users' mindsets by using everyday mobile phones as creative means of expression rather than just for one-way communication [(numa2009keitai)]. 
 This article describes the project Keitai Trail in which researchers used mobile phones to collect and link personal stories from people in public spaces [(numa2009keitai)]. During an art festival, the researchers made a workshop, seen in Figure {{ref>fig:keitai}}. Here participants recorded short videos based on a specific question-and-answer game. Each person answered a question from a previous participant, shared a short story, and then posed a new question for the next participant. All these connected stories were then projected onto a large screen so that participants could view the entire network of videos. The aim was to change users' mindsets by using everyday mobile phones as creative means of expression rather than just for one-way communication [(numa2009keitai)]. 

Line 44: Line 44:
  
  
-=== 2.2.3 Participatory Public Art ===+== 2.2.3 Participatory Public Art ==
  
 This article outlines the evolution of materials used in public art and how new technologies have led to interactive and participatory installations [(publicartinstallations2014)]. The authors categorize art forms into static, dynamic, interactive, and participatory levels. In participatory forms, artists do not just create a final object; they design a platform that grows through the creative input of the public. The paper highlights several design cases to illustrate this concept. One example is "Strijp-T-ogether", an installation designed for a creative industrial area. It uses a mobile app where users can draw or add graphics to a photo of the main hall. These additions are then projected into the physical space and appear on other users' phones, encouraging people to react to each other's drawings and stimulating social interaction among individuals from different companies (see Figure {{ref>fig:strijp}}). Another example, "Leave Your Mark", uses projection mapping and a live camera feed to connect two different locations in a city, allowing a person walking by to see a stranger "drawing" on the installation elsewhere, aiming to increase feelings of inclusion and connectedness. This article outlines the evolution of materials used in public art and how new technologies have led to interactive and participatory installations [(publicartinstallations2014)]. The authors categorize art forms into static, dynamic, interactive, and participatory levels. In participatory forms, artists do not just create a final object; they design a platform that grows through the creative input of the public. The paper highlights several design cases to illustrate this concept. One example is "Strijp-T-ogether", an installation designed for a creative industrial area. It uses a mobile app where users can draw or add graphics to a photo of the main hall. These additions are then projected into the physical space and appear on other users' phones, encouraging people to react to each other's drawings and stimulating social interaction among individuals from different companies (see Figure {{ref>fig:strijp}}). Another example, "Leave Your Mark", uses projection mapping and a live camera feed to connect two different locations in a city, allowing a person walking by to see a stranger "drawing" on the installation elsewhere, aiming to increase feelings of inclusion and connectedness.
Line 59: Line 59:
 ==== 2.3 Research ==== ==== 2.3 Research ====
  
-=== 2.3.1 Loneliness in public spaces ===+== 2.3.1 Loneliness in public spaces ==
  
 A central motivation behind Connect is the observation that people in dense urban environments such as metro carriages, often feel more disconnected from those around them, not less. This paradox is supported by the research article “Lonely in a crowd” [(Hammoud2021)], who investigated the real-time relationship between loneliness and the social environment, published in Scientific Reports. Using a smartphone-based assessment method, 756 participants across multiple countries reported their momentary feelings of loneliness up to three times daily over 14 days, alongside observations about their immediate environment [(Hammoud2021)].  A central motivation behind Connect is the observation that people in dense urban environments such as metro carriages, often feel more disconnected from those around them, not less. This paradox is supported by the research article “Lonely in a crowd” [(Hammoud2021)], who investigated the real-time relationship between loneliness and the social environment, published in Scientific Reports. Using a smartphone-based assessment method, 756 participants across multiple countries reported their momentary feelings of loneliness up to three times daily over 14 days, alongside observations about their immediate environment [(Hammoud2021)]. 
Line 72: Line 72:
  
  
-=== 2.3.2 Microcontroller ===+== 2.3.2 Microcontroller ==
  
-The decision to use a microcontroller from the ESP32 family is supported by a comparative analysis of microcontroller platforms for IoT and embedded systems [(maier2017)]. The study evaluates the ESP32 against comparable boards and concludes that its combination of low cost, low power consumption, and compatibility with the Arduino development environment makes it well suited for sensor-driven embedded applications.+The decision to use a microcontroller from the ESP32 family is supported by a comparative analysis of microcontroller platforms for the Internet of Things (IoTand embedded systems [(maier2017)]. The study evaluates the ESP32 against comparable boards and concludes that its combination of low cost, low power consumption, and compatibility with the Arduino development environment makes it well suited for sensor-driven embedded applications.
  
 In Connect, the system is distributed across two types of nodes: sensor nodes embedded in each handrail pole, and a central ceiling node that drives the LED strip. Each node handles one task: either reading pressure input from the velostat sensor, or sending colour signals to the LED strip. A single-core microcontroller is sufficient for this, as no parallel processing is required at the node level. The ESP32 microcontroller can handle multiple tasks simultaneously [(maier2017)], which is not necessary for our project. Therefore we use the WEMOS mini, a development board based on the ESP32-C3 is used for this. It is a single-core RISC-V variant in the ESP32 family. This was chosen due to its compact form factor and lower power consumption compared to the dual-core original [(ESPRESSIF_C3_DATASHEET)]. In Connect, the system is distributed across two types of nodes: sensor nodes embedded in each handrail pole, and a central ceiling node that drives the LED strip. Each node handles one task: either reading pressure input from the velostat sensor, or sending colour signals to the LED strip. A single-core microcontroller is sufficient for this, as no parallel processing is required at the node level. The ESP32 microcontroller can handle multiple tasks simultaneously [(maier2017)], which is not necessary for our project. Therefore we use the WEMOS mini, a development board based on the ESP32-C3 is used for this. It is a single-core RISC-V variant in the ESP32 family. This was chosen due to its compact form factor and lower power consumption compared to the dual-core original [(ESPRESSIF_C3_DATASHEET)].
Line 82: Line 82:
 Maier et al. confirmed that the ESP32-C3 offers sufficient processing capacity for single-task embedded nodes at low power. In Connect, each Sensor Node performs only ADC polling and CAN transmission, while the Central Node only processes incoming CAN frames and drives LED output. No parallel processing is required at either node, making the single-core WEMOS C3 Mini the appropriate and cost-effective choice. Maier et al. confirmed that the ESP32-C3 offers sufficient processing capacity for single-task embedded nodes at low power. In Connect, each Sensor Node performs only ADC polling and CAN transmission, while the Central Node only processes incoming CAN frames and drives LED output. No parallel processing is required at either node, making the single-core WEMOS C3 Mini the appropriate and cost-effective choice.
  
-=== 2.3.3 Velostat sheet ===+== 2.3.3 Velostat sheet ==
  
 The decision to use velostat sheets for touch detection in the handrails of Connect is grounded in established research on flexible piezoresistive materials. Velostat is a polyethylene-carbon composite material that changes its electrical resistance in response to applied pressure. When compressed, the resistance decreases, producing a measurable electrical signal [(polym12122905)] The decision to use velostat sheets for touch detection in the handrails of Connect is grounded in established research on flexible piezoresistive materials. Velostat is a polyethylene-carbon composite material that changes its electrical resistance in response to applied pressure. When compressed, the resistance decreases, producing a measurable electrical signal [(polym12122905)]
Line 93: Line 93:
 Velostat is not perfectly linear and its sensitivity shifts with repeated use, as Dzedzickis et al. documented under cyclic loading conditions. The Sensor Node PCB addresses this directly: a 10 kΩ potentiometer on the board lets the sensitivity threshold be tuned physically during installation, without touching the firmware, which matters when grip pressure varies significantly between passengers. Velostat is not perfectly linear and its sensitivity shifts with repeated use, as Dzedzickis et al. documented under cyclic loading conditions. The Sensor Node PCB addresses this directly: a 10 kΩ potentiometer on the board lets the sensitivity threshold be tuned physically during installation, without touching the firmware, which matters when grip pressure varies significantly between passengers.
  
-=== 2.3.4 CAN Bus and MCP2551 transceiver ===+== 2.3.4 CAN Bus and MCP2551 transceiver ==
  
 Connect uses a distributed node architecture: each handrail pole contains an independent sensor node, and a central node at the ceiling receives their signals and controls the LED strip. Coordinating these nodes requires a communication protocol that can handle multiple transmitters on a shared line and remain reliable in an electrically noisy environment. Connect uses a distributed node architecture: each handrail pole contains an independent sensor node, and a central node at the ceiling receives their signals and controls the LED strip. Coordinating these nodes requires a communication protocol that can handle multiple transmitters on a shared line and remain reliable in an electrically noisy environment.
Line 99: Line 99:
 CAN (Controller Area Network) is a serial communication protocol originally developed for automotive applications, where multiple electronic control units must communicate reliably despite high levels of electrical interference [(BOZDAL)]. It is standardised under ISO 11898 and is widely used in embedded systems beyond the automotive industry, including industrial and building automation contexts [(ISO11898)]. Of particular relevance to Connect is CAN’s use of differential signalling: the bus carries each signal across two lines with opposite voltages, so interference affects both lines equally and is cancelled out at the receiver [(BOZDAL)]. This makes CAN significantly more robust against electromagnetic noise than single-ended alternatives, which is important in the context of a metro carriage. CAN (Controller Area Network) is a serial communication protocol originally developed for automotive applications, where multiple electronic control units must communicate reliably despite high levels of electrical interference [(BOZDAL)]. It is standardised under ISO 11898 and is widely used in embedded systems beyond the automotive industry, including industrial and building automation contexts [(ISO11898)]. Of particular relevance to Connect is CAN’s use of differential signalling: the bus carries each signal across two lines with opposite voltages, so interference affects both lines equally and is cancelled out at the receiver [(BOZDAL)]. This makes CAN significantly more robust against electromagnetic noise than single-ended alternatives, which is important in the context of a metro carriage.
  
-The MCP2551 is a high-speed CAN transceiver developed by Microchip Technology that implements the physical layer of the ISO 11898 standard [(MCP2551)]. It acts as the interface between the microcontroller's digital TX/RX pins and the differential CAN bus line. One unit is placed at each node both the sensor nodes in the poles and the central ceiling node.+The MCP2551 is a high-speed CAN transceiver developed by Microchip Technology that implements the physical layer of the ISO 11898 standard [(MCP2551)]. It acts as the interface between the microcontroller's digital Transmit (TXReceive (RXpins and the differential CAN bus line. One unit is placed at each node both the sensor nodes in the poles and the central ceiling node.
  
-A metro carriage is electrically hostile. Traction motors and power converters produce continuous EMI that would corrupt single-ended protocols like I2C or UART. Bozdal et al. document exactly this weakness in non-differential bus architectures, which is why Connect uses CAN throughout. +A metro carriage is electrically hostile. Traction motors and power converters produce continuous EMI that would corrupt single-ended protocols like Inter-Integrated Circuit (I2Cor Universal Asynchronous Receiver-Transmitter (UART). Bozdal et al. document exactly this weakness in non-differential bus architectures, which is why Connect uses CAN throughout. 
  
-=== 2.3.5 WS2812B addressable LED strip ===+== 2.3.5 WS2812B addressable LED strip ==
  
 The WS2812B is an individually addressable RGB LED component that integrates the control circuit and the RGB emitter into a single 5050-format package [(WORLDSEMI_WS2812B)]. Each unit contains a built-in driver IC that receives colour data, applies it to its own output, and passes the remaining data to the next unit in the chain via a single data line. This daisy-chain architecture The WS2812B is an individually addressable RGB LED component that integrates the control circuit and the RGB emitter into a single 5050-format package [(WORLDSEMI_WS2812B)]. Each unit contains a built-in driver IC that receives colour data, applies it to its own output, and passes the remaining data to the next unit in the chain via a single data line. This daisy-chain architecture
Line 123: Line 123:
  
 <table tab_products-table><caption>Products & Installations</caption> <table tab_products-table><caption>Products & Installations</caption>
 +<WRAP center round box 1200px>
 ^ Category ^ Technology/Medium ^ Interaction Type ^ Core Focus ^ Relevance to Connect ^ ^ Category ^ Technology/Medium ^ Interaction Type ^ Core Focus ^ Relevance to Connect ^
 | Kinetic Particles | Cameras, deep learning, digital projections | Real-time physical movement | Connecting physical movement with a digital environment | Proves that real-time visual feedback pulls people out of their digital bubbles | | Kinetic Particles | Cameras, deep learning, digital projections | Real-time physical movement | Connecting physical movement with a digital environment | Proves that real-time visual feedback pulls people out of their digital bubbles |
 | Keitai Trail | Mobile phones, large projection screens | Asynchronous (recording Q&A videos) | Collecting and linking personal stories | Supports the use of everyday devices to foster a sense of community | | Keitai Trail | Mobile phones, large projection screens | Asynchronous (recording Q&A videos) | Collecting and linking personal stories | Supports the use of everyday devices to foster a sense of community |
 | Participatory Installations (Strijp-T-ogether) | Mobile apps, projection mapping, live camera feeds | Real-time and asynchronous digital co-creation | Stimulating social interaction through a shared platform | Provides a theoretical framework for passengers co-creating their metro environment | | Participatory Installations (Strijp-T-ogether) | Mobile apps, projection mapping, live camera feeds | Real-time and asynchronous digital co-creation | Stimulating social interaction through a shared platform | Provides a theoretical framework for passengers co-creating their metro environment |
 +</WRAP>
 </table> </table>
  
 <table tab_research-table><caption>Research & Technical Literature</caption> <table tab_research-table><caption>Research & Technical Literature</caption>
 +<WRAP center round box 1200px>
 ^ Category ^ Method ^ Key Finding ^ Relevance to Connect ^ ^ Category ^ Method ^ Key Finding ^ Relevance to Connect ^
 | Hammoud et al. – Lonely in a Crowd | Smartphone-based ecological momentary assessment | Overcrowding increases loneliness; perceived inclusivity reduces it | Confirms the problem Connect aims to address | | Hammoud et al. – Lonely in a Crowd | Smartphone-based ecological momentary assessment | Overcrowding increases loneliness; perceived inclusivity reduces it | Confirms the problem Connect aims to address |
Line 137: Line 140:
 | Microchip Technology – MCP2551 | Component datasheet | Implements the ISO 11898 physical layer, acting as the interface between microcontroller and CAN bus | Justifies the choice of transceiver for each node in the system | | Microchip Technology – MCP2551 | Component datasheet | Implements the ISO 11898 physical layer, acting as the interface between microcontroller and CAN bus | Justifies the choice of transceiver for each node in the system |
 | WorldSemi – WS2812B | Component datasheet | Individually addressable RGB LED with integrated driver, controllable via a single data line | Justifies the choice of LED component for producing distinct, blendable colours on the ceiling | | WorldSemi – WS2812B | Component datasheet | Individually addressable RGB LED with integrated driver, controllable via a single data line | Justifies the choice of LED component for producing distinct, blendable colours on the ceiling |
 +</WRAP>
 </table> </table>
 ==== 2.5 Summary ==== ==== 2.5 Summary ====
 This chapter has reviewed existing installations, research, and technical literature relevant to Connect. Kinetic Particles and Strijp-T-ogether demonstrate that physical interaction driving real-time visual feedback can create a genuine sense of shared presence between strangers, while Keitai Trail shows that lowering the participation threshold through familiar everyday actions produces stronger community engagement. Both observations informed the two-phase structure of Connect: immediate ambient light response in Phase 1, and the delayed QR voice platform in Phase 2. This chapter has reviewed existing installations, research, and technical literature relevant to Connect. Kinetic Particles and Strijp-T-ogether demonstrate that physical interaction driving real-time visual feedback can create a genuine sense of shared presence between strangers, while Keitai Trail shows that lowering the participation threshold through familiar everyday actions produces stronger community engagement. Both observations informed the two-phase structure of Connect: immediate ambient light response in Phase 1, and the delayed QR voice platform in Phase 2.
  
-Hammoud et al. establish the core social motivation: proximity alone does not reduce loneliness, perceived inclusivity does. That finding is not just context for Connect, it is the reason the light output targets the shared ceiling rather than the individual pole, and why the blending of multiple passengers' colors is the central mechanic rather than a secondary feature.+Hammoud et al. establish the social motivation: that one needs to feel engaged with people around you to reduce the feeling of loneliness. That finding is not just context for Connect, it is the reason the light output targets the shared ceiling rather than the individual pole, and why the blending of multiple passengers' colors is the central mechanic rather than a secondary feature
 + 
 +The technical decisions is backed by research. Velostat handles pressure detection in the handrails because it is flexible, consistent under cyclic load, and manageable despite its non-linearity through the on-board potentiometer. CAN handles inter-node communication because the metro's EMI environment makes single-ended protocols unreliable. The WEMOS C3 Mini handles local processing because the node tasks are simple enough that a single-core microcontroller is sufficient and lower power. The WS2812B handles ceiling output because individual addressability from one data line maps directly onto the distributed node architecture.
  
-The technical decisions follow from documented constraints rather than preference. Velostat handles pressure detection in the handrails because it is flexible, consistent under cyclic load, and manageable despite its non-linearity through the on-board potentiometer. CAN handles inter-node communication because the metro'EMI environment makes single-ended protocols unreliable. The WEMOS C3 Mini handles local processing because the node tasks are simple enough that a single-core microcontroller is sufficient and lower power. The WS2812B handles ceiling output because individual addressability from one data line maps directly onto the distributed node architecture.+In the next chapter the team’work regarding project management is accounted for.
  • report/soa.1777137476.txt.gz
  • Last modified: 2026/04/25 18:17
  • by team5