Arduino street lights control by ir sensor | Final year Engineering project

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

Комментарии • 14

  • @SC.243k
    @SC.243k 2 года назад +1

    Fanstastic work 👏👌 thanks my friend👍👍👍👍

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

    Well done ✅

  • @Nehapatil_13.24
    @Nehapatil_13.24 2 года назад

    Good job bro

  • @niks...2742
    @niks...2742 2 года назад

    👌👌👌👌

  • @40-jenisha.s46
    @40-jenisha.s46 8 месяцев назад

    Components names sollunga

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

    bro how can i get this code

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

      //Arduino street light program create by Swapnil Lawand 21 July 2022
      void setup() { // put your setup code here, to run once:
      pinMode(2,INPUT);
      pinMode(3,INPUT);
      pinMode(4,INPUT);
      pinMode(5,INPUT);
      pinMode(12,OUTPUT);
      pinMode(11,OUTPUT);
      //LED
      } void loop() { // put your main code here, to run repeatedly:
      if(digitalRead(5)==LOW){ digitalWrite(12,HIGH); }
      if(digitalRead(2)==LOW)
      {digitalWrite(12,LOW);}
      if(digitalRead(3)==LOW){ digitalWrite(11,HIGH); }
      if(digitalRead(4)==LOW)
      {digitalWrite(11,LOW);}
      }

  • @emptyelectronics4506
    @emptyelectronics4506 Месяц назад

    bhai code bhi dedeta

  • @jaimehaynes428
    @jaimehaynes428 2 года назад

    PЯӨMӨƧM

  • @rkofficial2466
    @rkofficial2466 2 года назад

    Can you give me the program for this bro

    • @SwapnilExperiment8123
      @SwapnilExperiment8123  2 года назад

      Yes I give you this code on my Instagram handle
      This is my instagram handle link send me hello
      instagram.com/swapnil_experiment?igshid=YmMyMTA2M2Y=

    • @rkofficial2466
      @rkofficial2466 2 года назад

      I got the code thank you bro it helped me a lot

    • @ramyas591
      @ramyas591 Год назад

      Can u share the Code pls