Skip to content

Commit f3f7206

Browse files
authored
Create README.md
1 parent a50e217 commit f3f7206

File tree

1 file changed

+20
-0
lines changed
  • Interfacing Flame sensor With Arduino

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# [Interfacing Flame Sensor with Arduino](https://circuitdigest.com/)
2+
3+
<img src="https://github.com/Circuit-Digest/Basic-Arduino-Tutorials-for-Beginners-/blob/a50e217768028397727b408931436d894bd4a5e4/Interfacing%20Flame%20sensor%20With%20Arduino/Images/flame_sensor_title.jpg" width="" alt="alt_text" title="image_tooltip">
4+
<br>
5+
6+
<br>
7+
<a href="https://circuitdigest.com/tags/arduino"><img src="https://img.shields.io/static/v1?label=&labelColor=505050&message=Arduino Basic Tutorials Circuit Digest&color=%230076D6&style=social&logo=google-chrome&logoColor=%230076D6" alt="circuitdigest"/></a>
8+
<br>
9+
10+
[<h1>Click here](https://circuitdigest.com/tags/arduino) for the complete tutorials on Arduino basics.</h1>
11+
12+
13+
<br>
14+
<br>
15+
<br>
16+
The damages that can be done by fire are devastating. In order to prevent causalities or damages, it is necessary to detect the fire, so that warnings can be provided and even automatic fire suppression systems can be activated. There are multiple ways to detect a fire, like detecting temperature change, smoke detection etc. In all of these detecting temperature change would be more accurate, since some fires won’t even have detectable smoke or even it’s too late. Even the temperature measurement is not too dependable since sometimes it’s too late when the change is detected. To overcome this, we can detect the thermal radiation instead of the temperature variation. The easiest and cheapest way to detect thermal radiation is to use a flame sensor. In this tutorial, we will see how we can interface such a sensor with the Arduino.
17+
<br>
18+
[Note: As this projects are very simple we are only providing the code, schemaitic, and a few essential images if you want to get the images or code explanations do check out the Circuit Digest website.]
19+
<br>
20+
<br>

0 commit comments

Comments
 (0)