Floating Pins, Pull-Up Resistors and Arduino

  Рет қаралды 161,185

Programming Electronics Academy

Programming Electronics Academy

Күн бұрын

🤩 FREE Arduino Crash Course 👇👇
bit.ly/get_Ard...
**If you like this, I think you'll like the premium Arduino training we offer. Check it out here** bit.ly/3nSBPUs
We designed this circuit board for beginners!
Kit-On-A-Shield: amzn.to/3lfWClU
SHOP OUR FAVORITE STUFF! (affiliate links)
---------------------------------------------------
Get your Free Trial of Altium PCB design Software
www.altium.com...
We use Rev Captions for our subtitles
bit.ly/39trLeB
Arduino UNO R3:
Amazon: amzn.to/37eP4ra
Newegg: bit.ly/3fahas8
Budget Arduino Kits:
Amazon:amzn.to/3C0VqsH
Newegg:bit.ly/3j4tISX
Multimeter Options:
Amazon: amzn.to/3rRo3E0
Newegg: bit.ly/3rJoekA
Helping Hands:
Amazon: amzn.to/3C8IYXZ
Newegg: bit.ly/3fb03X1
Soldering Stations:
Amazon: amzn.to/2VawmP4
Newegg: bit.ly/3BZ6oio
AFFILIATES & REFERRALS
---------------------------------------------------
►Audible Plus Free trial: amzn.to/3j5IGrV
►Join Honey- Save Money bit.ly/3xmj7rH
►Download Glasswire for Free:bit.ly/3iv1fql
FOLLOW US ELSEWHERE
---------------------------------------------------
Facebook: / programmingelectronics...
Twitter: / progelecacademy
Website: www.programmin...
This tutorial talks about floating pins. Specifically, what they are, why they are unwanted and how to deal with them.

