Skip to content

OddExtension5/VHP-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicular Heatstroke Prevention System

An arduino based project was built to prevent vehicular heatstroke for TECHNOVATION'18 contest held in our college.

Project Diagram

images

Requirements

  • Arduino
  • Arduino IDE or any other arduino compatible IDE
  • DHT library of arduino
  • DHT11 temperature and humidity sensor
  • Ultrasonic Distance sensor
  • Buzzer for alarm

How to Run

Simple Steps to build the project:

  1. Wire the data pins of DHT-11 to digital pin 10
  2. Wire the echo pin of ultrasonic sound sensor to the digital pin 6.
  3. Wire the trigger pin of ultrasonic sound sensor to the digital pin 4.
  4. To install the DHT library, use the Arduino Library Manager and search for "DHT sensor library" and install the library.
  5. Open the heat-stroke_prevention.ino file in the Arduino IDE and upload to the board using appropriate settings.

Have fun!

Presentation Slide

Click Here

Team Detail

Team Name: DevDevil
Team Member: Harsh Sinha, Sushil Singh & Suvam Nandi

Copyright & License

Copyright (c) 2018 Vehicular Heatstroke Prevention System - Released under the GNU General Public License v3.0

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%