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.
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.
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.
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!
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
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.
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.
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 !
I am right now in the classroom and we are working with the Arduino. Sadly our teacher has the the teaching motto: " you got internet, you will find it out yourself ", so I did exactly. And so did exactely this and finally found this wonderful list of tutorials. It is simply amazing that i am learning more in half an hour than I learnded in one whole week... I really want to say thank you for this well structured and well explained tutorials. Thank you, i am lookong forward to the next tutorials. Also I really like how you are concentrating on the basics, it helps a lot.
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.
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!
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.
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.
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.
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!
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 !!!
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!
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.
Currently in 1st year of instrumentation and control engineering and i am very thankful for the youtube that it provides me an honour to watch your lectures so that j can upgrade my skills 🌌♾️
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.
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
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!
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....
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 !
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
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!
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 :(
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!!!!
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.
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
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!
Hi Paul, I am a retired person, now a full-time student studying Mechatronics. I joined the course to keep Alzheimer's at bay! Your lessons are fantastic. I have done this lesson and the previous 16 and intend to do the other 51 in this series. Your way of teaching is easy and I can understand everything and the knowledge is staying.
I love how you integrate software development along side hardware design. You make it easy to understand while showing practical applications. Thanks bud!
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.
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!
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.
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
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!
Just finished tutorial 17. Once again well done! I’m just blasting through these lessons. A thought, sometimes as I am following along, I can’t see how you wired things up and your comments on left leg of a LED can be confusing instead of short or long leg. So maybe if you drew an engineering diagram of the circuit, then I could pause the video on the circuit, build it on my breadboard, then restart the video. This has the added advantage of teaching your followers about circuit diagrams and symbols. This far into the lessons, you shouldn’t have to keep showing us how to plug things together. If you do, then we probably aren’t absorbing your instruction. Also, thank you for your reply about Patreon that I had questioned about earlier. I plan on helping you out there.
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!
Don't worry. We are watching and we are learning. A lot. In fact, I must admit that you changed my life. Since years I thought Arduino is too complicated for me and you made it so simple that I changed my opinion and bought the kit to follow you. Thank you for your time and for your refreshing way of teaching.
Boom number one 4:57 boom number two 6:26 boom number three 7:04 boom number four 7:06 boom number five 17:45 boom number six 19:00 boom number seven 19:10 . He said 7 booms in 1263 seconds that' on average one boom every 180.4285714 seconds. What an amazing teacher.
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.
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!
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!
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.
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
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.
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.
Boooom!!! .. this guy keeps getting funnier and funnier as the lesson goes. Kudos to you, paul as you kept every lesson entertaining and easy to understand.
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).
@@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
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.
Paul I am just GOBBLING up all your videos and have learned more in a week about electronics and programming than I have in my entire life previously. Appreciate you man!
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!
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!
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.
Hi Paul. While I agree the While loop has its unique set of powers, I think we need a better example of the while loop for this example. Since the Arduino uniquely loops in its natural execution it becomes a bit muddled to use it where an IF is much more efficient and much less (more readable) code. BTW, I love your tutorials... I'm 55 and love the connected science and math. See My replacement example for tutorial 17. int potVal; int delayTime=100; int potPin=A1; int redPin=5; void setup() { // put your setup code here, to run once: Serial.begin(9600); pinMode(potPin, INPUT); pinMode(redPin, OUTPUT); } void loop() { potVal=analogRead(potPin); Serial.println(potVal); if (potVal>=1000) { digitalWrite(redPin, HIGH); } if (potVal
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
This one was tougher than most. There's actually quite a bit here. Some of it is repetitive and I had to take some extra time to try to understand why. The best way was to make several attempts to rewrite the program from scratch over and over again until I understood exactly what the commands were doing and when it needed to be done. All in all, I think you are the best teacher I have ever had.
Enjoyed this lesson. Nobody will complain about keeping it simple. Simple is good. The for loop and while loop both work well but the while loop is simpler to me. Sensors increase the complexity and to some degree confusion at this point.
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 ...
Great lesson, I could work along and pause you first, then coded, and checked against what you coded after I un-paused you. I was able to do most of it with very little error - Thanks again Paul
...Still on Xmas vacation in 2020 as an adult just wanting to learn a new skill and keep my hands busy. I’ve been through the past 16 videos in 3 days. This series is spectacular. I haven’t enjoyed learning like this in a long time.
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 !
In conventional programming, the For and While loop have similar effect, however here I saw the difference that While loop can make based on a condition that is not easily handled by For loop. Good stuff
I have tried learning programming languages many times in the past, but I never enjoyed it. Your lessons are the complete opposite, and I have been following along, and taking notes every step of the way! Thank you much for doing this series, you are a wonderful teacher, and I look forward to each new video.
Awesome lesson!! I really enjoy the while loop!! The while loop almost feels like an if statement, if you think about it. if the temperature is less than 70 degrees than turn on the red LED, (that was an if statement), While the temperature is less than 70 degrees turn on the red LED (That was a while loop). See, they're very similar, in both cases when the temperature is less than 70 degrees the LED turned on. Thanks SO much Paul!!
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.
that booms was of chair?? i thought it was table
And that is still a fact 👍
I am watching it today almost 4 years later. Still Valid thanks a lot!
just to let you know i started after 4 years :DDDD
i thoght i'm the only one who do it realy, and yelling booom hahahaahhahaha
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.
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.
I have learned so much thankyou so much for what you do!;
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!
BOOM!
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.
Hi Paul,
Thank you. I love your videos. Keep them coming.
Older guys enjoy to.
I'm listening intensely! Thank you, Paul.
im sure he get some of his students sit in front of him for 20 minutes traight
I'm devouring your tutorials like there's no tomorrow, (:
thanks so much.
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
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
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.
Glad to hear it!
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.
I am an Arduino Uno R3' s beginner. I like very much your Tutorials. Thanks a lot. Tony Truong
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 !
I am right now in the classroom and we are working with the Arduino.
Sadly our teacher has the the teaching motto: " you got internet, you will find it out yourself ", so I did exactly.
And so did exactely this and finally found this wonderful list of tutorials.
It is simply amazing that i am learning more in half an hour than I learnded in one whole week...
I really want to say thank you for this well structured and well explained tutorials.
Thank you, i am lookong forward to the next tutorials.
Also I really like how you are concentrating on the basics, it helps a lot.
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.
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!
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.
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.
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.
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.
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!
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 !!!
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!
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.
Your the best lecture of Arduino much greetings from Dar Es Salaam, Tanzania welcome!!
Currently in 1st year of instrumentation and control engineering and i am very thankful for the youtube that it provides me an honour to watch your lectures so that j can upgrade my skills 🌌♾️
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.
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
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!
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....
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 !
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
Glad I could help
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!
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 :(
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!!!!
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.
Glad to hear it!
Mr. Miyagi with the wax on wax off method of teaching is really cementing this all into memory. THANK YOU PAUL.
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
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!
Hi Paul,
I am a retired person, now a full-time student studying Mechatronics. I joined the course to keep Alzheimer's at bay! Your lessons are fantastic. I have done this lesson and the previous 16 and intend to do the other 51 in this series. Your way of teaching is easy and I can understand everything and the knowledge is staying.
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.
I love how you integrate software development along side hardware design. You make it easy to understand while showing practical applications. Thanks bud!
Great to hear!
Me, not holding my breath, yelling at the screen: "CAPITAL P IN RED PIN!"
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.
What is a blast gate? You've got me thinking about some automation in my workshop.
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!
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.
the little dot-connecting at the very end has been more usefull than some semesters in college!
Thanks!
Really appreciate that!
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
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!
You're very welcome!
Just finished tutorial 17. Once again well done! I’m just blasting through these lessons.
A thought, sometimes as I am following along, I can’t see how you wired things up and your comments on left leg of a LED can be confusing instead of short or long leg. So maybe if you drew an engineering diagram of the circuit, then I could pause the video on the circuit, build it on my breadboard, then restart the video. This has the added advantage of teaching your followers about circuit diagrams and symbols. This far into the lessons, you shouldn’t have to keep showing us how to plug things together. If you do, then we probably aren’t absorbing your instruction.
Also, thank you for your reply about Patreon that I had questioned about earlier. I plan on helping you out there.
Thanks!
Youre students are so lucky to have you as their teacher you are truly talented thank you for the lessons
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
Fun Fact: my overall lung capacity increased after this series.
Lol
Thanks for doin your part
😂
🤣🤣🤣👍
💀💀💀💀💀💀💀💀💀
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!
Great to hear!
Don't worry. We are watching and we are learning. A lot.
In fact, I must admit that you changed my life. Since years I thought Arduino is too complicated for me and you made it so simple that I changed my opinion and bought the kit to follow you. Thank you for your time and for your refreshing way of teaching.
It took me 16 videos, but now I'm all in on a mug of iced coffee! Thanks Paul!
Excellent!
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.
Boom number one 4:57 boom number two 6:26 boom number three 7:04 boom number four 7:06 boom number five 17:45 boom number six 19:00 boom number seven 19:10 . He said 7 booms in 1263 seconds that' on average one boom every 180.4285714 seconds. What an amazing teacher.
Boom!
I like the way you deliberately make errors . It is a great way to teach.
Yes, deliberate errors . . . thats it, I never make mistakes in real life.
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.
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!
Palma Quarter/ Paul McWhorter. Whichever way the subtitles "pronounce" your name, ...these are still the best Arduino instructional videos by far
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!
*Please make a video on WiFi module*
Bump
yessss i need this
Aur bhai, kya haal chaal
You are not sitting here and talking to a wall! I am finding your videos very useful for learning Arduino. Thank you!
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.
Wow, thanks!
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
Sir you are one of the best teachers I've ever seen in my life
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.
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.
Boooom!!! .. this guy keeps getting funnier and funnier as the lesson goes. Kudos to you, paul as you kept every lesson entertaining and easy to understand.
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).
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!!
BANNED!
@@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
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.
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.
Paul I am just GOBBLING up all your videos and have learned more in a week about electronics and programming than I have in my entire life previously. Appreciate you man!
Fantastic!
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!
Excellent!
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!
Excellent!
Yes, we're still here watching thanks for the vides Paul!
Awesome, thank you!
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.
Hi Paul.
While I agree the While loop has its unique set of powers, I think we need a better example of the while loop for this example. Since the Arduino uniquely loops in its natural execution it becomes a bit muddled to use it where an IF is much more efficient and much less (more readable) code. BTW, I love your tutorials... I'm 55 and love the connected science and math.
See My replacement example for tutorial 17.
int potVal;
int delayTime=100;
int potPin=A1;
int redPin=5;
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
pinMode(potPin, INPUT);
pinMode(redPin, OUTPUT);
}
void loop() {
potVal=analogRead(potPin);
Serial.println(potVal);
if (potVal>=1000) {
digitalWrite(redPin, HIGH);
}
if (potVal
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
This one was tougher than most. There's actually quite a bit here. Some of it is repetitive and I had to take some extra time to try to understand why. The best way was to make several attempts to rewrite the program from scratch over and over again until I understood exactly what the commands were doing and when it needed to be done. All in all, I think you are the best teacher I have ever had.
Enjoyed this lesson. Nobody will complain about keeping it simple. Simple is good. The for loop and while loop both work well but the while loop is simpler to me. Sensors increase the complexity and to some degree confusion at this point.
You tricked me in that while loop, finally found my mistake, learned a lot today. Thank you.
Just another brick in the wall, "listening". And learning a lot!! Many Thanks
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 ...
4 years later new viewer working my way through the series
Great lesson, I could work along and pause you first, then coded, and checked against what you coded after I un-paused you. I was able to do most of it with very little error - Thanks again Paul
Watching this in 2021 going through it with my kit I got for Christmas. Thank you for these tutorials. You are a very good teacher.
...Still on Xmas vacation in 2020 as an adult just wanting to learn a new skill and keep my hands busy.
I’ve been through the past 16 videos in 3 days. This series is spectacular. I haven’t enjoyed learning like this in a long time.
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 !
The power of the IF statement and LOOPS (for and while)!!! Thank you!
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.
He's one of the only reasons I understand Arduino
In conventional programming, the For and While loop have similar effect, however here I saw the difference that While loop can make based on a condition that is not easily handled by For loop.
Good stuff
I have tried learning programming languages many times in the past, but I never enjoyed it. Your lessons are the complete opposite, and I have been following along, and taking notes every step of the way! Thank you much for doing this series, you are a wonderful teacher, and I look forward to each new video.
Never thought I could make such a great fun project, using just a while loop. Thanks for showing this. Good video.👍
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
Awesome lesson!! I really enjoy the while loop!! The while loop almost feels like an if statement, if you think about it. if the temperature is less than 70 degrees than turn on the red LED, (that was an if statement), While the temperature is less than 70 degrees turn on the red LED (That was a while loop). See, they're very similar, in both cases when the temperature is less than 70 degrees the LED turned on. Thanks SO much Paul!!
Love your videos Paul McWhorter!!!
thanks for this quality content.........whenever i get a free time i come to see your videos.....Love and respect from india