Пікірлер: 256
@programmingelectronics
@programmingelectronics 4 жыл бұрын
****If you like this, I think you'll like the premium Arduino training we offer. You can check it out here**** bit.ly/3lHyzcB
@enteranamehere4541
@enteranamehere4541 4 жыл бұрын
The one phrase that made this video different from all others, and better than all others, is "the path of least resistance." Hearing that gave me a eureka moment. Thank you so much.
@mhelms1983
@mhelms1983 8 жыл бұрын
Hands down the best explanation on a pull up resistor I've seen. I actually understand now, thank you for this. Subscribing.
@programmingelectronics
@programmingelectronics 8 жыл бұрын
Glad you liked it, thanks for watching!
@cobra646
@cobra646 7 жыл бұрын
same. So many terrible "tutorials" so sift through until you find a good one on youtube
@blehprojects5776
@blehprojects5776 Жыл бұрын
Holy crud I’ve been looking at videos like this for over a month now and this is the first one that explains things in plain English! Keep ‘em coming!
@programmingelectronics
@programmingelectronics Жыл бұрын
I hope it helped!
@clunkclunk2099
@clunkclunk2099 6 ай бұрын
I’ve watched about four videos on this topic, and yours is the first that explicitly says why a resistor is needed not just how to do it. The part where you said path of least resistance is when the proverbial lightbulb went off in my head. Thanks!
@programmingelectronics
@programmingelectronics 5 ай бұрын
Great to hear! Sometimes for me I think it takes quite a few different angles, and then all the sudden things pop into place - its a great feeling. Glad this could help some!
@independent900
@independent900 3 ай бұрын
@@programmingelectronics I don't think it's about repetition and different angles, it's more about asking and answering the right questions, and breaking it down into digestable parts. After previous videos I was still clueless at the end. Your explanation and visual aids were fantastic, and I echo @clunkclunk2099's experience. Thank you!
@elecnut8211
@elecnut8211 7 жыл бұрын
I dont think you have any idea how much you are helping the electronics community. Thank you thank you thank you !!
@tedthisius4778
@tedthisius4778 5 жыл бұрын
Great video. I always think of a pull up resistor like a coil spring. When the resistor is connected to 5V, it tries to pull up the voltage at that point to 5V but can be overcome by a direct connection to ground when the button is pushed. Much like a spring, it returns to the original position (5V) when released. When the button is pushed there is a 5V drop across the resister which is converted to a very small amount of heat. There is very little current flow because the resistance is relatively high. A pull down resistor really works the same way, the resistor or "spring" is connected to ground. When the button is pushed the switch can provide 5V which overcomes the ground and produces 5V to the Arduino pin. Since the symbol for a resistor is a wiggly line, it reminds me of a coil spring.
@jamescashmore8408
@jamescashmore8408 5 жыл бұрын
best explanation i have ever found. You have a skill that many people lack that is explaining things clearly and using the right images to add to what you are saying. So many videos the stuff on the screen doesn't quite fit what is being said.
@EgyGyro
@EgyGyro 4 жыл бұрын
another great expression; " *Tying up* the pin to a certain voltage". It draws a clearer figure in my mind than "pulling up" the pin to voltage.
@jupiter457
@jupiter457 10 жыл бұрын
I finally understand this concept now!!! Thank you. Your tutorials are great.
@afraimuangnory7195
@afraimuangnory7195 7 жыл бұрын
you are really a gift to engineering.I now understand clearly what is mean by pull up resistor. I am try to get the money so that i will buy training materials from you . thanks a lot .
@MinhNg180
@MinhNg180 4 жыл бұрын
This video just cured my headache. Thanks a lot.
@programmingelectronics
@programmingelectronics 4 жыл бұрын
Glad it helped!
@humanperson8418
@humanperson8418 2 жыл бұрын
Best explanation of Pull-Up Resistors I've seen. Only improvement is if you said the Arduino has one built in, and how to activate it.
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks so much for watching! Good call - that totally should have been covered in this video. You may already know, but just in case... To use the internal input pull up, use pinMode(yourDigitalPinNumber, INPUT_PULLUP) What this does is set the pin as an input - so it can read digital inputs - but it is internally being pulled to a HIGH state. If you want to trigger your input, you connect the pin to ground (i.e. through a button press) www.arduino.cc/reference/en/language/functions/digital-io/pinmode/
@OneIdeaTooMany
@OneIdeaTooMany 3 жыл бұрын
This is the best explanation I've seen and has also helped me understand what INPUT_PULLUP and INPUT_PULLDOWN are doing.
@programmingelectronics
@programmingelectronics 3 жыл бұрын
Glad it helped!
@freethinker1957
@freethinker1957 5 жыл бұрын
Michael Cheich: Thank you for this excellent video. Took me a while to "get it", but now I do. After watching this, I took your free "Arduino Crash Course", which convinced me it would definitely be worth buying full access to all your training, which I have now signed up for (so you can, as you say, keep gas in your Lamborghini...) Now just a couple of notes (as Michael says, the best way to learn is to look for opportunities to "teach" - explain it to someone else): This video shows the problem of floating pins, and how to resolve that via an external pull-up resistor. Once you understand the concept, you can by-pass the problem on digital input pins in one of these two ways in your code (rather than on a breadboard) - using digital pin 2 as an example: pinMode(2,INPUT); digitalWrite(2,HIGH); // WRITING HIGH to this INPUT pin activates its built-in pull-up resistor. OR pinMode(2,INPUT_PULLUP); // Does both of the above steps in a single statement. Either of those activates the internal pull-up resistor built into the Arduino digital (and maybe analog?) pins. This info can be found in the Arduino Reference documentation for the pinMode function. Again, I suggest you DON'T use the built-in pull-up resistors until you complete this video and understand the problem of floating pins in the first place.
@KW-ei3pi
@KW-ei3pi Жыл бұрын
One of THE most important concepts for an Arduino use to understand. Thank you !!!
@programmingelectronics
@programmingelectronics Жыл бұрын
Thanks so much for watching!
@harshitrajput6865
@harshitrajput6865 7 жыл бұрын
After learning from your tutorials from one week , no other tutorial on youtube can match your level ! Thanks man !
6 жыл бұрын
I got No words to express how iluminating your videos are.... you make all the electronic's messy theory a vivid and smooth experience. THANK YOU SO MUCH
@lizardofoz5329
@lizardofoz5329 5 жыл бұрын
After watching AddOhm's tutorial I understood this topic. Now I am confused again. Never mind, I still liked it because you wrote some actual code and explained what it did and why. I am new to all this and it seems like everyone doing tutorials just uses simple existing sketches so you never see anything original being written. So bottom line, thank you and I'll watch this until I get clear on it again.
@chunheichau7947
@chunheichau7947 7 жыл бұрын
Very good explanation on how the pull up resistor works, I have been finding a good explanation for a long time until I find this.
@garvitgoyal5236
@garvitgoyal5236 3 жыл бұрын
Thanks a lot. I am a begineer in electronics and this problem made me frustated many times, but after your explanation it will be very easy to solve this.
@kim15742
@kim15742 7 жыл бұрын
lmao! I didn't even know I had this problem and since I am a programmer, I did the solution software-wise by it counting the number of loops that it's low. If it is low for over 20 loops the button is pressed. Not very elegant, I know
@TheDeIirium
@TheDeIirium 9 жыл бұрын
Instant subscription after the first minute - brilliant humor.
@twitchy9948
@twitchy9948 Жыл бұрын
I would also add that this mysterious "noise" is that cable starts working as an antenna (like the one in your phone), if you pull out the cable, the pin read will go from random to 0.
@prashanthirwani8047
@prashanthirwani8047 2 жыл бұрын
For me as a beginner Most easy and value providing video on yt great explaination keep going🔥🔥🔥
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks so much!
@JohnIsaacBradshaw
@JohnIsaacBradshaw 7 жыл бұрын
Seeing the circuit you built helped a lot. Thanks!
@derrickadusei7987
@derrickadusei7987 4 жыл бұрын
It solved my digital pin input problem. Thanks
@bradandsusan96
@bradandsusan96 6 жыл бұрын
**THANK YOU SIR** Best tutorial's; simple, well thought out, flows logically and to the point. Great stuff!
@mathiastyseng9208
@mathiastyseng9208 5 жыл бұрын
easy new sub, first vid to properly explain it
@programmingelectronics
@programmingelectronics 4 жыл бұрын
Glad to hear it helped!
@SymphonyKol_androidLover
@SymphonyKol_androidLover 3 жыл бұрын
Beautiful explanation, was just looking for this, Thanks a ton.
@programmingelectronics
@programmingelectronics 3 жыл бұрын
Glad it was helpful!
@shvideo1
@shvideo1 5 жыл бұрын
The best video on this important concept. Very nicely done. Thank you.
@ahmedamer777
@ahmedamer777 8 жыл бұрын
the atmega 328 has built in pullup resistor you have to activate in the void setup using digital write to high. ;)
@katrinagarcia8645
@katrinagarcia8645 5 жыл бұрын
Funny guy. Love the intro with the surfing micro-controller
@Richie_
@Richie_ 3 жыл бұрын
Nice one Michael. That helped.
@programmingelectronics
@programmingelectronics 3 жыл бұрын
Glad it helped Richie!
@rabiuls
@rabiuls 8 жыл бұрын
Thank you for the nice video. Another way to use arduino parameter "INPUT_PULLUP" for input pin. Like, pinMode(2,INPUT_PULLUP);
@nesileylmaz7611
@nesileylmaz7611 6 жыл бұрын
Udııd
@mohammedzoheb5299
@mohammedzoheb5299 4 жыл бұрын
Well explained..thank you so much!
@avinashpankhade8644
@avinashpankhade8644 7 жыл бұрын
great job... got it crystal cleared!!!!!!!!!!
@henik9
@henik9 6 жыл бұрын
Thanks man this vid really clarified some stuff for me.
@bernhardbaumgartner2890
@bernhardbaumgartner2890 3 жыл бұрын
Great explanation, thanks a lot man!
@programmingelectronics
@programmingelectronics 3 жыл бұрын
Glad it helped!
@redtipon9910
@redtipon9910 4 жыл бұрын
Thank you sir, I'm not really good at reading from the net but this video explain perfect. I love it!! subscribing. more power to you sir.
@programmingelectronics
@programmingelectronics 4 жыл бұрын
Awesome, thank you!
@MJ-iy4fb
@MJ-iy4fb 3 жыл бұрын
Good Lesson!!
@Maxr1998X
@Maxr1998X 8 жыл бұрын
Excellent video. Now I understand a LOT more. Thanks!
@programmingelectronics
@programmingelectronics 8 жыл бұрын
+Maxr1998X Great, glad you found it useful!
@umarmoiz8810
@umarmoiz8810 8 жыл бұрын
+Programming Electronics Academy Can we use INPUT_PULLUP in our code ?as opposed to adding an external resistor or does it not work like that ?
@chuckhole
@chuckhole 2 жыл бұрын
I think it would have been helpful to add that changing the input pin mode assignment from pinMode(Pin_Input, INPUT); to pinMode(Pin_Input, INPUT_PULLUP); accomplishes the same thing and eliminates the need for an external resistor.
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Totally agree Chuck! Thanks for pointing that out!
@vincent6313
@vincent6313 9 жыл бұрын
very helpful for my final exam. thanks
@programmingelectronics
@programmingelectronics 9 жыл бұрын
+pengci gao Thanks for watching!
@donaldklopper
@donaldklopper 3 жыл бұрын
Remember: that life boat is still floating! Better pull that up into the ... no, wait.
@davidizquierdogomez
@davidizquierdogomez 6 жыл бұрын
that was a very cool video tutorial. Thanks for solving the pull-up meaning and floating pins....so cool ¡¡¡
@MakerTutor101
@MakerTutor101 6 жыл бұрын
Thank you your tutorials are great
@guts-pn3st
@guts-pn3st 22 күн бұрын
Finally! Thank you soo much
@programmingelectronics
@programmingelectronics 21 күн бұрын
I hope it helped!
@johndripper
@johndripper 6 жыл бұрын
cool i like how you explain things :) this was very helpful you were the reason i got interested in arduino :) and other MCUs
@regpollock9403
@regpollock9403 7 жыл бұрын
Thank you for making it understandable.
@koemdjiev
@koemdjiev 3 жыл бұрын
Great explanation, nice and simple, thanks! I was having difficulty understanding the Pull-up pins
@programmingelectronics
@programmingelectronics 3 жыл бұрын
Glad it helped! Thanks for watching!
@vadimkoller6232
@vadimkoller6232 5 жыл бұрын
Finally got it. Thank you
@Lakitu1446
@Lakitu1446 5 жыл бұрын
Thank you i've finally understrood thanks to you !!
@d4ny4pres1d3nt
@d4ny4pres1d3nt 9 жыл бұрын
Thank you, you explain things very clearly! Cheers
@programmingelectronics
@programmingelectronics 9 жыл бұрын
+d4ny4pres1d3nt Thanks for the kind words! I hope you enjoy the other videos.
@pikeshmn
@pikeshmn 7 жыл бұрын
Awesome Explanation!
@AhmedDeedatPalestine
@AhmedDeedatPalestine 5 жыл бұрын
The best video.
@eugenevoltage1654
@eugenevoltage1654 3 жыл бұрын
Just watched multiple pull-up resistor videos. This is easily the clearest and best, thanks. One question please: Final circuit shown 9:00. Switch closed. I'm imagining that Pin2 is "positive" and current flows to GND. (Maybe I shouldn't be thinking like this, but either way I understand reading is LOW). Switch open. Current flows from 5Vpin to Pin2. Question - Pin2 must ultimately lead to ground for this to work right? Within the structure of the board.
@jorgemariofernandezfuentes3399
@jorgemariofernandezfuentes3399 4 жыл бұрын
Excelente Información!!
@jeroendruwe9061
@jeroendruwe9061 7 жыл бұрын
Very good explanation :)
@FRADemons
@FRADemons 6 жыл бұрын
Very good video! So helpful !!
@thomasalexander1563
@thomasalexander1563 7 жыл бұрын
Nice tutorial agains... Love this channel
@lgflanang
@lgflanang 5 жыл бұрын
Simply put, it is a bounce. And the pull up resistor corrected it to a point.
@jeranrai645
@jeranrai645 4 жыл бұрын
This is the best tutorial i ever encountered but still a small question. After the pull up resistor is connected to 5V , isnt the connection to digital pin 2 is always gonna read High even after its pressed or not ! or am i wrong on some logic ?
@epartsacc
@epartsacc 5 жыл бұрын
Great explanation, as a follow up, why don't you do a video on the internal pull ups of the arduino?
@noud8868
@noud8868 5 жыл бұрын
Electronic Parts idd really like to see a video explaining int pullups as well.
@favesongslist
@favesongslist 4 жыл бұрын
@@noud8868 Using the internal pullup means you don't need to add your own pullup resistor. To connect the pin including using the pullup resistor included in the Arduino use this code in the example given in the video pinMode(Pin_Input, INPUT_PULLUP);
@haribukkeprasad4612
@haribukkeprasad4612 6 жыл бұрын
Thanks a lot for the explanation. You really saved my day. :)
@bryanwesterveld5287
@bryanwesterveld5287 9 жыл бұрын
This explained it very well!
@Ammani-Yat
@Ammani-Yat 5 жыл бұрын
great lecture 👍
@northshorepx
@northshorepx 8 жыл бұрын
Nice a simple and makes perfect sense now! Thank you.
@programmingelectronics
@programmingelectronics 8 жыл бұрын
+northshorepx Thanks for watching - glad it helped!
@alexp7274
@alexp7274 5 жыл бұрын
Great explanation.
@programmingelectronics
@programmingelectronics 5 жыл бұрын
Thank you - I appreciate that!
@MilanKarakas
@MilanKarakas 8 жыл бұрын
What you are reading at "floating" pin is your main (50 or 60 Hz). That is because input pin has very high impedance. Pull up resistor make "offset" to the +5V. But, you may want to avoid adding resistors to +5V by simply using next code(s): pinMode (2, INPUT_PULLUP);, where MCU gives about 200 kOhm resistor internaly to pin 2. Or: pinMode (2, INPUT); digitalWrite(2, HIGH);, which gives the same result. Note that although pin 2 is input, you write in setup HIGH value (digital 1). There is NO pull-down resistor inside MCU. Another advanced way to make whole sketch: void setup() { Serial.begin(9600); DDRD &= ~(1
@pikeshmn
@pikeshmn 7 жыл бұрын
Floating pin take charges around from your finger, stray wires etc.! This causes the fluctuating voltage..So you need to tie it up! Nice concept!
@kameelamareen
@kameelamareen 7 жыл бұрын
WOW man hands down for sure !!!
@threeelancer
@threeelancer 4 жыл бұрын
Thanks, it helped.
@programmingelectronics
@programmingelectronics 4 жыл бұрын
Glad it was useful!
@shaunsomaru4524
@shaunsomaru4524 5 жыл бұрын
Thank you for great explanation
@programmingelectronics
@programmingelectronics 5 жыл бұрын
Thanks Shaun!
@joshuapitong899
@joshuapitong899 2 жыл бұрын
Thank you.❤
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks for watching!!!
@pi11sburydoeboy
@pi11sburydoeboy 7 жыл бұрын
Great explanation. Subbed!
@The1Creston
@The1Creston 5 жыл бұрын
Thank you. That helped a lot!
@mayurthombare3288
@mayurthombare3288 6 жыл бұрын
Thanks for this helpful video
@Moncayoboy
@Moncayoboy 9 жыл бұрын
Good explanation, thanks.
@programmingelectronics
@programmingelectronics 9 жыл бұрын
Raul M Thanks!
@SukhdevSingh-tp4mg
@SukhdevSingh-tp4mg 4 жыл бұрын
Good job!!!!!!!!
@programmingelectronics
@programmingelectronics 4 жыл бұрын
Thank you!
@bartnoe4194
@bartnoe4194 8 жыл бұрын
Thank you for your clear explanation. great course!
@programmingelectronics
@programmingelectronics 8 жыл бұрын
Thanks Bart - I hope you can find them all helpful.
@RixtronixLAB
@RixtronixLAB 2 жыл бұрын
Nice video, thanks for sharing :)
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks for watching!
@filipemarques9144
@filipemarques9144 8 жыл бұрын
Finally...now I get it! Thanks! :)
@WhiskyPankcake
@WhiskyPankcake 9 жыл бұрын
Great tutorial
@programmingelectronics
@programmingelectronics 9 жыл бұрын
WhiskyPankcake Thanks!
@defariase
@defariase 8 жыл бұрын
This tutorial is pretty awesome! Thanks for uploading it. I'm subscribing to your channel for more! Cheers, LD
@kenfranco7981
@kenfranco7981 9 жыл бұрын
Great video but why don't you use the internal pull up resistor built into the Arduino boards instead of an external pull up resistor ?
@programmingelectronics
@programmingelectronics 9 жыл бұрын
Ken Franco Great question Ken! Since the button sketch examples that come loaded with Arduino all use external pull ups I decide to follow suit. But I agree, the INPUT_PULLUP is the way to go.
@Cdaprod
@Cdaprod 2 жыл бұрын
Holy shit I needed this today and you nailed it 7 years ago. Thanks algo and google spy lmao
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Glad it helped!
@georgekot6377
@georgekot6377 8 жыл бұрын
Good work. Thanks
@programmingelectronics
@programmingelectronics 8 жыл бұрын
+George Kot Thank you for watching!
@karimjibaku5866
@karimjibaku5866 2 жыл бұрын
i always see it like electrons like to take the easy path so when electorn seees a resistor avoids it when it is invetable in this case while we don't press the push botton electrons need to take the other path where there is resistor
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Nice way to think about it!
@karimjibaku5866
@karimjibaku5866 2 жыл бұрын
@@programmingelectronics thank you for your efforts
@oteikwufrancis1108
@oteikwufrancis1108 4 ай бұрын
Woohoo!! Thanks man. You just helped me understand the concept of floating pins. I've been trying to get this and all the other sources I consulted didn't help much. Thanks 😊 Also I checked your other tutorials and I'll like to pay for your course. But I'm a bit wary course I've registered for some courses and they turned out to not be what I expected. So, is there like a trial version I can test with before payment?
@programmingelectronics
@programmingelectronics 4 ай бұрын
Here is a free course we offer: www.programmingelectronics.com/arduino-crash-course/ If you like this, I think you'll like the training program.
@cill521
@cill521 8 жыл бұрын
Very clear. Thanks
@programmingelectronics
@programmingelectronics 8 жыл бұрын
+cill521 thanks for watching!
@InventionTherapy
@InventionTherapy 7 жыл бұрын
Was Arduino the best choice for this project?
@313jacob
@313jacob 8 жыл бұрын
I'm confused. My understanding is that INPUT mode states that the pin reads voltage. The voltage flows from source to the ground. What is the source in this case? The flow is from the ground to the pin? I always thought that INPUT pin will read +v not ground.
@alsayedalsisi2709
@alsayedalsisi2709 8 жыл бұрын
+313jacob T thought that too and I was going to ask that until I saw your question
@dannuttle9005
@dannuttle9005 8 жыл бұрын
Your're right, it does read voltage. Ground is 0 volts. If you connect ground to an input pin, it reads that as LOW. (On an Arduino, that is anything below, I think, 1.2 volts.) If nothing is connected, then the input pin floats, and you get unpredictable readings. Think of it in terms of water. Suppose that a garden hose is connected your pool (the Arduino) and ground (a drain). Let's say that in this bizarre pool-world in your Arduino, there can be passing rain showers that can instantly fill up your pool, and there are also other internal drains that will eventually (but not instantly) drain this rain water off. But once the garden hose is attached, water in the pool drains instantly. If you don't have the garden hose attached, that stray water sloshing around will vary, so that at times, it looks like the pool is full enough to swim in (the pin registers HIGH), and at others, it's barely full enough to wade in (the pin registers LOW).
@actionoise
@actionoise 5 жыл бұрын
thanks bro you permitted actionoise sistem......
@REACH253
@REACH253 3 жыл бұрын
Is it possible to implement a pull up resistor, but substitute the pushbutton with a sensor or an optocoupler?
@mps6934
@mps6934 6 жыл бұрын
Funny intro ^.^ Great explanation, too.
@craigminca7446
@craigminca7446 8 жыл бұрын
great explanation, thanks
@programmingelectronics
@programmingelectronics 8 жыл бұрын
Thanks for kind note!
@twinstarsnz3626
@twinstarsnz3626 8 жыл бұрын
Thanks mate!
@randywetzler5976
@randywetzler5976 5 жыл бұрын
That's a great explanation of a "pull up" resistor. I assume a "pull down" resistor does the opposite holding the pin value to 0V. I see other tutorials where the content provider will connect the resistor(s) to the ground side of a LED(s) circuit so it's a little confusing to me. Can someone explain the best practice for both type circuit? Maybe in a simple circuit it doesn't matter, I don't know. I am new to this Arduino stuff.
@chrismuszelik
@chrismuszelik 9 жыл бұрын
Thank you for de-mistifying pullups
@programmingelectronics
@programmingelectronics 9 жыл бұрын
Chris M You Bet - I hope it helped.
@wick3de
@wick3de 9 жыл бұрын
you are great men! and nice humor twitch on it
@programmingelectronics
@programmingelectronics 9 жыл бұрын
Thanks for watching Pinda !
Arduino Sketch with millis() instead of delay()
14:27
Programming Electronics Academy
Рет қаралды 229 М.
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 60 МЛН
Spongebob ate Michael Jackson 😱 #meme #spongebob #gmod
00:14
Mr. LoLo
Рет қаралды 10 МЛН
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 40 МЛН
Pull Up and Down Resistors for Floating Inputs- Simply Put
23:52
Electronics 201: Pull-Up and Pull-Down Resistors
11:38
humanHardDrive
Рет қаралды 263 М.
Breadboarding tips
20:16
Ben Eater
Рет қаралды 435 М.
Pull Up/Down Resistors
6:42
0612 TV w/ NERDfirst
Рет қаралды 8 М.
Easy & Powerful Arduino Alternative? #3 Teensy Beginner's Guide
10:42
Which Arduino IDE should I use?
13:43
Programming Electronics Academy
Рет қаралды 85 М.
Short and sweet:  pull up/pull down resistors explained
6:16
learnelectronics
Рет қаралды 134 М.
Not enough Arduino Pins? Try this I2C Port Expander! | Chip Tips #1: PCF8574
7:59
Pull-up and pull-down resistors
3:42
Julian Edgar
Рет қаралды 55 М.
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 60 МЛН