Coder Social home page Coder Social logo

flag-torch's Introduction

flag-torch

an arduino project to detect types of fires

Components

Arduino Mega MQ-135 MQ-5 SHT3x RGB Led

Gases Detected

Sensor Gases
MQ-135 Ammonia (NH3), nitrogen oxides (NOx), benzene, smoke, and CO2
MQ-5 LPG, Natural Gas, Coal Gas

Explanation

How the sensors work

Each sensor has a heated piece of tin dioxide doped with other stuff, depending on the sonsor. To detect the presence of a gas,the tin dioxide changes resistance as it reacts with the ambient gas. The heating coil is used to increase the process of the chemical reaction.

image

MQ-135 & MQ-5

After getting the analog reading from the ADC we need to convert the According to the datasheet each gas has a distinct power function.

image

Calibrating the sensors

To calibrate the sensor we need to find the ppm coefficients for each gas.

MQ-5

image

After plotting the points for the graph based on the datasheet , we use polynomial regression because it is a non-linear graph to estimate a line of best fit. The resulting equation we'll get we'll be in the form

y = ax + b where y = RO/RS and x = ppm

Hence RO/RS = a*ppm + b

image

flag-torch's People

Contributors

iann-urus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.