Fun with Arduino 02 Digital Input Output

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 21

  • @philnewman1110
    @philnewman1110 5 років тому +2

    Rudy, what an excellent video, i will continue to watch this series as this is of great interest to me. You are a very good tutor, as you explain things in a very basic layman's terms. well done and thank you!

  • @dariorota3217
    @dariorota3217 4 роки тому

    As a beginner, in this video I did not completely understand the whole connections, maybe because some connections are handled internally by pullup. I think it could be clearer to have a complete wired connection, but I think you will do that in the next videos. So moving on into the chapter 3. Thanks!!

  • @hyperx5927
    @hyperx5927 5 років тому

    Hi Rudy, Just want to thank you for your videos. I really like the way you explain everything. I have been working with Arduino for a little while and still felt I was not getting what I needed to really understand what is taking place in the code. You make this very easy to understand. Keep up the great work! I will be following all your videos to have a better understanding of the code. Thanks again !

  • @rudyshobbychannel
    @rudyshobbychannel  5 років тому +1

    Thanks to all for your kind feedback.

  • @glennfelpel9785
    @glennfelpel9785 5 років тому

    Rudy....This is a great series and I am working my way through the whole series, Thank you for all the effort it is truly appreciated

  • @glennfelpel9785
    @glennfelpel9785 5 років тому

    Just as a second thought or second comment. Your presentations in terms of the graphics is outstanding. I a person could do a whole series just on the way you present the pictures an all. Thanks again.

  • @michaelmurray214
    @michaelmurray214 3 роки тому

    If I wanted to push the button and have the LED stay on for a determined amount of time before it shuts off where would I put the delay?? Also is it possible to disable the button durring the time so if it gets pushed again it doesnt restart the time?

  • @peterbrokmann2112
    @peterbrokmann2112 5 років тому

    Tolles Video, verständlich erklärt für Anfänger wie mich

  • @kifahzaidan4505
    @kifahzaidan4505 2 роки тому

    Hi,
    Thanks a lot, its really greate effort and great knowledge.
    i need to do a project for a preset position linear actuator with a DC motor abd a stepper motor, with Arduino Mega or UNO but i am not able to write the code and the scheme, can you please help.
    Regards

    • @rudyshobbychannel
      @rudyshobbychannel  2 роки тому +1

      Sorry but I don't have the time available right now to take on any projects.

  • @kbriffa
    @kbriffa 5 років тому

    Hi. Maybe I'm missing something but isn't the program saying if pin 2 is off (switch is not pressed or LOW/OFF) then the LED is HIGH/ON?

    • @rudyshobbychannel
      @rudyshobbychannel  5 років тому

      Kenneth Briffa Well ... yes and no. The if statement says that if pin 2 reads LOW, the LED will be switched on. OFF is not a state of a pin ... it is eithe LOW or HIGH. The way we wired the push button (connected to GND) means that when we press it, pin 2 to is connected to GND, hence the software reads a LOW.

    • @kbriffa
      @kbriffa 5 років тому

      @@rudyshobbychannel Thanks. Understood!!

  • @lijosmedia
    @lijosmedia 2 роки тому

    How to use high digital input as a single pulse in Arduino

    • @rudyshobbychannel
      @rudyshobbychannel  2 роки тому

      I don't understand the question Lijo, what do you want to accomplish?

    • @lijosmedia
      @lijosmedia 2 роки тому

      @@rudyshobbychannel
      The arduino need pulse input to trigger sms from gsm module.
      But my device gives Continuous contact. So I have to convert it to pulse

    • @rudyshobbychannel
      @rudyshobbychannel  2 роки тому

      Lijo, I still donxt 100f understand. Do you mean when an input gets a continuous signal, on the inouts LOW to HIGH transition an output should give a pulse? If that is what you need, make the output HIGH, start a timer and when the timer runs out make the output LOW again.

  • @gabrielsegura626
    @gabrielsegura626 3 роки тому

    grande!

  • @melnedgars7273
    @melnedgars7273 5 років тому

    Realy well explained 👍

  • @brabus7888
    @brabus7888 4 роки тому

    it didn't work