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.
✔ 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 8: Buzzer
- Pin 11: DH11 Heat sensor
- Pin 12: Flame sensor
- Switch to light sensor (buzzer doesn't work?)
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.