not enough view, only 3k, mark rober got 700k, you deserve more, more, mroe, you make better lessons than mark robers arduino 101 crash course keep up the good work!
@richardsstark98257 ай бұрын
Thanks, you answered my question regarding the advantage/disadvantage of "for" vs "while" loops. And, thanks for the break in homework assignments. I guess the school year is ending and summer session about to begin.
@Gustavwessels7 ай бұрын
Thanks for all the lessons. 38 year old and enjoying this like I'm a kid
@chuckpar22066 ай бұрын
Good call regarding checking one's code. I did not include "i=1" to reset the counter.
@Rasspor7 ай бұрын
I love your concept of teaching this content. Cause you incorporate real world thinking concepts. This makes us think harder about what could actually happen. Always love watching and learning from you Sir!
@johnbollman76057 ай бұрын
This is the best series, hands down!
@larryplatzek90177 ай бұрын
this is a good lesson for while loops and testing program. Thank you PAUL!
@qzorn44406 ай бұрын
I really enjoy these lessons. Also, lots of program comments will be very helpful in down the road troubleshooting.
@scottwait35857 ай бұрын
Thank you Paul!!
@robertschuldenfrei24027 ай бұрын
I successfully did the homework assignment from lesson 20. Since there is no homework here and I have my daughter, son in law and, and granddaughter here next week I will view lesson 22 on Wednesday afternoon Jun 26, 2024. So long for now.
@edc25177 ай бұрын
I never thought I'd say this but what's the homework for next week? Love from Italy❤
@DONCRAGUN7 ай бұрын
You started this session saying that the homework you assigned in lesson 20 was to use a while loop to do the blinking. But lesson 20 didn't say anything about while loops. The assignment was to do the blinking without using a for loop. There are lots of ways to do this without using a for loop that don't use while loops either.
@mohammadayash92177 ай бұрын
Hi paul ,thanks for the great lesson . Will this playlist covers all topics in the r3 one ? I mean should i watch the r3 first ?
@michaelcox12257 ай бұрын
I started the r3 playlist before this and it was helpful but when I got to the button as a toggle switch I got stuck and couldn't get it to work. I still haven't figured out why. I can't wait till he gets to that one on this playlist. If you have time to look at it as extra background it could give you insights for what to expect but there could be some differences between that ide version and the newest one.
@mamulcahy6 ай бұрын
Why does some of the setup code go in the setup section while variable declarations go above and outside?
@zrig13 ай бұрын
You need to define your variables before you can use them. void Setup runs only once. In theory you could put al your code here if it only needs to run once. It is what I did for the blink 25 times and stop. void Loop runs continuously. So if you are looking for inputs from any an external source that is ever changing then your code can't run just once. Think of it like a game. You define the rules of the game. Set up the game. Then you play the game.
@pathvalleyrailroad92777 ай бұрын
I started out by turning all the pins off in the setup loop, then just turned them on and off one at a time. Much less coding that way.
@hansronstadt34017 ай бұрын
still out of stock, greetings from Hans in Germany !
@hansronstadt34016 ай бұрын
It has arrived and I can make it !
@ramasamynagappan75867 ай бұрын
You have to reset the value of i
@paulmcwhorter7 ай бұрын
Indeed!
@arnoldschmucker99777 ай бұрын
Although no homework was assigned, I took the time to convert the code to classes. I decided to share it. kzbin.info/www/bejne/lXaVhJWYms2gsLs