Arduino Tutorial 17: Understanding Arduino While Loops

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

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

  • @jasongreen6834
    @jasongreen6834 Год назад +136

    Just to let you know...Three years on and people are still watching and learning, holding their breath when you compile, banging the arm of the chair and yelling "BOOM!" Wonderful legacy Paul.

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

      that booms was of chair?? i thought it was table

    • @mertthew6332
      @mertthew6332 Год назад +1

      And that is still a fact 👍

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

      I am watching it today almost 4 years later. Still Valid thanks a lot!

    • @999kestas
      @999kestas 9 месяцев назад +3

      just to let you know i started after 4 years :DDDD

    • @khalidaziz2196
      @khalidaziz2196 8 месяцев назад +2

      i thoght i'm the only one who do it realy, and yelling booom hahahaahhahaha

  • @jameshyde6395
    @jameshyde6395 5 лет назад +133

    I watch your video's Paul, you have taught me a lot, I am sure you are not just talking to the wall.
    Thank you.

    • @robertlegg8759
      @robertlegg8759 4 года назад +1

      Hi Paul,
      Thank you. I love your videos. Keep them coming.

    • @jarrellestes1793
      @jarrellestes1793 3 года назад +3

      Older guys enjoy to.

    • @sst8872
      @sst8872 3 года назад +1

      I'm listening intensely! Thank you, Paul.

    • @tanphuc2320
      @tanphuc2320 3 года назад

      im sure he get some of his students sit in front of him for 20 minutes traight

  • @mikecargill5595
    @mikecargill5595 5 лет назад +73

    I teach at a small school in western Kansas. I believe that the future belongs to those that understand coding and electronics. With your help, I'm introducing the understanding and application of an Arduino. On behalf of myself and my students thank you so very much.

    • @therzook
      @therzook 4 года назад +3

      and physics, mechanical engineering or any other area of science, electronics and coding is only tool in complex process, solemn understanding of these is pointless, but always advantage.

    • @fluffyrobot1569
      @fluffyrobot1569 3 года назад +1

      I have learned so much thankyou so much for what you do!;

  • @architchoudaha374
    @architchoudaha374 2 дня назад +1

    I completed 1/4 of the playlist with this video. Clearly, you're one of the best instructors I've ever seen. Thank you, Paul, for this beautiful playlist.

  • @emilbester8771
    @emilbester8771 4 года назад +99

    Paul's easy style of lecturing is very effective. His teaching logic is easy to follow and, because he sometimes make (deliberate?) mistakes, his lessons also teach program debugging at the same time. Well done, keep it up!

  • @joematarc5245
    @joematarc5245 4 года назад +36

    I'm devouring your tutorials like there's no tomorrow, (:
    thanks so much.

    • @marcelomarquesrangel
      @marcelomarquesrangel 2 года назад +2

      Me too. But then, I coded this:
      int j;
      int delayT=500;
      String mes1="Today";
      String mes2=" is yesterday's ";
      String mes3="tomorrow.";
      void setup(){
      Serial.begin(9600);
      }
      void loop() {
      j=1;
      while(j

  • @thuongtruong1288
    @thuongtruong1288 10 месяцев назад +2

    I am an Arduino Uno R3' s beginner. I like very much your Tutorials. Thanks a lot. Tony Truong

  • @gdpower456
    @gdpower456 10 месяцев назад +1

    i'm a retired engineer and my son introduced me to the fun of this series. Keep up the good work. I am learning more with every tutorial. best regards

  • @KenJacobson-v8v
    @KenJacobson-v8v 13 часов назад

    It didn't work at first; but looked back and found several silly errors like colon instead of semicolon, typed the word "High" instead of "HIGH". The IDE is really amazing how it shows you the area in the program that needs to be fixed -- very impressive. Your teaching is even more impressive - thanks Paul.

  • @TheScissorunner
    @TheScissorunner 4 года назад +1

    This is really getting fun!!!
    I expanded on this lesson by including a while loop for the counter and a third while loop with second led.
    Here's my serial monitor output:
    Testing, pot value is: 615
    // reads initial value
    1
    // countdown to three loop
    2
    3
    Safe zone value: 616
    // reads value, turns on "safe" led
    Warning! over value: 1023
    // turn pot up, reads value, turns off "safe" led, turns on "warning" led
    Warning! over value: 1023
    Warning! over value: 283
    // turn pot down, reads value, exits loop
    Resetting!
    // loop has been exited
    Testing, pot value is: 282
    // returns to top of void setup
    1
    // countdown repeats
    2
    3
    .....Etc.

  • @tomlee47ut
    @tomlee47ut Год назад +1

    I am a 75 retire mechanical engineer trying to learning computer coding. I bought the tool kits as recommended by you in your video. I find your lecture to be very helpful and fun to follow. Thank you for your time in teaching us.

  • @kadem7jj79
    @kadem7jj79 5 лет назад +3

    NO , YOU ARE NOT TALKING TO THE WALL !!!!
    Really good teacher..great educational talent !... very clear video and sound quality ...
    I write out the sketches, on the arduino screen, and building the circuits, and try them out.
    I hold my breath,... there is not always a BOOM, but i i learn from my mistakes, and retry
    until it's really BOOMING and i UNDERSTAND what i am doing!
    Thanks for your HIGH QUALITY INPUT!
    ......Greetings from Belgium !

  • @thomashoffmann5603
    @thomashoffmann5603 2 года назад +11

    Best Arduino lectures I've found on RUclips! I love em, I love the way you teach wish I could have had you doing my engineering degree. Anyone found a advanced C++ course to take after this? I love this way of learning!

  • @Obonyogt
    @Obonyogt 2 года назад +1

    Your the best lecture of Arduino much greetings from Dar Es Salaam, Tanzania welcome!!

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

    Mr. Mcwhorter, you're an inspirational man/teacher/human/ no you're not talking to the wall, you're doing good deeds, may GOD Bless you.

  • @clarityautodetails5304
    @clarityautodetails5304 3 года назад +10

    Yesterday I started this series. Today I know how to do all kinds of things that seemed too complicated a week ago. Everything has been going great as I’m watching these videos, the homework assignments have been challenging and fun, and I feel like I’m getting a solid review on coding that I never realized I needed.

  • @chidiukoha62
    @chidiukoha62 Месяц назад

    Youre students are so lucky to have you as their teacher you are truly talented thank you for the lessons

  • @kriskokko809
    @kriskokko809 3 года назад +2

    Its 2020. There is a pandemic. I am a 20+ years engineer working from home. I love these videos. Yes, I watch these videos and do all the home works assignments like they are candy. MORE CANDY... please.

  • @MardinBodley
    @MardinBodley 3 месяца назад

    I like the way you deliberately make errors . It is a great way to teach.

    • @paulmcwhorter
      @paulmcwhorter  3 месяца назад

      Yes, deliberate errors . . . thats it, I never make mistakes in real life.

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

    Another great lesson Paul. After todays demonstration I added another variable so the serial print would output a 0-5V number. Then added a second LED (yellow not blue or green). The yellow LED turned on between 0 and 2V. The yellow LED would also blink from 2.0 and 2.5V. The red LED would turn on between 2.5 and 5V.
    Thoroughly enjoy your lessons. You sir, can teach!

  • @denniswinden3895
    @denniswinden3895 3 года назад +1

    Paul... Thank you very much for your videos...I'm 60 years old and always wanted to learn about electronics....Bought my eelego kit and have made it this far! I was racking my brain trying to figure out why my light would come on at 1001 but wouldnt go off less than 1000.... finally saw my error....digitalWrite (potPin,LOW)....oops should have been (redPin,LOW).... I'm Learning! Thank you again!

  • @PriestGx
    @PriestGx 3 года назад

    I bought my first Arduino 10 years ago. If only I had access to your videos back then... I bought a new starter kit now and learning so much from you. Thank you so much

  • @liamboland2307
    @liamboland2307 2 года назад +2

    Hi Paul I learned my electronics in the 70's. No micro controllers. I have many times to master Arduino and failed. You teach the basics very well. I am on lesson 16 in two weeks and keeping up. Confidence growing. Liam in Ireland

  • @ianrice9403
    @ianrice9403 3 года назад +3

    Love these videos. I'm pretty proficient at maths and engineering and physics and coding SEPERATELY - but I had huge gaps when trying to work out how they can fit together in this way.
    I have always been in awe at those guys who can just "build stuff" and make it work - it always looked like black magic to me!
    Problem now solved with Paul's videos. My knowledge has leapt forward in just one day and 4 coffees!
    So within 1 day of discovering this channel, I've ordered the Elegoo kit - nobody tell my wife please !!!

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

    I have learned a LOT from you my friend. Thank you!! Tho I have a decent little workshop, I just found the circuits part of tinkercad. It will actually simulate these circuits using the arduino. So for those that don't have any bucks, find tinkercad and click on circuits and you can practice coding and see the results there. Free!
    My use for arduinos is for some projects I am making using LED's to outline things such as animals or hearts or whatever and then make them blink in artful ways. I have to use a Maga arduino for most of the projects because of the large number of LED's in the projects, but for simpler ones you can use the uno. But I can practice coding in the simulator and get proof of concept even if I don't light up 80 LED's in the simulator. You can practice for loops, while loops and all sorts of things. They only have the Uno in the simulator. Wish they had the Mega. But just thought I'd mention that.

  • @averycolburn
    @averycolburn 3 года назад +19

    Me, not holding my breath, yelling at the screen: "CAPITAL P IN RED PIN!"

  • @xtredrambo
    @xtredrambo 4 года назад

    We are watching and practicing what u have teached us , you are not talking to the wall you are talking to us , thank you for your lessons

  • @Pinchington
    @Pinchington 2 года назад +3

    I love how you integrate software development along side hardware design. You make it easy to understand while showing practical applications. Thanks bud!

  • @thefierceninja2557
    @thefierceninja2557 3 года назад

    the second I started this episode I got an ad that said "what would you do if you got 2 more hours?". The first thing that came to mind was "I would spend it on this series". Amazing teaching skills Paul!

  • @daveharkin4731
    @daveharkin4731 4 года назад +1

    Paul I'm a little late to the party, but rest assured people are still watching and you're not talking to a wall. honestly these are the best programming tutorials I've seen on the net. at last somebody that can really teach. Thank you very much for these videos.

  • @bernardo6119
    @bernardo6119 Месяц назад

    I just wanted to express my appreciation for your excellent teaching in electronics with Arduino. Your enthusiasm and depth of knowledge make learning engaging and inspiring. I truly value how you dive into the details, helping us understand the concepts thoroughly. Thank you for your dedication!

  • @justinwhite2910
    @justinwhite2910 2 года назад

    Mr. Miyagi with the wax on wax off method of teaching is really cementing this all into memory. THANK YOU PAUL.

  • @ianrickard9480
    @ianrickard9480 2 года назад

    The example you gave at the end of the video re a thermometer and fan is exactly one of the projects I'll be adding to my system.

  • @richardfeist9340
    @richardfeist9340 3 года назад +2

    Just another brick in the wall, "listening". And learning a lot!! Many Thanks

  • @victoraguilar3167
    @victoraguilar3167 2 года назад

    The power of the IF statement and LOOPS (for and while)!!! Thank you!

  • @loudulko8583
    @loudulko8583 3 года назад +1

    Yes, we're still here watching thanks for the vides Paul!

  • @TheFalconJetDriver
    @TheFalconJetDriver 5 лет назад +2

    After I built and coded this project with a red LED and it worked, I changed the LED to Blue because it was so special because the project Worked🎉
    This lesson came just in time for me because I am building a automated blast gate dust control system. The “while” statement is more user friendly to me.

    • @chrisingram7277
      @chrisingram7277 5 лет назад

      What is a blast gate? You've got me thinking about some automation in my workshop.

  • @kevernet
    @kevernet 2 года назад

    Discovered Arduino many years ago and not being a programmer, mostly just cut and paste. Now retired and taking this from episode 1, through to the end, fantastic teacher, so thanks again.

  • @coasterbp
    @coasterbp 3 года назад +1

    I "hooked a brother up" today and bought myself the starter kit so that I can play along at home. Thanks, Paul, for the lessons.

  • @FernandoRodriguez-uo2fk
    @FernandoRodriguez-uo2fk 4 года назад +2

    I started to feel programming Arduino “all natural” thanks to you. Ive been using arduino for about 6 years now (every now and then), but whenever I needed to do something I just look over the internet for sketches just about what I tried to do and copy, paste, copy, paste. Some things I understood, most not. Now Im finishing a project about a C3P0 face that based on a pir sensor, turns the head, turn on the eyes, says something, looks back front, says something more, then finally shuts its eyed down fading and waits. Yesterday I wrote the sketch understanding what I needed and how to do it. Know what? I done it. Now I can tweak it as much as I want, because I UNDERSTAND. Im very very thankful to you and all the effort you made on making this videos, I know it must be hard and time consuming so a big thank you! Now almost every afternoon I sit down with my computer, iPad (there you give the class), notepad and pens, sit and listen while learning, writing all down to get it better. Here now is winter so hot coffee or tea, no sugar. THANKS again from Buenos Aires!!!!

  • @abhik1493
    @abhik1493 4 года назад +1

    Hello Sir,
    your videos help me a lot! I am a 14 year old stuck in quarantine and you're videos keep me engaged, and you are my inspiration to persue engeneering as my hobby, and maybe even my future career.

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

    Just revisited this one, yes, getting the hang of this more now.

  • @fabrom7792
    @fabrom7792 4 года назад

    You are definitely NOT talking to a wall, BUT to a worldwide community of passionates like you are ! We need teachers like you. Please continue to do so. Warm thanks from France !

  • @shivvvdepp_6842
    @shivvvdepp_6842 3 года назад

    I discovered this channel in covid pandemic in 2020 left for sometime continuing my college but now.....pandemic has again got "boom" (ur one)........and I again continuing learning lectures..
    From INDIA

  • @Ibrahim-bn3wz
    @Ibrahim-bn3wz 3 года назад

    Sir you are one of the best teachers I've ever seen in my life

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

    Hey Paul,
    I bought an Arduino after wanted to monitor various things in the garden and after finding your series, I have resisted the temptation to skip ahead and I'm going through the process and learning as I do. I've worked in the IT industry for close to 30 years and finally I (almost) understand binary. Trust me people are watching and learning.... BOOM!

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

    Paul, there are Many out here who are just starting to Learn Arduino including Myself. Just for My benefit I added 2 extra LED to this While(loop) if the potVal is lower than 400 a Clear LED lights, if the potVal is between 400-800 an Amber LED lights up... Red LED lights up if potVal is over 800. Your Teaching style is Fantastic and makes People want to Learn and Experiment....

  • @080396001006
    @080396001006 4 года назад

    i have only watched the first 16 (well 16 and a half) of these lessons and i got the circuit and explanation to connect a dc motor to arduino from a book included in my kit. i combined it with what i learned from you on potentiometer and made a speed control for the dc motor. to anyone reading this comment, continue watching and learning and i promise it will pay off :D

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

    Ex-Army Avionics Technician, BASIC programmer (coder) as a child. Now 49 years old, Advanced Paramedic within Primary Care and learning to code within Arduino IDE. Looking for ideas to develop a service improvement plan within a GP practice using the arduino!
    Thanks for the lessons Paul!!
    Booooooom!

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

    He's one of the only reasons I understand Arduino

  • @louderone6042
    @louderone6042 4 года назад +2

    You are most definitely being watched. I like your videos and learning quite a bit. Your structure going from the simplest concept and gradually going upwards in difficulty, is a great thing, in my opinion. I love your homework assignments, as well. Having an old electronics background, the lessons with the homework I always expand farther than your assignments. For example, I turned your blinking LED assignment, into a set of working railroad signals. I wish you could see them. I will now reduce the amount of code with your FOR and WHILE loops. You do great work and are much appreciated by your followers. Keep up the great work and have a blessed day!

  • @omkarkhade4602
    @omkarkhade4602 3 года назад

    I like the way you make things understand from starting to the end of the video.
    Thank you.

  • @Atom-Mercury
    @Atom-Mercury Год назад

    We watch the videos and code along with you and sometimes do the assignments. Thanks so much for this series.

  • @bigbear333uk1
    @bigbear333uk1 5 лет назад +14

    Hi Paul theirs no wall thick enough that you can not see us through,
    We are all here eager to learn what you will teach us.
    just please keep going.

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

    Your teaching style is great. I love doing the assignments.

  • @prishagupta706
    @prishagupta706 3 года назад

    Sir you are not talking to walls , We all are listening to you , the way you teach is superup.
    Thanks a lot for your efforts.

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

    Hello! I really appreciate your excellent tutorials! They are priceless!!! After I completed the "while" loop assignment, I rewrote the program using "for" loop and "if" statement. It gave me better sense of these three function. I just bought the kit a week ago for my son who is in middle school. He is also really enjoy to learn it from your lessons, and he completed lesson 15 last night. we are both addicted to it 😁. My husband is learning it well, but he is at a slower pace. Thank you again! I hope we will finish all your arduio lessons!

  • @sjoy113
    @sjoy113 3 года назад

    Great explanation of the difference between For...Next and While loops. Thank you, Paul.

  • @aubindejongh3913
    @aubindejongh3913 2 года назад +2

    I have gone through a lot of coding tutorials and I must say yours are easy to follow and understand. I also tend to change my integer descriptions as I code and not just copying everything just to keep the focus up. I have my Arduino for more than 5 years now and since I found your tutorials I am again excited to build and program again.

  • @EthanElkorr
    @EthanElkorr Год назад +1

    Love your videos Paul McWhorter!!!

  • @StevenVeldt
    @StevenVeldt Год назад +1

    4 years later new viewer working my way through the series

  • @jtsowers47
    @jtsowers47 Год назад +1

    I admit I've been using the blue and green and even the white LED, but each time it was a special occasion, it is when I learn something new. BOOM!!

    • @paulmcwhorter
      @paulmcwhorter  Год назад +1

      BANNED!

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

      @@paulmcwhorter OH NOOOOOOO!!!!!! Pretty excited you replied I didn't even think you read these comments any more, ban me if you will lol I'll just use my buddies account to continue learning from you, thank you again for all that you do

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

    Thank you, sir, for your knowledge. Yes, people are still watching. And why wouldn't we be? You give amazing, useful information in a way that's easy to understand. Having teachers like you would have made high school so much easier and more fun.

  • @tautvydas3364
    @tautvydas3364 3 года назад

    So I bought "The Most Complete Starter Kit UNO R3 Project" from ELEGOO. Then I decided to to find tutorials to learn how to use this kit and I came up with your videos. Now I am doing these daily after work(one or two tutorials a day). I watch the video then play some music in the background and try to do everything myself. This "teaching" method seems to be working well. Everything that I believe that might come up important (list of variables, IF, Dimmable LED etc.) I copy to the notepad and save them in the "arduino" folder. So the baggage of knowledge keeps growing everyday and nothing is missed :) THANKS !
    P.S. The sad thing is that in the beginning the first videos had around 621k views and now lesson 17 has only 53k :(

  • @patrickburke3826
    @patrickburke3826 2 года назад

    It took me 16 videos, but now I'm all in on a mug of iced coffee! Thanks Paul!

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

    yes I got this one working, definitely better than the last time i did a while loop, practice definitely makes perfect for this old chap. August2023

  • @dg1341
    @dg1341 4 года назад +5

    Well, sitting at home with an Arduino gathering dust in the closet no more. I am working my way thru the video. Very helpful as my programing is more than a little rusty (early 70s using punch cards on an IBM main frame in college).

  • @bruceweight7319
    @bruceweight7319 4 года назад

    Thank you I recently ended up disabled. My son who is a computer programmer gave me an elego kit knowing I love this type of stuff. I really like electronics and in my former work life built lots of Industrial PLC projects for agricultural automation applications. I am also a ham radio operator and Arduino interests me. So thanks fo the excellent way in which you present these projects in line. I will be looking them over as the time goes on . Thanks

  • @wendygrant2735
    @wendygrant2735 2 года назад

    You tricked me in that while loop, finally found my mistake, learned a lot today. Thank you.

  • @reallone5
    @reallone5 Год назад +1

    Hi Paul going through your tutorials on arduino and its great. Thanks so much for lessons

  • @aidanhanlon6290
    @aidanhanlon6290 2 года назад

    Video series is great! Going through all the basics in an easy to follow lesson format that is a good length has been super helpful for me. I will say that the "accidental" missed semi colons and variables get a little redundant after awhile but I understand the point of it; I would hope 17 videos in those of us following along aren't needing to be reminded of this every video. All in all really appreciate the uploads, thanks!

  • @sumantakumardutta986
    @sumantakumardutta986 3 года назад +1

    Never thought I could make such a great fun project, using just a while loop. Thanks for showing this. Good video.👍

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

    Such great tutorials..i am enjoying them so much. I recently made a small project based on this lesson where i had a light sensor and a motor. Whenever the light sensor was detecting dark, the motor was turning on and vice versa, if the light sensor was detecting brightness above a certain number, the motor was turning off...this example helped me so much!!

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

    Palma Quarter/ Paul McWhorter. Whichever way the subtitles "pronounce" your name, ...these are still the best Arduino instructional videos by far

  • @Traxonen
    @Traxonen 2 года назад

    Thanks for that serie of lessons. I tried to understand Arduino 2 years ago and abandonned because it semmed to complicated for me. I Finally found your tuto's and I'm learning fast !

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

    I'm done with revision from Tutorial1 all the way up to this point, now I'm extra ready for a lot of new info! :D

  • @neal19
    @neal19 3 года назад

    Hi, paul I am a 16-year-old from the UK and I have been hooked on this tutorial series. You explain all the concepts in an easy-to-understand way which is really helping me out to thanks!

  • @stevencureton2232
    @stevencureton2232 4 года назад

    Paul, just wanted to give you a shout out. I viewed your video series several years ago and loved them. The only problem was I didn’t follow your advice totally. I gave up Arduino and decided to get back into it. This time around I’m following everything you do to a tee and find myself really learning how to code. The number one “pearl” was to create variables for everything. I thought that you were being redundant but now realize the only way to learn Arduino is by following your recommendations and do your homework assignments. You won’t be able to code more complex sketches unless you have a platform from which to start. You have provided that platform for me and I appreciate it. Thanks for the great videos. I love them!

  • @marcalbert3494
    @marcalbert3494 3 года назад

    i'm on a binge right now, can't stop.

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

    I love the way of learning here, even in my work I hold my breath and when something goes well there are a lot of booms!! and bam!!!

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

      Boom!

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

      Dear professor, you have made my day with this comment. 4:24

  • @dhynders9193
    @dhynders9193 3 года назад

    I have watched the first 17 in the last 2 days. I have saved each project and now tonight I am going to open each one and try to engineer the bread board from coding

  • @terencebarber4269
    @terencebarber4269 4 года назад

    I also watch the videos. just finished lesson 18 and i had to do it twice to get it to sink in. at the moment I find the for loop easer to understand but this ay change over time. Excellent course please keep them coming

  • @jimbr0wn
    @jimbr0wn 4 года назад

    Doing these lessons in the middle of winter in Scotland, ice black coffee just doesn't cut it, lots of the hot stuff, LOL still loving the lessons. Thank you.

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

    Thank you Paul. I really enjoy watching the videos and I am learning lots. Someday I will be able to program like you. Well I can hope anyway. You make it fun to learn thank you so much for all your hard work.

  • @leonhardeuler8457
    @leonhardeuler8457 4 года назад +1

    Thank you Paul ,My goal is to watch all of ur series and learn them all cuz I'll need them in university very much

  • @ajdup
    @ajdup 2 года назад +1

    Hey Paul, You are awesome man. I wish i had you as a teacher in school, i'm sure i would have had much better grades. I'm 61 and starting to learn electronics and building circuits. You make it easy. Thank you so much.

  • @starmount326
    @starmount326 4 года назад

    Hi Paul, I and my son 5th grader both really enjoy your videos. Thank you so much. You have taught us a lot. If my son is interested in the engineering field, it is all because of you.

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

    Im coming back to this stuff after having completed a CS degree. I just had to pause and comment. You sir are a very VERY good instructor. Even parts that I should be skipping over for example, the explanations of if statements, for loops, while loops....I find myself watching through for whatever reason lol

  • @arghachatterjee1353
    @arghachatterjee1353 3 года назад +2

    thanks for this quality content.........whenever i get a free time i come to see your videos.....Love and respect from india

  • @gautambiswas7338
    @gautambiswas7338 2 года назад

    We are indeed watching your videos, enjoying them, and in the process of learning.
    Thanks. I want to finish this course and then move on to your smartcar robot series.

  • @mangekyoumusa
    @mangekyoumusa 4 года назад

    You are not sitting here and talking to a wall! I am finding your videos very useful for learning Arduino. Thank you!

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

    Paul, I agree with your assessment of While loops over For loops. I have programming experience using both and generally prefer while loops and sometimes switch functions. I admit is cheated on the earlier assignments that called for redundant code copying for blinking lights; I used While loops. Keep up the good work, I am enjoying the series.

  • @colepdx187
    @colepdx187 5 лет назад +3

    I only hold my breath when I don't see any mistakes. Trying to blame me for compile errors just because I'm breathing is a bit unreasonable. :)
    while (PaulMadeMistakes) {
    breathe();
    }
    boom();
    Thanks McWhorter. I'm always watching.
    ;)

  • @glenternes2119
    @glenternes2119 2 года назад

    Watched every single video, several more than one time. Great Job Paul. Thanks

  • @ronaldkloosterman836
    @ronaldkloosterman836 2 года назад

    Thank you Paul from Holland for your Arduino lessons. After reading “Arduino for dummies” I got depressed 😉 because I could not understand a lot of it. You changed that. With your coffee, nonono’s, booms and breath education you make learning fun. A big thank you from the Netherlands1 . Me and my arduino are best friends now!

  • @dcrickerson7611
    @dcrickerson7611 2 года назад +1

    Another great lesson, Thank you, Paul

  • @starlingafrica8791
    @starlingafrica8791 2 года назад

    IN COLD WINTER DAYS I am reallying enjoyin watching your lessons thanks for entertaining videos. I cannot drink ice coffee but a hot black tea , just let you know.😃

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

    BOOM ! it worked, and I was able to debug through the 'red errors' ahead of you. The potVal=analogRead(potPin); inside the while loop is a bit 'grey' for me so, going to have to digest my notes in more detail (I'm concurrently compiling a word doc as we go, with program extracts and photos of the math & circuits). Really enjoying this. THANK YOU ... uk senior guy ...

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

    just ordered an ELEGOO super kit, so i'll have my own for Christmas. thanks Paul

  • @qck57594
    @qck57594 5 лет назад +3

    Thanks Paul, I watch them all. And, I hooked a brother up. Thank you.