All in one PCB Board for Flame Sensor and Fire Alarm with Arduino

Arshmah Shahkar

A flame or fire sensor is sensitive to normal light. It is used to detect the presence of flame or fire. This module can detect flame or wavelength in the 760 nm to 1100 nm range of light source. The flame detectors use Infrared (IR) technology to identify flames they can alert to flames in less than a second. The flame detector would respond to the detection of a flame and sound an alarm in case of fire. The detection distance is up to 100 cm. The Flame sensor can output digital or analog signals. Their main purpose is to reduce the risks linked to the ignition. These sensors respond more frequently than a smoke or heat detector.

Hardware Components:

1.Resistor 1kohm x3
2.HEADER 4 POS x1
3.LM393DR2G x1
4.Resistor 10k x2
5.DO_LED x1
6.PWR_LED x1
7.Photo transistor x1
8.Potentiometer x1
9.BUZZER x1
10.1N4007G x1
11.Cap 100nFx2
12.2N2222 x1

Software Tools:

  • Inventhub
  • Altium Designer

Specifications:

  • The wavelength range of fire detection is 760nm to 1100 nm
  • Distance of detection is 20cm (4.8V) ~ 100cm (1V)
  • The angle of detection is about 60 degrees
  • Adjustable detection range
  • Operating voltage 3.3V-5V
  • Digital and Analog Output
  • A Potentiometer to adjust the sensitivity of the sensor

Components library:

A Phototransistor is similar to the transistor except that it has a light-sensitive Base terminal. It is an LED with three terminals i.e. emitter, collector, and base. It is an NPN transistor This phototransistor is coated with black epoxy, making it sensitive to Infrared radiation and this particular Photo Transistor is sensitive to Infrared Radiation in the wavelength range of 760nm to 1100nm. I have uploaded the symbol and footprint online on Inventhub in the component management library. Those who want to implement my design, do not need to design their parts, instead, they can download my designed parts and can use them in their design.

Design Implementation:

I have designed a schematic diagram in Altium Designer. I have created an empty project online on Inventhub and uploaded my schematic file there. Making project online is helpful for the users who want to implement my design. They can visually view and download it from the Inventhub easily and can directly implement the design without any error. I can also add multiple files like PCB files, BOM document file, and library files by clicking on the ‘Add file’ button.

For the fabrication, I have converted my schematic file to the PCB file. Here I can view my board in 3D, checks for the errors and edit a shape of the board. I have uploaded my PCB file on Inventhub. Instead of visiting the manufacturer, I can send him the PCB file, he can easily download it and can fabricate my board. This is also useful for the users who wants to design my board, they can view and download it from the Inventhub.

To get my whole project in one place, I have created a release file of my project after uploading all my design files on Inventhub. This file contains my schematic, PCB, library, and all history files in a ZIP file format. The manufacturer, instead of viewing and downloading each file one by one, just needs to download this release file and he can easily fabricate my PCB without making any errors.

Arduino Code:

I have created a text file that contains the code for this flame sensor and uploaded it on Inventhub. In the code, I have declared two pins; pin12(PB4/MISO) of the Arduino for the buzzer and pin11(PB3/MOSI) of the Arduino for the detection of flame. Initially, the output from the flame sensor is high. When the sensor detects any fire, it becomes LOW. The Arduino detects this low signal and activates the buzzer.

In case of detection of fire, it will print a message on the serial monitor. But in case of no fire, it will remain calm and there will be a message of no fire appearing on the serial monitor.

BOM file:

I have created a BOM file in Altium then I have uploaded it in CSV format on Inventhub where I can calculate the total cost of my design by selecting the ‘supply chain’ option. I can view the components and can read their datasheets also. I can select my distributor for the components depending on the price and availability of the components. The total cost of this project is $12.180. My component provider can easily download this BOM file and can deliver my components as per my design requirements.

To get complete how-to and detailed information on the project design and implementation visit this link:

Complete Project link

Related Posts