Abishkar Bharat Singh

SOC Analysts

ServiceNow Tester

Asset Management

Citrix Administrator

Abishkar Bharat Singh

SOC Analysts

ServiceNow Tester

Asset Management

Citrix Administrator

Sanitize to Fight Against COVID-19

  • Created By : Abishkar Bharat singh
  • Date: 12/11/2018
  • Category: Public Health Safety Sensor-Based Automation, Cloud Alerts & Monitoring
  • Project Type: IoT Automation System

Introduction

During the COVID-19 pandemic, sanitizer dispensers became essential but a simple automatic dispenser still can’t ensure people actually use it. I wanted to solve this:
Can technology verify sanitizer usage and alert when someone skips it?

This project is my answer: a touch-free, intelligent sanitizer system that detects presence, dispenses sanitizer, verifies usage, and alerts administrators in real time.

Problem

Automatic dispensers remove the need to touch, but they don’t ensure compliance. Anyone can walk past without sanitizing.
My goal was to create a system that:

  1. Detects a person’s presence
  2. Dispenses sanitizer automatically
  3. Confirms it was used
  4. Alerts admins if someone bypasses the process

How It Works

The system uses simple sensors combined with cloud alerts:

  • Arduino Uno – Processes all sensor inputs

  • Ultrasonic Sensor (HC-SR04) – Detects when someone approaches

  • IR Sensor – Confirms a hand is under the nozzle

  • Servo Motor (SG-90) – Presses the dispenser automatically

  • Bolt IoT Cloud + Module – Sends real-time alerts

  • Buzzer – Gives an immediate local warning

Flow:
If presence is detected → sanitizer dispenses → IR verifies usage.
If someone skips → buzzer + SMS + email alerts trigger instantly.

Code & Integration

Two main code components handled the logic:

  1. Arduino Code – Sensor reading, servo movement, buzzer alerts
  2. Python Script on Bolt Cloud – Checks data and sends SMS/email alerts using Twilio & Mailgun APIs when mismatch is detected

Outcome

The system performed reliably:

  • Sanitizer used → sensors match → no alert

  • Sanitizer skipped → buzzer + SMS + email notification sent

Results included:

  • Console logs for both cases

  • Admin receiving real-time SMS and email alerts

Conclusion

This project showed how low-cost IoT components can solve real public-safety challenges beyond simple automation. It strengthened my skills in:

  • Sensor integration

  • Embedded programming

  • Cloud-based alerting

Future improvements:

  • Integration with access control systems

  • Usage analytics & dashboards

  • Large-scale deployment in hospitals or high-traffic areas