Smoke alarm using Arduino uno and smoke sensor mQ2

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 เม.ย. 2018
  • mini project for electronic students

ความคิดเห็น • 30

  • @dennohpeter
    @dennohpeter 5 ปีที่แล้ว +4

    best straightforward tutorial I have ever come across, +1

  • @jacksonjr2521
    @jacksonjr2521 3 ปีที่แล้ว

    Bro kya hum fire fighting robot main flame sensor ki jagah smoke detector used kar sakte hai kya???

  • @shreshthgupta1134
    @shreshthgupta1134 3 ปีที่แล้ว

    sir when i brought smoke near sensor value is increasing

  • @mohamedsameerah1383
    @mohamedsameerah1383 3 ปีที่แล้ว

    I have a doubt y arduino... Without that u can do rgt... Bcoz same work smoke detector does

  • @marinerankitkushwaha4178
    @marinerankitkushwaha4178 5 ปีที่แล้ว

    nice dude

  • @arduinoprojets4718
    @arduinoprojets4718 4 ปีที่แล้ว

    Give them code as long as you have it will be better

  • @sandnyapatil3215
    @sandnyapatil3215 5 ปีที่แล้ว +2

    where did u get the code from?

    • @lelandtsnyder9684
      @lelandtsnyder9684 5 ปีที่แล้ว +1

      Example code comes with the Arduino SDK kit which is free to download. A quick google should lead you to it.

    • @fadilabadaoui6553
      @fadilabadaoui6553 ปีที่แล้ว

      What is the program you instal in the laptop that runs arduino code for a smoke detector please ?

  • @Nii_Alpha
    @Nii_Alpha 4 ปีที่แล้ว +1

    no code???????

  • @montoyajonab.7434
    @montoyajonab.7434 4 ปีที่แล้ว +1

    code please

  • @thisgoodgamingyt123
    @thisgoodgamingyt123 4 ปีที่แล้ว +1

    Not working😥

  • @ikicute
    @ikicute ปีที่แล้ว +1

    can you give me a coding?

  • @iamprathameshkadam
    @iamprathameshkadam 2 ปีที่แล้ว +1

    Code plz

  • @shanealvares9489
    @shanealvares9489 4 ปีที่แล้ว +2

    Where is the code !🙄

  • @jhetropascua8343
    @jhetropascua8343 5 ปีที่แล้ว

    Codes pls?

  • @surajthapa2139
    @surajthapa2139 4 ปีที่แล้ว +1

    Doesnt work

  • @user-xm8vz1sb5b
    @user-xm8vz1sb5b 5 หลายเดือนก่อน

    code bro

  • @6ix9ine_edits
    @6ix9ine_edits 4 ปีที่แล้ว +4

    Code please I need code please.... help me

    • @nithyakala2607
      @nithyakala2607 3 หลายเดือนก่อน

      Please give me the coding

  • @srikanthmanoj2003
    @srikanthmanoj2003 5 ปีที่แล้ว +1

    Code bro

    • @identica450
      @identica450  5 ปีที่แล้ว

      upload analog read code which is in example of arduino

  • @hasmukhvaza312
    @hasmukhvaza312 4 ปีที่แล้ว +1

    ENJOYE
    /*
    AnalogReadSerial
    Reads an analog input on pin 0, prints the result to the Serial Monitor.
    Graphical representation is available using Serial Plotter (Tools > Serial Plotter menu).
    Attach the center pin of a potentiometer to pin A0, and the outside pins to +5V and ground.
    This example code is in the public domain.
    www.arduino.cc/en/Tutorial/AnalogReadSerial
    */
    // the setup routine runs once when you press reset:
    void setup() {
    // initialize serial communication at 9600 bits per second:
    Serial.begin(9600);
    pinMode(13, OUTPUT);
    }
    // the loop routine runs over and over again forever:
    void loop() {
    // read the input on analog pin 0:
    int sensorValue = analogRead(A0);
    // print out the value you read:
    Serial.println(sensorValue);
    delay(500); // delay in between reads for stability
    if ( int sensorValue=0){
    digitalWrite(13, HIGH);
    }
    else
    digitalWrite(13, LOW);
    }

  • @blackbox6841
    @blackbox6841 4 ปีที่แล้ว

    code please