Led Chaser Circuit Using Arduino Uno | Arduino Uno Projects |

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2022
  • Led Chaser Circuit Using Arduino Uno !
    #electronics #arduinouno #electronicproject
    #electric #dcmotor#electronicscircuit
    #electronic #motor #flasher
    #electro #led #chaser
    #ledflasher #etelectronics #ledchaser
    #arduino #eteuircuit #amplifier
    #electronicsprojects #bldcmotor #shortvideo #short #youtube #youtubeindia #like #share #subscribe
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @ReauDog
    @ReauDog 10 หลายเดือนก่อน +57

    Everyone's first thought: "holy shit, he's gonna run that without the resistors!?"

    • @lulumenea
      @lulumenea 8 หลายเดือนก่อน +3

      Not problem this arduin only connect 5 or - voltage

    • @mr.t1010
      @mr.t1010 6 หลายเดือนก่อน

      Me the one who doesn't use resistor as well

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

    Operating leds With 5 volts is a crime

  • @swarupamallepally4932
    @swarupamallepally4932 ปีที่แล้ว +56

    Bro you didn't connect resistors

    • @denim47gaming
      @denim47gaming 8 หลายเดือนก่อน +1

      Are they really important?

    • @kelsierii4747
      @kelsierii4747 8 หลายเดือนก่อน +6

      @@denim47gaming as seen in the video, you can do it without. you risk burning out the leds though

    • @torresaj8424
      @torresaj8424 8 หลายเดือนก่อน +1

      @@denim47gamingofc they are

    • @oliverlacika4994
      @oliverlacika4994 6 หลายเดือนก่อน

      ​@@denim47gamingthe leds will break faster if you forget them.

  • @nuzrarazook1287
    @nuzrarazook1287 11 หลายเดือนก่อน +45

    Coding
    void setup() {
    for (int i = 2; i < 10; i++) { // Choose pins 2-9
    pinMode(i, OUTPUT); // Set the pins as outputs
    }
    }
    // Define function to turn off all LEDs at the same time
    void allLEDsOff(void) {
    for (int i = 2; i < 10; i++) {
    digitalWrite(i, LOW);
    }
    }
    // Switch on LEDs in sequence from left to right
    void loop() {
    for (int i = 2; i < 9; i++) { // Run loop once for each LED
    allLEDsOff(); // Turn off all LEDs
    digitalWrite(i, HIGH); // Turn on current LED
    delay(200); // Delay of 200 ms,
    // then repeat loop to move on to next LED
    }
    for (int i = 9; i > 2; i--) { // Light LEDs from right to left
    allLEDsOff();
    digitalWrite(i, HIGH);
    delay(200);
    }
    }

    • @D9YTTD
      @D9YTTD 11 หลายเดือนก่อน +4

      Thanks

    • @samreedhgupta
      @samreedhgupta 8 หลายเดือนก่อน

      bla

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

      Don't work

  • @KoGIch
    @KoGIch ปีที่แล้ว +8

    Зачем для этого использовать контроллер? 595я микросхема и NE555 отлично справятся

  • @GameDeveloper-py9fg
    @GameDeveloper-py9fg 12 วันที่ผ่านมา

    bro i really like this 🥳🥳🥳🥳🥳

  • @user-vc9ws6kc4r
    @user-vc9ws6kc4r 7 หลายเดือนก่อน

    wowww

  • @shub802
    @shub802 8 วันที่ผ่านมา +1

    Bro atleast 100ohm resistor is necessary 😂or 220ohm it's gonna last for some minutes or an hour i guess if it's good quality 😂

  • @Sana_Iram_
    @Sana_Iram_ 10 หลายเดือนก่อน

    Can you make this video again with resistors.

  • @putracleopatra3605
    @putracleopatra3605 ปีที่แล้ว +24

    Yooo without 220 resistor?

  • @Poke_Star_x
    @Poke_Star_x 8 หลายเดือนก่อน

    Make new video with resistors please

  • @FlyAchX
    @FlyAchX 10 หลายเดือนก่อน +3

    it's risky without resistors bro

  • @user-rn9wk9yl1m
    @user-rn9wk9yl1m 17 วันที่ผ่านมา

    Yoy sjould use resister bro

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

    Everyone is worried about resisters and that orange and yellow wire being switched is bothering me

  • @user-xr2lr9rx3i
    @user-xr2lr9rx3i ปีที่แล้ว +9

    this is BAD tutorial - you are killing leds and arduino output port transistor , you should add at least 1 current limiting resistor (if you don't have more) to GND wire, in thіs case all glowing leds would share current and shine darker when more of them would turn on, ideally you should have resistor in series to each led then all of them would shine bright

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

    Colors?

  • @gopiragastya1689
    @gopiragastya1689 29 วันที่ผ่านมา

    Please sharing coade

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

    I need the code, where's the video link?

  • @Art-Teck
    @Art-Teck 6 หลายเดือนก่อน

    Ben et les résistances, tu les mets quand ?

  • @dimatok4720
    @dimatok4720 7 หลายเดือนก่อน

    Гуд

  • @chokabro
    @chokabro 9 หลายเดือนก่อน

    Без резистра?! Как он же должен был взорваться от сильного потока энергии

  • @adityabhumihar6703
    @adityabhumihar6703 9 หลายเดือนก่อน

    Bhaiya iska code da dejiya

  • @user-tq9bd3mu7y
    @user-tq9bd3mu7y 8 หลายเดือนก่อน +1

    Wow
    Please help me, I am also learning as a beginner

    • @Kattoe
      @Kattoe 7 หลายเดือนก่อน

      I can help you. What do you need help with?

  • @bartukoca5480
    @bartukoca5480 25 วันที่ผ่านมา

    Code

  • @SArjun-et8yc
    @SArjun-et8yc ปีที่แล้ว

    program bro

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

    Wher is the Voltage divider rezistor?

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

    KOD PLSSS . Can you give me the code for homework?

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

      I already uploaded video about this project so visit my channel and see

  • @justb4lboa23
    @justb4lboa23 9 หลายเดือนก่อน

    How is that round piece called!

    • @garrettloughran2761
      @garrettloughran2761 8 หลายเดือนก่อน

      The little round metal looking thing towards the beginning of the video that caused the LED to light up?
      It was a CR2032 battery

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

    Somme terrible mistakes. Positive rail for ground no resistors no color coding in you wires.

    • @Ajokeiguess
      @Ajokeiguess 11 หลายเดือนก่อน +1

      Color coding is absolutely not necessary, it’s helpful with complicated circuits but in this case it’s pretty simple. He just used the positive rail because he just needed to connect all leds to ground, though resistors are necessary, not sure why he didn’t add those.

  • @Cricketlov39520
    @Cricketlov39520 10 หลายเดือนก่อน +1

    Full video

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

    Cool mais s'il vous plaît puis-je avoir le code Arduino utiliser ?🙏🙏🥰

    • @WASS61
      @WASS61 10 หลายเดือนก่อน

      1ER COMME

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

    Send full video link

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

    Can I ask for help? Try it with 2 music and one push-button plsssss

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

    Zelenskij take away.

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

    What is cannact

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

      Sorry for spelling mistake

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

      @@_Etelectronicselectric oh my bad haha i thought it was something else

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

    Cannot find video for code

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

    Video link

  • @corelli_user
    @corelli_user 7 หลายเดือนก่อน

    LGBT

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

    Code

  • @rajyalakshmi-xf2ww
    @rajyalakshmi-xf2ww ปีที่แล้ว

    Code