Arduino: Blinking an LED

Sdílet
Vložit
  • čas přidán 12. 09. 2024

Komentáře • 18

  • @xcon3k
    @xcon3k Před 5 lety +1

    YAY! Your alive! Good to see you back. Thanks for the video! :)

  • @ingmarm8858
    @ingmarm8858 Před 5 lety +1

    Bless your cotton socks for highlighting the use of a resistor!

    • @TheGeekPub
      @TheGeekPub  Před 5 lety +1

      Its amazing to me how many tutorials are filled with bogus information.

    • @ingmarm8858
      @ingmarm8858 Před 5 lety

      @@TheGeekPub I had a guy on a channel the other day making a fuss about how static sensitive something was along with showing his ESD strap and specifically saying it was connected to "a large metal object". I pulled him up on his lack of understanding of ESD and it's control (maintain zero potential difference between yourself and everything you are handling etc NOT make sure everything is "grounded"). He said he knew all about ESD and clarified the metal object was a grounded heater! The total misconceptions some "educators" have and pass off as knowledge is frightening. Either don't mention it at all or make darn sure you are sharing the correct information if you are claiming to be trying to teach people stuff :-)

  • @matthiaswandel
    @matthiaswandel Před 5 lety +2

    did you notice the send LED from the right in the last shot wasn't working?

    • @TheGeekPub
      @TheGeekPub  Před 5 lety +1

      Yes, but not until after I posted the video. LOL.

  • @drmjuae
    @drmjuae Před 5 lety +1

    Tested :) Thank you.

  • @kurtlindner
    @kurtlindner Před 5 lety +1

    This was a big help.
    Any advice on where to start with the coding side of things with Arduino for someone with no coding experience?

    • @DecayingReverie
      @DecayingReverie Před 5 lety +1

      If you search "elegoo most complete starter kit guide" in Google and click the first link, there is a PDF that comes with an Amazon kit that has a bunch of different examples of what you can do with an Arduino. There is a lot of help with the coding side of things in that PDF.

    • @TheGeekPub
      @TheGeekPub  Před 5 lety +1

      I've also put together a review of the best Arduino starter kits. The Elegoo @Decaying Reverie mentions is the one I've picked as #1: www.thegeekpub.com/18751/the-best-arduino-starter-kits-2019/

    • @pileofstuff
      @pileofstuff Před 5 lety +1

      I'd suggest working through the examples that are included with the Arduino IDE. There are also beginner level explaintaions of all the functions of the programming language on the arduino.cc website.

  • @rahulthapa7610
    @rahulthapa7610 Před 4 lety +3

    can i use 10k ohm resistor??? please reply

    • @rahulthapa7610
      @rahulthapa7610 Před 4 lety

      i have arduino uno

    • @goldydevgan
      @goldydevgan Před 4 lety

      no 10k will not work...

    • @rahulthapa7610
      @rahulthapa7610 Před 4 lety

      @@goldydevgan its working brother. perfectly fine.. bt the intensity of the LED is low.. but its fine

  • @sandeepdk8653
    @sandeepdk8653 Před 4 lety

    Please give me program downloading link

  • @NuclearBullet16
    @NuclearBullet16 Před 4 lety

    How would I make it flash slower?

    • @TimMer1981
      @TimMer1981 Před 4 lety

      Make the delay time longer, so in this case increase 1000 (which is a 1000 milliseconds a.k.a. 1 second) to a higher number.
      More on the delay function: www.tutorialspoint.com/arduino/arduino_delay_function.htm