กลับไปหน้ารวมไฟล์
touch-free-elevator-ef162e-en.md

Project Overview

"Opto-Panel" addresses a critical Bio-Hazard Mitigation challenge in high-traffic urban environments: the physical elevator button. As a primary vector for viral transmission, the elevator interface requires a non-invasive, low-cost retrofit. This project utilizes an Infrared Beam-Interruption matrix, creating a virtual "Hollow Button" frame that detects finger presence through optical forensics, effectively digitizing the physical selection process without requiring tactile contact.

Technical Deep-Dive

  • IR Beam-Interruption Forensics:
    • The Disconnection Trigger: Unlike proximity sensors that rely on bounce-back reflection (which is prone to surface-color errors), Opto-Panel uses a direct-alignment Emitter-to-Receiver path. When a finger enters the frame, it physically occludes the IR beam.
    • Spatial Redundancy: To ensure stability and prevent accidental triggers from small dust particles or partial occlusions, the design utilizes 3 parallel IR pairs per button. The software processes these as a single logical unit, requiring a majority-interruption state to confirm a "Floor Selection."
  • Modular HMI Architecture:
    • Geometric Alignment: The 3D-printed frame is engineered as a "Block" that fits over existing elevator hardware. This forensics allows the original button's feedback light to remain visible through the frame, maintaining the User Feedback Loop while isolating the user from the physical surface.
    • Analog-to-Digital Mapping: The photodiodes are connected to the Arduino Nano's analog pins. The firmware monitors voltage drops; a significant drop indicates beam interruption. For larger arrays (more than 8 floors), the architecture is designed to scale via 74HC165 Shift Registers or analog multiplexers to resolve ADC pin-count limitations.
  • Opto-Electrical Calibration:
    • Ambient Light Filtering: To prevent interference from elevator cabin lighting, the IR emitters are driven with a specific current to maximize signal-to-noise ratio at the photodiode junction. The 220-ohm resistor ensures the emitters operate within their narrow-beam 15° efficiency band.

Engineering & Implementation

  • Retrofit Logistics:
    • Step 1: Metric Forensics. Measure the physical diameter and pitch of the target elevator buttons.
    • Step 2: Chassis Printing. Print the modular frames in opaque PLA/ABS to prevent "Light Leakage" from neighboring units.
    • Step 3: Bus Wiring. Solder the IR pairs in parallel banks for power efficiency, routing the signal lines to a centralized Nano node mounted in a secondary enclosure.
  • Interface Interlocking:
    • The Arduino Nano acts as a "Secondary Controller." When it detects a valid interruption, it triggers an opto-isolated relay or transistor connected to the elevator's internal control board, simulating a physical button press.

Conclusion

Opto-Panel demonstrates the viability of Contactless Infrastructure. By mastering Optical Beam-Interruption and Modular Mechatronic Design, developers can create professional-grade, fail-safe interfaces that protect public health through robust embedded forensics and non-invasive hardware retrofitting.


Optical Immunity: Conquering the germ-vector through IR forensics.

ข้อมูล Frontmatter ดั้งเดิม

title: "Opto-Panel: Contactless Elevator HMI Forensics"
description: "A post-pandemic mechatronic retrofit featuring IR beam-interruption logic, modular 3D-printed housing, and redundant photodiode arrays for fail-safe contactless floor selection."
author: "vf31jgj"
category: "Wearables, Health & Fitness"
tags:
  - "contactless-hmi"
  - "ir-proximity"
  - "post-covid-design"
  - "modular-robotics"
  - "human-machine-interface"
  - "3d-printing"
views: 6915
likes: 2
price: 299
difficulty: "Intermediate"
components:
  - "1x Arduino Nano R3 (Central Processing Node)"
  - "3x Infrared Emitters (940nm, Narrow Beam 15°)"
  - "3x Photodiodes (Match Frequency to Emitter)"
  - "1x 220 Ohm Resistor (Current Limiter for Emitter Array)"
  - "1x Custom 3D Printed Frame (Optical Alignment Chassis)"
tools:
  - "3D Printer"
  - "Soldering Station"
apps:
  - "Arduino IDE"
downloadableFiles:
  - "https://projects.arduinocontent.cc/9ec82a43-88f1-4458-9586-886d1ac13c1e.ino"
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/touch-free-elevator-ef162e_cover.jpg"
lang: "en"