Automatic Hand Sanitizer Dispenser — COVID-19 Home Prototype
An early Arduino-based automatic hand sanitizer dispenser built during COVID lockdown to reduce hand contact with the sanitizer pump.
Early project demo
Watch the demo directly on this page.
Open on YouTubeOverview
Automatic Hand Sanitizer Dispenser was an early COVID-period hardware automation project from 2020 built at home. The problem was simple and practical: if many people touch the top of a sanitizer bottle, the dispenser surface itself can become a contact point. Parth built an automatic dispensing prototype from scratch using available spare parts at home. Because it was created during lockdown, the project was built under real constraints, without easy access to new spare parts. It was not designed to look sleek or commercial, but it was functional and used at home. This project is important because it connects coding and electronics to a real public-health problem from the COVID period. It also shows a builder's mindset under constraints: using whatever parts were available, accepting that the prototype may not look polished, but making it functional enough for home use.
Problem solved
The project addressed a hygiene problem during the COVID period: reducing repeated hand contact with the sanitizer dispenser. Instead of pressing the bottle manually, the user could trigger dispensing automatically.
What it does
The system uses an IR sensor input to detect a hand or object near the dispenser. Based on the sensor state, Arduino switches output pins to activate the dispensing mechanism. The project demonstrates a simple contactless automation flow: detect presence, trigger dispensing, and stop when not needed.
Contribution
Parth implemented the Arduino control logic, connected the IR-sensor-based trigger, used available household spare parts, and built the working dispenser prototype at home during lockdown. The project shows early practical experimentation with electronics, automation, and real-world problem-solving.