I decided to make this after seeing in my area many people visiting houses and touching the doorbell without washing their hands, and we have to clean the button again and again.So I decided to make it Touch-less.
Project Overview
"Proximity-Pulse" is a rigorous implementation of Acoustic Time-of-Flight (ToF) Forensics and Touchless HMI Orchestration. Developed as a technical response to the COVID-19 biohazard crisis, this project replaces traditional mechanical doorbell switches with a purely ultrasonic proximity-trigger system. The system features a deterministic logic-engine that monitors a defined spatial "Detection Zone," triggering a percussive acoustic alert when a physical presence is detected within a specific distance threshold. The build emphasizes hygiene-by-design through absolute hardware-abstraction of physical contact points.
Technical Deep-Dive
- Ultrasonic Proximity & ToF Forensics:
- The Echo-Pulse Logic Diagnostics: The HC-SR04 sensor operates by dispatching a $40\text{kHz}$ ultrasonic burst. Forensics involve measuring the precise duration $(\Delta t)$ between the trigger-pulse and the echo-reception. By applying the atmospheric speed-of-sound constant $(\approx 343\text{m/s})$, the Arduino Nano calculates the distance $(d)$ to the visitor. The diagnostics focus on achieving centimeter-precision to ensure reliable "Touchless" activation.
- Threshold-Window Heuristics: To prevent false-positives from passing vehicles or pets, the system implements a Deterministic Trigger-Window Diagnostic. Activation is only authorized when the detected distance falls within a calibrated range $(\text{e.g., } 5\text{cm} < d < 20\text{cm})$, effectively ignoring ambient environmental harmonics.
- Acoustic Telemetry & Buzzer Orchestration:
- The Percussive Tone Harmonics: Upon successful proximity-validation, the logic-engine executes a high-frequency buzzer pulse. Forensics into the
tone()modulation enable the generation of a recognizable "Ding-Dong" or single-tone chime, providing instantaneous HMI feedback to the user. - Asynchronous Re-Trigger Diagnostics: To prevent continuous buzzer-cycling while a visitor remains in the detection zone, the orchestration includes a Temporal Hysteresis Lock-out. This forensics ensures that the doorbell only triggers once per approach, resetting only after the proximity-pulse confirms the departure of the subject.
- The Percussive Tone Harmonics: Upon successful proximity-validation, the logic-engine executes a high-frequency buzzer pulse. Forensics into the
Engineering & Implementation
- Biohazard Mitigation & HMI Heuristics:
- Non-Contact Logic Forensics: By removing the physical push-button, the system eliminates the primary vector for pathogen transmission in communal domestic entryways. Forensics into the sensor-placement ensure that the ultrasonic field-of-view $(\text{FoV})$ is optimized for standard human interaction heights.
- Visual-Status Heartbeat: The Arduino Nano's internal 'L' LED is orchestrated as a photonic diagnostic heartbeat, indicating that the ToF polling loop is active and ready for proximity ingestion.
- Structural Integration & Power Integrity:
- The compact footprint of the Arduino Nano allows the entire diagnostic node to be integrated into existing doorbell housings. Forensics into the $5\text{V}$ power-rail ensure that the high-current demands of the ultrasonic transceiver do not induce logic-latency during trigger events.
Conclusion
Proximity-Pulse represents the pinnacle of Sanitary Engineering. By mastering Ultrasonic ToF Forensics and Touchless HMI Orchestration, soicalwork12 has delivered a robust, professional-grade security tool that provides absolute physical-safety through mathematical precision.
Contactless Clarity: Mastering proximity telemetry through ultrasonic forensics.