In: Computer Science
Design and implement a Fire Alarm IOT System, using the framework of the Raspberry PI device, temperature, C02 and CO sensors.
•Define the process specification of the system. The system should collect and analyze the sensor data and email alerts when a fire is detected
•Define the domain model for this IOT device
•Define the Service specifications
Ans 1.
Process specification of the system
Temperature and CO2 & CO sensors are distributed throughout the home to get and analyze the data. These will collect data regarding the temperature, CO2 and CO presence in the surroundings. We will collect data using Raspberry Pi. Once the data are collected, then data will be analyzed to determine whether fire is present or not.
If the results determine of no sign of fire then sensors will wait for some moment, and will start again to collect the data. If fire detected, then through Raspberry Pi program the system will send an email alert to user. User can confirm the situation before contacting to local fire department.
The fire alarm IOT system will wait and return to collect sensor data.
Pictorial representation is below:
Ans 3. Service Specification:
System Integration |
|
||
IoT Data Management |
|
||
Hardware Development |
|
||
Software Development |
|
Ans 2.Domain model for this Iot Device