Smoke alarm using Arduino uno and smoke sensor mQ2

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 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???

  • @mohamedsameerah1383
    @mohamedsameerah1383 3 года назад

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

  • @sandnyapatil3215
    @sandnyapatil3215 6 лет назад +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 2 года назад

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

  • @shreshthgupta1134
    @shreshthgupta1134 4 года назад

    sir when i brought smoke near sensor value is increasing

  • @6ix9ine_edits
    @6ix9ine_edits 4 года назад +4

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

  • @iamprathameshkadam
    @iamprathameshkadam 2 года назад +1

    Code plz

  • @ikicute
    @ikicute Год назад +1

    can you give me a coding?

  • @Nii_Alpha
    @Nii_Alpha 5 лет назад +1

    no code???????

  • @arduinoprojets4718
    @arduinoprojets4718 5 лет назад

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

  • @thisgoodgamingyt123
    @thisgoodgamingyt123 4 года назад +1

    Not working😥

  • @shanealvares9489
    @shanealvares9489 5 лет назад +2

    Where is the code !🙄

  • @montoyajonab.7434
    @montoyajonab.7434 4 года назад +1

    code please

  • @marinerankitkushwaha4178
    @marinerankitkushwaha4178 5 лет назад

    nice dude

  • @NiharikaVyamajala
    @NiharikaVyamajala 10 месяцев назад

    code bro

  • @surajthapa2139
    @surajthapa2139 4 года назад +1

    Doesnt work

  • @jhetropascua8343
    @jhetropascua8343 5 лет назад

    Codes pls?

  • @hasmukhvaza312
    @hasmukhvaza312 5 лет назад +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

  • @srikanthmanoj2003
    @srikanthmanoj2003 5 лет назад +1

    Code bro

    • @identica450
      @identica450  5 лет назад

      upload analog read code which is in example of arduino