It's been almost a year since I last did an Arduino-related project.
I know that this type of project is pretty late for 2021, but I just had no time to make, shoot & edit something too time consuming due to my workload.
I only have a few hours of free time each day and when I'm not working, I'm either sleeping to rest my eyes or just watching anime or idol shows to chill while waiting for the next batch of work to do.
I know I could've just dedicated a few days to finish the pending videos, but paying bills needed to be prioritized and sometimes I just don't feel like doing anything.
Alright! Now that my short rant is done...
This video contains a step-by-step procedure on how to make a pretty cheap DIY No Touch Alcohol Dispenser using Velostat as a pressure-sensitive switch and an Arduino NANO.
Using a pretty basic code, we can do the same thing like what some of the aftermarket alcohol dispensers do.
By using the velostat as a pressure-sensitive switch, we can make sure that only a human can activate it.
PS. You can use a better suited or better sealed container for the alcohol if you want to. I'm planning to do that as well when I find some.
******************************************************************************
Helpful Links:
University of Wyoming's Downloadable Velostat Powerpoint Presentation
******************************************************************************
Social Media Links To Follow (I mean, if you want to):
******************************************************************************



EXPANDED TECHNICAL DETAILS
Automatic Hygiene System
This project provides a robust solution for hands-free sanitizer dispensing using a submerged DC pump and infrared technology.
- Infrared Proximity Sensing: Uses an IR obstacle sensor module. When a hand is placed under the nozzle, the IR beam reflects back, triggering the Arduino.
- Timer-Controlled Dispensing: The Arduino switches a MOSFET or Relay to run a 3V/6V water pump for a precise 500ms burst, ensuring a consistent amount of alcohol is dispensed every time.
Durable Design
- Battery Management: Designed for long-term placement; the code uses the
LowPowerlibrary to minimize current consumption when the dispenser is not in use.