How To Wire It! Buttons & Switches

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

КОМЕНТАРІ • 76

  • @brandonterrell4639
    @brandonterrell4639 6 років тому +35

    Exactly what I needed, no idea why it was so hard to find a quick little tutorial on how to get these buttons hooked up. Thanks a ton!

  • @andrejstefanovski
    @andrejstefanovski 5 років тому +9

    Your explanation was simple and clear, exactly what I needed to understand what truly is a dead simple circuit. I read through dozens of forum posts and watched a few other videos; everyone was trying to help but their explanations made it seem so much more complicated than it is. You helped me nail down *exactly* what I needed to wire up and code my ON-NONE-ON SPDT toggle switch. Thank you :)

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

    You were able to explain this to me much more clearly and briefly than my professor. I didn't even learn that the button needed a resistor going to ground. Thank you

  • @550stanley
    @550stanley 2 роки тому

    Oh man, thank you so much. I'm a complete electronics noob, only now just getting into Arduino and electronics in general, and it wasn't clicking with me the whole floating pin and why we need transistors on it, until your explanation, even though I've watched already a number of tutorial and lessons online. This finally clicked. Thank you.

  • @simontereszko2335
    @simontereszko2335 3 роки тому +1

    I've got to say. Thank you. This helped me a lot in understanding where I was making my mistakes while hooking up almost anything on the switch to Arduino.! Great job!

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

    Why doesn't everyone else explain it like you do? Took me 10 minute! Thanks heaps.

  • @stivbennett670
    @stivbennett670 4 роки тому +1

    loved the simplicity of the explanation - excellent

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

    I was struggling not k owing what to do and in the middle of the video I just put the components in a random spot because idk you said something like that but I didn’t know that was what you meant by it i was thinking.. yeah it’s not gonna work. I push the button and the LED glows. So you kinda didn’t help me but you gave my brain a major understanding of using the switch and I definitely never would’ve known that if you didn’t post this video. Thank you

  • @Iqwar
    @Iqwar 6 років тому +2

    Thx man, I was searching for this kind of basic tutorial on buttons for hours ;-)

  • @Dog_Awesome21
    @Dog_Awesome21 9 місяців тому

    Thank you so much. This was so helpful and not to long either you are truly amazing. I really hope you can keep making these videos. I am teaching myself circuits so any help I can get is truly amazing. Thanks.

  • @reneklassen3831
    @reneklassen3831 Рік тому

    Deserves more likes and subs… really healped me out rn. Thx🙏

  • @schlotdoglaser
    @schlotdoglaser 4 місяці тому

    Extremely easy to follow. Thanks for the tutorial

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

    just great! so difficult to find a simple tutorial on switch button connection thanks!

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

    Switch bounces to digital inputs are a big concern. I wish you had mentioned them. Great video on stateful buttons, though. Thank you.

  • @LukeMlsna
    @LukeMlsna Рік тому +3

    So you’re saying it’s like redstone?

  • @maxbot9976
    @maxbot9976 4 роки тому +3

    exactly what I needed thanks!

  • @json_n
    @json_n 4 місяці тому

    wouldn't it short the output if the button is pressed and the output is connected to low at the same time

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

    Nice explains, how to control 1 relay with switch and push button. I'm struggled with it.

  • @martyyoung598
    @martyyoung598 Рік тому

    How about just: pinMode(pin, INPUT_PULLUP) in the setup loop and wiring the switch across the pin and GND? No resistor required. The only difference is that doing a digitalRead(pin) will return a false or zero when pressed and a true or one when in-pressed.

  • @martyyoung598
    @martyyoung598 Рік тому

    If I’m not doing anything unusual with button or switch inputs

  • @joaquinbrasher3722
    @joaquinbrasher3722 Місяць тому

    i am looking to mod a VCR's buttons to switches

  • @informediatech-bruno5766
    @informediatech-bruno5766 4 роки тому

    i just want to swap a rotary encoder to 2 push buttons to modify my 900m tips soldering station to take a t12 tip but the station pannel is push buton and the t12 controler is rotary, im on a dead end

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

    V informative......thanks v much. SIR

  • @user-wy2iv2vr7t
    @user-wy2iv2vr7t 6 років тому

    This was very helpful. Thank you

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

    Simple and clear.

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

    Perfectly done, thank you

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

    pretty good explanation. Thank you

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

    I like your channel name, a lot.

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

      Thanks! It's been a phrase given to most of my projects throughout my life.

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

    i need help i ordered a kit and i have the blue wires he has but it didnt come with the really tiny wires please help im confused

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

    so if I were to be using wires in something other than a breadboard, would I have one side of the button connected to power and then the other side have like, a forked wire? where one side goes to ground through a resistor and one side goes to the pin?

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

    How to you choose what resistor, wire gauge and tip/pin connector sizes to use?

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

    very helpful. thank you. One question. When the button is pressed, positive electricity flows through the button, then it splits between going through the wire to the pin on the arduino and through the resister to the ground pin on the arduino. Does that path through the resister have a negative effect on the circuit?

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

      I also have the same question🤔

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

      That's why the "pull down" resistor is high value : à 1K Ohm with same voltage, your current is U / R so say 5V / 1000 Ohm : 5 mA... that's fairly low.

  • @muhammedb7232
    @muhammedb7232 7 місяців тому

    Can I weld wires to these buttons to use them for any application? (One hot wire 12v & one ground) just like those normal push buttons in cars

    • @lumimobb
      @lumimobb 4 місяці тому

      I would like to know as well

  • @wherami
    @wherami Рік тому

    thank you

  • @lookupverazhou8599
    @lookupverazhou8599 Рік тому

    What size switch to ensure it fits in a breadboard?

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

    Ok for some of you that might be confused on what a floating pin is, its like if there was nothing connected to it, the arduino thinks Theres nothing there.

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

    Hey, I don’t suppose to could give advice on how to wire an buttons onto an vesc? Instead of using a wireless remote?

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

    would this still work if you use a bigger switch?

  • @C0llinsW0rth.
    @C0llinsW0rth. 4 роки тому

    Nice Pebble Steel :D

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

    Hey there I came across your videos looking into how to wire a greeting system for a car. Basically I am trying to pull a prank on my friend by installing a “build a bear” type voice recording system that has a button you press to play the file. What I want to do is tap an in-line fuse for accessory from the car and trigger the button on the recording device to play my sound file. I am trying to figure out basically how to jump the button to only activate it when the key is turned on. Any advice helps thanks !!!

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

    When you add the transistor to assure a logical value on the circuit, is that called a pull-up resistor?

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

      Yes, either pull-up or pull-down depending on whether you connect to vcc or gnd

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

    Is there a way to replace a button with a switch?

  • @3rutu5
    @3rutu5 4 роки тому

    would you need the resistor on the tactile if you were wiring up the volume\play buttons on a bluetooth amplifier circuit?

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

      probably not... your question is too vague to give a complete answer but if the existing circuit had a button in it and you were just trying to modify it then no you wouldnt have to add anything. If you're wiring a completely new circuit then yes you would likely need to add the pull-up/down resistor

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

    So why does the button switch have four pins if you only use two?

    • @ItKindaWorks
      @ItKindaWorks  5 років тому +8

      The main reason for 4 pins is for extra support. Buttons are subject to a lot of physical abuse so they have extra pins to help secure them to the board. If you use a multimeter you can also check and you'll see that the unused pins are actually connected to the other "used" pins.

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

      @@ItKindaWorks great thanks so much for the speedy response. It's a really good tutorial!

  • @trevorjames5493
    @trevorjames5493 Місяць тому

    Maybe it's just me but this doesn't really show how to wire up anything at all... you're explaining how it works but you're not actually showing where to connect it, I don't know anything about a breadboard I just want to know how to solder it up physically from the power source to the button not inserting pins in a euchre board lol

  • @Dzz-GUYSTRIVIA
    @Dzz-GUYSTRIVIA Рік тому

    People can see what side has legs coming out and obviously what side doesn't and you ?

  • @h7opolo
    @h7opolo Рік тому

    meh, now you just have a constant drain from the power source via your "pull down" resistors.

  • @DmitriyKhazansky
    @DmitriyKhazansky 8 років тому

    Can you go over a dial that can turn with no limit? I know pots are a cheap and easy way to do this, but you will eventually hit the limit of turning it in one direction. I don't know what the component would be, more like an encoder of sorts.

    • @ItKindaWorks
      @ItKindaWorks  8 років тому

      +poldim It's on my list of videos to make. I'm not the best with coding rotary encoders as I rarely use them, but I will be getting to them soon.

  • @bude8234
    @bude8234 6 років тому

    The resistor on the negative side of the switch is necessary, because, without it you would just short the power supply?
    Thanks.

    • @ItKindaWorks
      @ItKindaWorks  6 років тому +1

      The resistor is there to give the switch a "state" when it is in the "off" position. You cant just wire it to gnd directly because as you pointed out it would be a short otherwise.

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

    I wired up my switch exactly as you've shown, but my script will not execute if the switch is in the OFF position when it boots up. But if I flip my switch to the ON position, it boots up and the code runs fine. My code is very simple. I've removed everything except a basic Serial.println("test") in the loop function. Any ideas what could be wrong?

    • @Willy_Tepes
      @Willy_Tepes 8 місяців тому

      Are you using a pull-up or pull-down resistor?

  • @tarikamer3703
    @tarikamer3703 6 років тому

    nice vid thanks

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

    If you were just lighting an LED (with resistor in series) with no arduino, would you still need a pull down resistor? An open circuit would be fine if you're not trying to read a specific state, right?

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

      You are correct! :) In the situation where you are just using a button or switch to directly control an LED you would not need any pulldown resistor.

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

      @@ItKindaWorks Thanks again for the help :-)

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

      I am a newbie but I did it without the pull down resistor and it worked, but with the pull down resistor, the LED was much brighter.

  • @paulalmquist5683
    @paulalmquist5683 7 місяців тому

    Buttons ARE switches, SPST

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

    '
    that push switch is a always noise click click..
    not good...
    better rather use a quiet silent push switch than noise sound click click

    • @ItKindaWorks
      @ItKindaWorks  5 років тому +3

      But click click is fun fun!

    •  4 роки тому +1

      The sound is feedback to confirm your action.

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

    Get to the point

    • @ItKindaWorks
      @ItKindaWorks  4 роки тому +2

      I will just let me finish with my monologue! I worked on it all week