IOT Smoke Detector: Update Existing Smoke Detector With IOT
by mybotic in Circuits > Arduino
8004 Views, 21 Favorites, 0 Comments
IOT Smoke Detector: Update Existing Smoke Detector With IOT
List of contributors,
Inventor :Tan Siew Chin, Tan Yit Peng, Tan Wee Heng Supervisor : Dr Chia Kim Seng
Department of Mechatronic and Robotic Engineering, Faculty of Electrical and Electronic Engineering, Universiti Tun Hussein Onn Malaysia.
Distributor: Mybotic
Material Preparation
For this tutorial, we require these items:
1. ESP 8266 NodeMCU Microcontroller
2. Smoke sensor MQ2
3. Temperature sensor TMP36
4. Buzzer
Disassemble the Smoke Detector
1. Disassemble the current Smoke detector in your house by taking out the component inside and keep the casing
Hardware Connection
Assembly the component into circuit board and plug in into the current Smoke detector as the diagram below.
Install IOT ThingSpeak Monitor Widget Apps
Install the IOT ThingSpeak Monitor Widget apps as shown in figure below from Google Play Store in mobile phone.
Sample Source Code
Download this source code and upload to the Arduino.
Downloads
Result
Based on the result, the fire warning detector will send notification to user through ESP8266 when temperature detected is greater than room temperature OR MQ2 detected smoke or combustion gases. The buzzer will sound if both sensors is triggered. It also can send signal when low battery, and control by using smartphone's apps for testing buzzer.