This is quite obvious that you all are updated with the usage and importance of Fire alarm that how significant role it plays in every office or you can banks or in special places. So, today we are going to present something unprecedented for you. This is regarding the IoT project for Fire Alarm Notification System using NodeMCU ESP8266 with Blynk App (useful IoT App).
The NodeMCU ESP8266 collect the information from the fire sensor and send it to Blynk App every second.
NodeMCU is best known for IoT open-source platforms which added firmware that easily runs on the low cost as well. Moreover, this NodeMCU ESP8266 has even included the hardware based on the ERP-12 module.
Now how many Pins it included for the communication?
Almost 6 and also we can share the names with you: GPIO, SPI, ADC, L2C, PWM and the last but not the least UART.
You just understand about the Flame Sensor then you get to know that there were many types of flame sensor. This IoT based Fire Alarm System device also has an infrared flame sensor.
Steps to FollowJust follows these simple step to connect the circuit or take a look and the diagram below.
- First step to connect the GND pin of NodeMCU to G pin of Flame Sensor
- Second step is connect the Vin pin of NodeMCU to VCC(+) pin of Flame Sensor
- Last & the important step is connect D0 pin of Flame Sensor to D1 pin of NodeMCU
I give you fully detailed instructions about how to set up your project on Blynk. First of all, you should download the app from your smartphone.
To setup the blynk application, just follow the below steps :
- Open the app & login with your mail ID or facebook ID.
- Create a New Project.
- Give a proper project name (In my case its fire notification).
- Choose Device (ESP8266 & NodeMCU).
- Copy the AUTH Token which will be sent to your registered mail.
- Include a “Push Notification” Widget.
- Press “Play” ( The triangle at right up corner). The Blynk app will show NodeMCU is offline.
- Its time to upload the full code at your Arduino IDE. You also have to include the library which is given below.
Click here to download the blynk library :
Comments