Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective

Prepare a prototype (based on raspberry-pi) to detect fire, ring buzzer, send an email alert, and monitor it live through a web server.

Run:

server.py
Key Features
  • Use Pm2.5 sensor to detect smoke/fire
  • On detecting fire
    • Ring Buzzer
    • Initiate Camera Module
    • Send Email Alert
    • Initiate Web Server
Learning Outcomes
  • Multithreading
    • Smoke sensor thread
    • Camera module thread
    • Server gateway
  • Email Notification
    • Smoke quantity
    • Fire Image
    • Web Server Link
  • Create Web Server
    • Smoke quantity
    • Smoke Image
    • Timestamp
  • Hardware Communication
    • Buzzer
    • Pm2.5 Sensor
    • Camera
    • Raspberry Pi

Future Work

Store captured images as bytes rather then png files to optimize the fire alert and monitoring time.

About

A prototype (based on raspberry pi) to detect fire, send an email alert, and monitor it live through a web server.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages