Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

SMSOSS/noFire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

noFire - Simple fire detector by Arduino

This branch is a development branch. If you want the stable branch, check the stale branch. This project is currently ABANDONED and will only live as a hobby project as it has lost it's original intention. Only updates on SPs / bug fixes will be pushed. No new features will be added.

Current status

✔ Temperature check
✔ Humidity check
✔ Temperature + Humidity at the same time (to analyze if a fire is taking place)
✔ Buzzer support [UNTESTED]
✔ MQ2 Gas sensor support [UNTESTED]
✔ Flame sensor support
✔ Final Product

PIN Setups

  • Pin 8: Buzzer
  • Pin 11: DH11 Heat sensor
  • Pin 12: Flame sensor

TODO

  • Switch to light sensor (buzzer doesn't work?)

Notes

Import The ZIP into Arduino libraries as dht.h relies on it.

You can hook this code with other sensors (e.g. Buzzer, lights) to perform actions once a fire is being detected by the sensors. Use this by including the firestat header (firestat.h). Default value should be 0 and the value when fire is being detected is 1.

About

// Simple fire detector by Arduino sensors //

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published