How to Blink an LED with Arduino (Lesson #2)

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

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

  • @kabandajamir9844
    @kabandajamir9844 5 месяцев назад +11

    The world's best teacher thanks

  • @bhataayat463
    @bhataayat463 4 месяца назад +3

    Thankyou for such a nice explaination. It didn't even seem to me that I am virtually seeing the components but it seemed like everything was just infront of me. All thanks to your efforts of explaining all this in such way. 👍

  • @williamt.6990
    @williamt.6990 8 месяцев назад +4

    This series has really helped me to learn how arduinos worked straightforward and simple thank you

  • @RandomWikiArticels
    @RandomWikiArticels 8 месяцев назад +5

    Thank you for this awesome tutorial, as a beginner this tutorial series is gold. Please continue making such great tutorials.

    • @Science.Buddies
      @Science.Buddies  8 месяцев назад +2

      Thanks - we just published one and have another one coming shortly - stay tuned!

  • @PannagaKashyap-n1w
    @PannagaKashyap-n1w 11 месяцев назад +6

    I purchased a kit through a workshop at my school and this one helped me a lot to do it in the comfort of my house. 🤩Thank you!

  • @tedbastwock3810
    @tedbastwock3810 5 месяцев назад +2

    GREAT breadboard demo. Love this series

  • @Nine_883
    @Nine_883 8 месяцев назад +5

    This is the best beginner series I have seen so far. Thanks for breaking this down. It's still very confusing to me (the code), but I am just going to follow from the very beginning. That Tinkercad program is outstanding for this! I struggle to see the holes and numbers on the boards breadboard in real life! I am always putting my wire in the wrong hole! The Tinkercad program is awesome. And no wires! Hahaha. No mess!

  • @Tch.SouravExperiment
    @Tch.SouravExperiment Месяц назад +1

    “Amazing video, sir! Your content has inspired me to develop my own videos. I appreciate your creativity and the effort you put into making such great content!”

  • @aniAxiu
    @aniAxiu 9 месяцев назад +1

    Im a student learning arduino & tinkercad ! ! Thank you so much for your explanations, they surely help!❤

    • @Science.Buddies
      @Science.Buddies  9 месяцев назад +2

      You're welcome! This is an entire playlist so make sure you check out the rest of the videos too.

  • @CCHRIS001
    @CCHRIS001 9 месяцев назад +1

    thanks man this helped alot and now i have made 5 lights with it

  • @picknikbasket
    @picknikbasket Год назад +4

    These Arduino tuts are great!

  • @joandemello
    @joandemello 5 месяцев назад

    Chanced on your channel and must say , excellent explanation. Thanks

  • @Virtaxity
    @Virtaxity 7 месяцев назад

    Awesome video, keep going bro, this helped me learn how to use Arduino

  • @chaklecharcoal2748
    @chaklecharcoal2748 Год назад +4

    Great tutorial man I like it ❤💯

  • @junaidkhateeb
    @junaidkhateeb 9 месяцев назад

    Wonderfully explained...simple and clear. Thank you

  • @NehemiasNolasco
    @NehemiasNolasco Год назад +3

    Thank you so much for teaching me, this was my very first project

  • @roeepearl7897
    @roeepearl7897 9 месяцев назад

    great tutorial, Thank you❤

  • @BRW.2009
    @BRW.2009 3 месяца назад +1

    Thanksss man

  • @danielevan4564
    @danielevan4564 11 месяцев назад

    “ you might’ve built your circuit like this” Ey yo mine don’t look like that 😂 but it worked! The code first try had them blinking separate fixed it

  • @Electraboy01
    @Electraboy01 6 месяцев назад

    Works well thx ❤

  • @mohamedwalaa7578
    @mohamedwalaa7578 10 часов назад

    does it matter which side do i put the led, like which positive and which negative?

  • @samardhgazzala122
    @samardhgazzala122 11 дней назад +2

    can I replace the led with an active buzzer. If yes, how much ohms does my resistor need

    • @Science.Buddies
      @Science.Buddies  10 дней назад +1

      We have a tutorial about buzzers here: ruclips.net/video/gj-H_agfd6U/видео.htmlsi=4OlFbBHIkJ8dNUa1. Most buzzers can be driven directly by 5V and do not require a resistor.

  • @castelmichel8670
    @castelmichel8670 11 месяцев назад +1

    Thanks for not assuming that we already know the basics. what if I want to use a device that requires more current than the Arduino can provide? Thanks

    • @Science.Buddies
      @Science.Buddies  11 месяцев назад

      Check out our full playlist, particularly #16 about controlling motors and #19 about power: ruclips.net/p/PLlBVuTSjOrclb0iCMSRpS_H1lSrlSVeEm&si=opGDZTZlbl7VYF6t

  • @Katie-qs8wp
    @Katie-qs8wp 21 день назад

    Hello, I am just wondering, how to make the leg of the LED in the tinkercad more wider?

    • @Science.Buddies
      @Science.Buddies  18 дней назад

      Hi - you can't adjust the LEDs themselves in Tinkercad, but you can attach jumper wires to the legs of the LEDs.

  • @oveschleisner-meyer8139
    @oveschleisner-meyer8139 5 месяцев назад

    Thank you for this video. Since I'm new to the Arduino world i have a question.... How do you get the program you have made on the Arduino UNO board into a microcontroller used and placed on your project on another PCB...?

    • @Science.Buddies
      @Science.Buddies  5 месяцев назад +1

      Hi - this is a bit more than we can explain in a RUclips comment, we recommend asking on the official Arduino forums. Very long story short, we don't have our own tutorial on it, but the Arduino board contains a extra circuitry that handles USB communication with your computer and makes uploading code very easy. If you just want to buy the bare microcontroller chip and put it on another PCB, you then need to handle that part (flashing the code to the chip) yourself. There are other things the Arduino board includes, like voltage regulation so you can power it with a 9V battery or wall adapter, that aren't included in the bare microcontroller chip, which you would need to account for when designing a separate PCB. Again we don't have our own tutorial but you should be able to find instructions online.

    • @oveschleisner-meyer8139
      @oveschleisner-meyer8139 5 месяцев назад

      @@Science.Buddies
      Thank you so much for your answer. I understand what you mean and I will find a Arduino forum...

  • @pratibhamehta17
    @pratibhamehta17 13 дней назад

    I still don't get it
    Where did you get the power from if you didn't use any jumper wire to connect 5V pin to breadboard?

    • @Science.Buddies
      @Science.Buddies  11 дней назад

      The power comes directly from the Arduino's I/O pins. They can provide enough power directly for small things like LEDs, but not larger things like motors.

    • @pratibhamehta17
      @pratibhamehta17 10 дней назад

      Thanks for the information

  • @axiskj8555
    @axiskj8555 7 месяцев назад

    how much time it takes ?bcuz in using a ATMega328PB is it okay ?

  • @TheW00tguy
    @TheW00tguy 9 месяцев назад

    For two LED's could we just connect the two LED's with one resistor so that the resistor is in series with the LED's in parallel? Or is that different?

    • @Science.Buddies
      @Science.Buddies  9 месяцев назад

      The answer is a little too complicated to explain in a RUclips comment. We just added an entire playlist about the math behind LED circuit design, we recommend you check that out: ruclips.net/p/PLlBVuTSjOrclaUU1nI3afV1jp8vj4iQUf&si=FPnWpc1Hkfmyjcfk

  • @yulianvutov3357
    @yulianvutov3357 11 месяцев назад

    Hi there, I purchased a kit from AliExpress, and I built the circuit correctly. The LED does blink every 1 second but sometimes it ''jumps'' (goes off earlier or stays on longer). I tought the problem may be in the end of my program as it is a loop, but I wrote the exact same program you did.. Any idea why does that happen?

    • @Science.Buddies
      @Science.Buddies  11 месяцев назад

      Hi - we haven't heard of that problem before. The only thing I can think of is a loose or intermittent connection with part of the breadboard. The amount of time it takes the code to execute a loop should not change from one loop to the next. There's also a chance of a faulty I/O pin, you could try switching to a different pin and see if it's more consistent.

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

    Hey I didn't connect it like you expected in the question but I still got it to work. What do I do?

    • @Science.Buddies
      @Science.Buddies  Год назад

      Hi - that's OK, there is frequently more than one "correct" way to wire the circuit.

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

      @@Science.Buddies okay. Thank you for a great video

  • @kyriakoskovsenoglou3502
    @kyriakoskovsenoglou3502 11 месяцев назад

    Hello!! Great job!! I am rookey and I have a question.
    I have Arduino Nano. Where can I put the Red cable?
    Because nano is smaller than Uno and does not have the Arduino 12 port(pinMode12) .

    • @Science.Buddies
      @Science.Buddies  11 месяцев назад +1

      Hi - all our tutorials are for the UNO, so you may have better luck getting answers to your questions on the official Arduino forums.

    • @aksvinss
      @aksvinss 11 месяцев назад +1

      u can change the port 12 to some other port (must be digital) and change the port number in the code, so that all places with 12 are the other port you are using

    • @kyriakoskovsenoglou3502
      @kyriakoskovsenoglou3502 11 месяцев назад

      ​@@aksvinssthank you! It works!

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

    Hello! What is the resistor that you used here?

    • @Science.Buddies
      @Science.Buddies  10 месяцев назад

      That is a 220 ohm resistor. We have an upcoming video series about choosing the proper resistors for LEDs, stay tuned!

  • @shortstuffnay1733
    @shortstuffnay1733 11 месяцев назад

    I know this video old but I’m using Arduino right now and I got all my led working but 2 of them won’t blink on and off and I been stuck on what could be wrong that only one light will blink btw I’m doing a traffic light project

    • @Science.Buddies
      @Science.Buddies  11 месяцев назад

      Hi - we can't necessarily help with your exact circuit, but our troubleshooting video might help you identify problems: ruclips.net/video/9GLaU-BCEQM/видео.htmlsi=sb0o-Ncuy2_XZL76

    • @aniAxiu
      @aniAxiu 9 месяцев назад

      Same! We just did a manual traffic light!😮

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

    How did you make the red led that bright? When i tried this it was very dim

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

      Your resistor may be a higher value. Also LEDs can vary on their brightness specs

    • @Science.Buddies
      @Science.Buddies  10 месяцев назад

      The LED's apparent brightness can change depending on the camera settings, but like @vito8625 said, it depends on the resistor value and the amount of current through the LED. We have a new video series coming out about choosing the resistor value, so stay tuned!

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

      Thanks!

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

      I used a 220 ohm resistor so i'll try with a lower resistance resistor

  • @CentralBaby-tm7vq
    @CentralBaby-tm7vq 5 месяцев назад

    do for me pixel5

  • @SemBushu
    @SemBushu 4 месяца назад

    can you do Long and Short LED Blink

  • @roeepearl7897
    @roeepearl7897 9 месяцев назад

    great tutorial, Thank you❤