The Building Touchless Arduino Doorbell system operates by integrating chemical detection with microcontroller logic to trigger an audible alert without requiring physical contact. At the core of the circuit is the MQ-3 Alcohol Sensor, which monitors the air for specific volatile organic compounds like alcohol vapors typically found in hand sanitizers. When a user brings their freshly sanitized hands close to the sensor, the MQ-3 detects the elevated vapor concentration and outputs a corresponding analog voltage signal to the Arduino Uno. The Arduino Uno processes this incoming analog signal, evaluating whether it crosses a predefined threshold programmed via the Arduino IDE. Upon confirming a valid detection event, the microcontroller sends a control signal to the IC-ULN2003 Darlington transistor array, which provides the necessary current amplification to switch the 5V Relay safely. The energized relay acts as an electrically operated switch that completes the higher-voltage circuit, allowing power from the 12V 2A adapter to activate the Electric Doorbell. Simultaneously, an LED paired with a 220 Ohm Resistor illuminates on the breadboard to provide a clear visual confirmation that the touchless trigger has been successfully registered by the system.
Why Build This
Design and implement hygienic, touchless entry control systems suitable for modern undergraduate engineering laboratories, shared offices, and intelligent building prototypes.
Gain practical experience interfacing analog chemical sensors with digital microcontrollers to automate real-world electromechanical actuators.
Understand the principles of power isolation, using relays and transistor arrays to safely control higher-voltage peripheral loads from low-voltage logic circuits.
Real-World Application
Hygienic touchless entry systems for homes, offices, and buildings to prevent the transmission of germs and viruses via shared physical buttons.
Skills You'll Learn
Analog sensor interfacing
threshold programming
relay switching
transistor current amplification
breadboard prototyping
DC power distribution
Safety Precautions
Ensure proper wiring of the 12V power supply and relay interfacing to avoid electrical shock hazards.
Technology Tags
ARDUINO
MQ3 SENSOR
ULN2003
RELAY
AUTOMATION
SENSORS
C/C++
Ready to build this?
We stock the boards, sensors and modules this project needs. A full parts list is coming soon — for now, browse our DIY Kits & components or search for Arduino parts.
Why is an IC-ULN2003 used between the Arduino and the relay?
The Arduino Uno digital pins cannot supply enough current to directly drive a 5V relay coil. The ULN2003 IC provides the necessary Darlington transistor current amplification to switch the relay safely.
Can I power the entire circuit using only the Arduino's 5V pin?
No, the 12V 2A adapter is required to provide adequate and stable power for the relay and the electric doorbell actuator, while the Arduino can be powered through its regular input channels.
How does the MQ-3 sensor know when hands are sanitized?
The MQ-3 sensor reacts to the alcohol vapors evaporating from newly applied hand sanitizer, causing a change in its electrical resistance that the Arduino measures as a voltage shift.
Gallery
Kitkraft Project Hub — curated from the maker community, credited at the source.