กลับไปหน้ารวมไฟล์
covid-19-prevention-badge-2c9622-en.md

Compact Wearable Safety: The COVID-19 Prevention Badge

During the height of the global pandemic, maintaining personal distance and identifying potential symptoms early were the most effective ways to stay safe. This project introduces a compact, wearable badge that serves as a constant automated assistant for public health compliance.

Dual-Sensing Architecture for Public Safety

The badge combines two critical sensing technologies into a single Arduino Nano-powered device:

  1. Social Distancing Monitoring: Using an HC-SR04 Ultrasonic Sensor, the badge continuously scans the environment. If an individual approaches within a 1-meter radius, the system triggers a piezo buzzer, providing a subtle but effective reminder to maintain the World Health Organization (WHO) recommended distance.
  2. Nearby Fever Detection: Unique to this design is the integration of the DS18B20 Digital Temperature Sensor. While typically used for immersion, here it is calibrated to detect ambient heat anomalies. The badge is programmed with a threshold of 38°C (100.4°F)—the clinical benchmark for a fever. If someone within close proximity exhibits this temperature, the wearer is alerted immediately.

Compact High-Efficiency Design

To ensure the device is practical for daily use at school or work, it utilizes:

  • Arduino Nano: For its small footprint and low power consumption.
  • CR2032 Coin Cell Batteries: Providing a lightweight, slim power source that fits easily behind a badge clip.
  • Simplified Logic: The system operates on a fast polling loop, ensuring that alerts are real-time and responsive to moving crowds.

Low-Cost Accessibility

By using generic ultrasonic sensors and standard digital thermometers, this badge can be built for under $15, making it a viable DIY project for student groups and community health initiatives looking for accessible tech solutions to large-scale health challenges.

How does the device work

Its working is simple, it simply detects any one coming closer than 1 meter and rings the buzzer and it constantly reads the temperature of the people who are standing close to the wearer and if anyone's temperature is more then 38 degree celsius it also rings the buzzer thus notifying the wearer.

How did the idea originate

The idea originated when I needed to go out for school and thought to design something compact to detect COVID-19 suspects and constantly remind me to maintain social-distancing.

The main advantage

Its main advantage is that it is easily accessible due to these reasons:-

  • Comparatively Cheap
  • Compact
  • Easy to use

The demonstration

THE DEMONSTRAITION

ข้อมูล Frontmatter ดั้งเดิม

title: "COVID-19 Prevention Badge"
description: "It is a batch which reminds you to maintain social distancing ringing and it also senses the temperature of the person standing near you."
author: "rushilsaraswat"
category: ""
tags:
  - "environmental sensing"
  - "wearables"
  - "human welfare"
views: 786
likes: 0
price: 1120
difficulty: "Intermediate"
components:
  - "1x Adafruit Waterproof DS18B20 Digital temperature sensor"
  - "1x Arduino Nano R3"
  - "2x Coin Cell Battery CR2032"
  - "1x Resistor 47.5 ohm"
  - "1x Jumper wires (generic)"
  - "1x Tape, Clear"
  - "1x Ultrasonic Sensor - HC-SR04 (Generic)"
tools: []
apps:
  - "1x Arduino Web Editor"
downloadableFiles: []
documentationLinks: []
passwordHash: "7cd087cc188563ad35f2cc8d92e969309699eaf3f42b4eeae537ee4dbf149574"
encryptedPayload: "U2FsdGVkX1/yFshnFyXniFyyn9lXr5QsqO0AiHULnRKmB8a+MquW7BYgN6Dn6CmX7mAp+yTlXWPFVIpYGeNRgSSCgwSKJeAM7gfpP3cWioQ="
seoDescription: "Arduino COVID-19 Badge for social distancing alerts and nearby temperature sensing to enhance public safety."
videoLinks:
  - "https://www.youtube.com/embed/ZZPPfqqHkic"
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/covid-19-prevention-badge-2c9622_cover.jpg"
lang: "en"