Aim
The aim of the project is to implement an alarm system for monitoring critical conditions in a plant.
Problem statement
The system should provide real-time alerts to relevant personnel through a centralized platform, enabling quick response and preventive action. The objective is to enhance workplace safety, minimize downtime, and improve overall operational efficiency in industrial environments through intelligent and timely alarm notifications.
Material used
Input: Fire Sensor and Temperature Sensor
Brain: TinkerSpace Brain Board
Output: Buzzer and Smartphone
Battery: 5V Lithium-ion rechargeable battery
Component description
Fire Sensor
The function of Fire sensor is to detect the fire and send the signal to the Brain unit (TinkerSpace board).
Temperature Sensor
The function of Temperature sensor is to detect the temperature and send the signal to the Brain unit (TinkerSpace board).
Buzzer
Buzzer is used to make sound when there is a fire accidents
Smartphone
Smartphone is used to moniter the temperature of the industry in real time
TinkerSpace Brain Board
TinkerSpace board acts as brain of this project, its function is to monitor Fire Sensor and Temperature Sensor and control the Buzzer and Smartphone.
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
Case 1: When the fire is detected, Fire sensor turns ON and sends the signal to the brain board. The brain board turns on Buzzer to 100% and smartphone gets a message about fire accident.
Case 2: When no fire is detected, Fire sensor turns OFF and sends the signal to the brain board. The brain board turns on Buzzer to 0% and smartphone don’t get any message.
Case 3: When the temperature is high, Temperature sensor turns ON and sends the signal to the brain board. The brain board sends signal to smartphone to get a message about high temperature.
Case 4: When the temperature is low, Temperature sensor turns OFF and sends the signal to the brain board. The brain board sends signal to smartphone to get a message about low temperature.
Circuit Design (DesignSpace)
Step 1: Connect FIRE SENSOR and TEMPERATURE to input 1 and input 2
Step 2: Connect BUZZER to output 1 and SMARTPHONE to Bluetooth
Step 3: Connect supply and test project.