EX NO 7 SMOKE DETECT SENSOR
LINK: SMOKE DETECT SENSOR
Aim
To design and implement a smoke detection system using a smoke sensor and microcontroller for identifying the presence of smoke or harmful gases in the environment.
Requirements
Hardware Components
Smoke sensor module
Arduino Uno board
USB cable
Breadboard
Connecting wires
LED/Buzzer (optional for indication)
Software Requirements
Arduino IDE
Embedded C / Arduino programming language
Procedure
Connect the smoke sensor module to the Arduino board using connecting wires.
Provide power supply to the sensor through the Arduino board.
Interface the sensor output pin with the analog input pin of the Arduino.
Open the Arduino IDE and write the program for reading sensor values.
Compile the program and upload it to the Arduino board.
Open the Serial Monitor to observe the sensor readings.
Expose the sensor to smoke or gas near the sensing area.
Monitor the change in sensor values displayed on the Serial Monitor.
Verify whether the system successfully detects smoke or gas presence.
Record the output and analyze the performance of the smoke detection system.
No comments:
Post a Comment