Arduino Lesson 14-Fire Alarm
Arduino Lesson 14-Fire Alarm
Fire Alarm
Intro
Parts required
Flame Sensor x 1
Buzzer x 1
10K Resistor x 1
Jumper wires x 1Bundle
Experiment Theory
The voltage value from analog port is changing by the distance
between flame and sensor. A AVO meter read about 0.3v without
flame approached. When flame is approaching,voltage reading is
about 1.0 V, closer to the flame, the bigger the voltage is.Before we
start, we can store a value (voltage) i.e I, then keep reading the
voltage value from analog port, i.e j,make the differential as k =
j-I and compare with 0.6v. Set the buzzer to make a sound when the
differential >0.6v, if not, buzzer not make sounds.