Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 945 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 945 Bytes

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.