Report of smoke detector
Submitted by: Rehma (033) , Hamna (016) , Anosha (01) , Esha (02)
Submitted to: Sir Naqi Raza
Course Code: IT5126
Course Title: Digital Logic Design
Semester: 02
PROJECT REPORT OF SMOKE DETECTOR
1
Introduction
The smoke detector is an essential safety device that detects the presence of smoke and harmful
gases in an environment. With advancements in technology, microcontroller-based systems like
Arduino have enabled the creation of efficient, low-cost, and customizable detection systems.
This project focuses on designing a smoke detector using an Arduino Uno, integrating various
sensors and components to ensure early detection of fire and harmful gases.
Objectives
System Design: Develop a smoke and gas detection system using Arduino Uno and associated
components.
Integration of Sensors: Utilize flame and smoke/gas sensors to detect fire hazards accurately.
Alarm Mechanism: Incorporate a 5V buzzer to alert users upon detecting smoke or flame.
Power Supply Management: Use an adaptor and Arduino cable for stable power supply and
efficient operation.
Real-Time Monitoring: Ensure the system operates in real-time, providing instant alerts.
Components Used
Arduino Uno
Flame Sensor
Smoke and Gas Sensor (e.g., MQ-2 or MQ-135)
5V Buzzer
Jumper Wires
Adaptor (5V)
Arduino Cable
Circuit Diagram
The circuit diagram attached shows the connection of the Arduino Uno, smoke sensor, buzzer,
and breadboard components. The main components are:
Arduino Uno: The microcontroller processes the input from the smoke sensor and activates the
buzzer.
Smoke Sensor (e.g., MQ-2): Detects the presence of smoke in the environment.
2
Buzzer: Generates a sound alert when smoke is detected.
Breadboard and Jumper Wires: Facilitate the connections among components.
Wiring Details:
The MQ-2 smoke sensor is connected to the Arduino's analog pin (e.g., A0) for reading smoke
levels.
The sensor’s VCC and GND pins are connected to the Arduino’s 5V and GND pins,
respectively.
A buzzer is connected to a digital pin (e.g., D9) and GND.
The system is powered via USB or an external power source.
3
Circuit Diagram Visualization
Applications of Smoke Detector
Smoke detectors are versatile safety devices used across various environments to detect smoke
and warn occupants about potential fire hazards. Some key applications include:
1. Residential Areas
Ensures fire safety in homes, particularly in kitchens, living rooms, and bedrooms.
Prevents loss of life and property by providing early warnings during fire incidents.
2. Commercial Buildings
Installed in offices, retail stores, and warehouses to detect fires and ensure employee
safety.
Helps businesses comply with fire safety regulations.
3. Industrial Facilities
Detects smoke from machinery malfunctions, chemical reactions, or storage areas with
flammable materials.
Reduces risks of large-scale industrial accidents.
4. Educational Institutions
Protects schools, colleges, and universities by monitoring for potential fire hazards.
4
Provides safety for students and staff.
5. Hospitals and Healthcare Facilities
Ensures the safety of patients and medical staff in hospitals, clinics, and care homes.
Detects smoke from electrical faults or medical equipment.
6. Public Spaces
Airports, malls, theaters, and other crowded areas use smoke detectors for mass safety.
Minimizes risks in places with high foot traffic.
7. Transportation
Smoke detectors are installed in airplanes, trains, buses, and ships to detect fires during
transit.
Protects passengers and cargo during travel.
8. Data Centers and Server Rooms
Monitors smoke levels to prevent damage to critical computing equipment caused by
overheating or electrical faults.
9. Hotels and Hospitality Sector
Smoke detectors are mandatory in hotel rooms, hallways, and kitchens to ensure guest safety.
10. Warehouses and Storage Facilities
Protects goods stored in warehouses, particularly when dealing with flammable or hazardous
materials.
By providing timely alerts, smoke detectors play a vital role in reducing fire-related accidents
and ensuring public safety in various environments.
Conclusion
The smoke detector project effectively highlights the integration of modern technology, such as
Arduino-based microcontrollers, with safety-critical applications. By utilizing sensors like flame
detectors and smoke/gas sensors, the system is designed to provide real-time monitoring and
timely alerts to prevent fire-related incidents. Its compact design, low cost, and ease of
installation make it suitable for a wide range of environments, including residential, commercial,
and industrial settings.
5
The project's objectives, including system design, sensor integration, and alarm mechanisms,
were successfully achieved. The system operates efficiently with a stable power supply and is
capable of detecting harmful gases and smoke with high accuracy. Its applications across
various sectors underscore its versatility and importance in ensuring safety.
In conclusion, this smoke detector project serves as a reliable and practical fire safety solution. It
not only enhances the understanding of embedded systems and sensor technologies but also
demonstrates the significance of technology in addressing critical safety challenges. Future
improvements could include IoT integration for remote monitoring, making it even more robust
and user-friendly.