Introduction: Fire Alarm With SMS Notification

About: Master in Electronics Engineering
GSM 800H, Arduino Based Fire Sensor and SMS Notification system, it uses IR Sensor to detect the fire in the dark room . It Sends SMS through GSM 800H modem that is attached to Serial Rx and Tx Pins of Arduino Set your mobile number inside the code. IR Sensor sense Fire near about 3 meters.

It is very useful project for factory godowns, gas godowns and other places where there a possiblities of fire.

Step 1: COMPONENTS

1. Arduino Uno or similar

2. GSM/GPRS Modem 800H or 900A

3. IR sensor with analog output

4. Patch cords

5. Breaddboard

6. Battries

Step 2: Connections

Use Breadboard for connecting batteries to arduino and gsm module or you can give power in your way,

GSM modem required large amount of current so use 12v 1amp power supply for it. In my case I used four 9v batteries connected in parallel. Now Connect the vcc pin of ir sensor to 5v of the arduino, connect gnd to gnd of arduino and Analog out pin of sensor to the A0 of the arduino.

Connect your pc to the arduino Upload the program usin ARDUINO IDE. Note that program must be uploaded before connecting GSM modem, because modem may get damage.

After Uploading program to arduino connect the Rx of modem to Tx of Arduino, Tx of modem to Rx of arduino & Ground to ground.

You can see in circuit diagram.

Step 3: Uploading & Testing

Replace "xxxxxxxxxx" with your mobile number in program.

Upload the program

Connect the modem to arduino.

Test it.

Happy Making!!

Internet of Things Contest 2016

Participated in the
Internet of Things Contest 2016