Final Day Presentation
Final Day Presentation
SYSTEM
Presented By:
Saurabh Biswas
Swani Chatterjee
Suryashmi Chakraborty
Under the Guidance of Mr. Durjoy Roy.
FLOW OF THE PRESENTATION:
• Arduino UNO
• The Sensors used in our project includes: MQ-7 Sensor, MQ-135
Sensor, AGS02MA Sensor (TVOC Sensor), DHT11 sensor.
• SIM900A GSM module
• Batteries, Wires and Boost Converter for the external voltage
supply.
ARDUINO UNO
It is a microcontroller board developed by Arduino.cc and is based on Atmega328 Microcontroller.
Key Points:
• The Arduino Uno's board design includes a set of digital input/output (I/O) pins and analog input
pins, allowing users to connect various sensors, actuators, and other electronic components.
• It supports serial communication through USB, enabling seamless interaction with computers for
code upload, data exchange, and debugging. Moreover, the board is equipped with UART, I2C, and
SPI interfaces.
• Arduino Uno's flexibility extends beyond hardware, with its open-source nature encouraging a
vast ecosystem of shields, extensions, and add-ons that further expand its capabilities.
ARCHITECTURE OF ARDUINO UNO:
Arduino’s processor basically uses the Harvard architecture where the program code and
program data have separate memory. It consists of two memories- Program memory and
the data memory.
Clock Source
• Flash Memory,
• SRAM
• EEPROM Digital I/O Ports
• Analog Input Ports
• Power Pins
• Special Function Pins
OPERATION
• POWERING THE ARDUINO UNO
• PROGRAM UPLOAD
• SETUP FUNCTION
• LOOP FUNCTION
• DIGITAL AND ANALOG INPUT/OUTPUT(I/O)PINS
• ANALOG READINGS
• SERIAL COMMUNICATION
• EXTERNAL COMMUNICATION
• LOOP EXECUTION
SENSORS
A sensor is a device or an instrument that detects and measures physical
properties or changes in the environment and converts them into electrical signals
or other readable formats.
CHARACTERSTICS OF SENSORS TYPES OF SENSORS
• Sensitivity Temperature Sensor
• Range Gas Sensor
• Accuracy Image Sensor
• Precision Light Sensor
• Resolution Humidity Sensor
SENSORS USED IN THIS DEVICE
• Here we are using the Gas sensors. The sensors used for CO detection is MQ-7, for
detecting CO2 is MQ-135 sensor, for detecting SO2, NO2, NO, O3, H2S (i.e. VOC) is
AGSM02A(TVOC Sensor) and DHT11 sensor for Temperature and Humidity
detection.
MQ-7 Sensor
The MQ-7 sensor is a type of gas sensor widely used to detect carbon monoxide (CO) gas.
The MQ-7 sensor is available in a compact and portable module.
SPECIFICATIONS
• Gas Detected: Carbon Monoxide (CO)
• Sensing Material: Tin Dioxide (SnO2)
• Heater Voltage: operates at 5V DC
• Target Gas Concentration Range: Usually 10 to 500 ppm
• Output Signal: Analog voltage output (varies with CO concentration)
WORKING PRINCIPLES
• Oxidation of Tin Dioxide (SnO2): SnO2 (sensing element) + O2 (air) ⟶ SnO2
(unchanged)
• Adsorption of Carbon Monoxide (CO):
SnO2 (sensing element) + CO (atmosphere) ⟶ SnO2-CO complex
• Change in Conductivity: change in conductivity is the key factor that allows the MQ-7
sensor to detect the presence of CO gas.
• Output Voltage Variation: By measuring and interpreting the output voltage, the sensor
can provide an estimate of the CO gas concentration in parts per million (ppm).
SIGNIFICANCE
• Research and Experimentation
• Internet of Things (IoT) Devices
MQ-135 Sensor
The MQ-135 sensor is a gas sensor commonly used to detect and measure air quality, it is
also used for CO2 detection.
• SPECIFICATIONS
• Gas Detected: Carbon-di-oxide(CO ) 2
SPECIFICATIONS
SPECIFICATIONS
• Sensor Type: Digital Temperature and Humidity Sensor
• Sensing Parameters: Temperature and relative humidity
• Temperature Measurement Range: 0°C to 50°C
• Humidity Measurement Range: 20% RH to 90% RH
• Operating Voltage: 3.3V to 5V DC
Materials Used in DHT11 Sensor
WORKING PRINCIPLE
• Sensing Element
• Temperature Sensor
• Signal Processing
• Timing and Communication
• Integrated Pull-Up Resistor
SIGNIFICANCE
• Cost-Effectiveness
• Environmental Monitoring
• Internet of Things (IoT) Devices
GSM MODULE
A GSM module is a hardware device used to enable communication
over the Global System for Mobile Communications (GSM) network.
An improved version of the SIM900 module and is widely used in various applications that require GSM communication capabilities. The
SIM900A module offers features like SMS messaging, voice calling, and GPRS data transmission.
• MICROCONTROLLER
• GSM/GPRS MODEM
• SIM CARD HOLDER
• ANTENNA CONNECTOR
• SERIAL COMMUNICATION INTERFACE
PIN CONFIGURATION OF SIM900A
68 pins on SIM900A and using these pins helps to build the applications.
• Status Pin
• SIM900A Display Interface Pins
• I2C Pins
• SIM900A GSM Module Keypad interface Pins
• Serial Port
• Debug Interface
• SIM Interface
• SIM900A Analog to Digital converter Pins
• PWM Pins
• Audio Interface
• Control Pin
• Reset pins
• Power Pins
OPERATION OF SIM900A
• Power Source
• Battery Charging Module (TP-4056)
• Type-C and Micro USB Ports
• Switch
• Boost Converter (XL6019)
The power supply circuit with the TP-4056 charging module, 18650 Li-ion batteries, Type-C
and Micro USB ports, switch, and XL6019 boost converter provides a robust and flexible
power source for the gas detection project. It ensures continuous and stable power to the
Arduino Uno and gas sensors.
Circuit Connection
• Code Editor
• Library Manager
• Serial Monitor
• Board Manager
• Sketch Upload
• Examples and Tutorials
CODES
Execution of the Program
• Library Inclusion
• Macro Definitions
• Global Variable Declarations
• Setup Function
• Calibration of Sensors
• Sensor Readings in Loop
• Data Sending via GSM Module
• Data Receiving via GSM Module
RESULTS AND OUTPUTS