I had some issues with TH-cam. It refused to make a normal video and made a short. It is either shorter than 60 seconds or has a vertical aspect ratio. Here is what I did. Take the URL in your comment and replace the word "shorts" with "watch."
Hey Paul, I sometimes use the edit option of "Replace in file" when I have a bunch of things to change in a file. Works good, but better to just use the variable from the start. It does come handy for other changes also. GREAT Video!
I started your tutorials with Pico W using Thonny IDE. Arduino IDE is interesting, BUT the only way to stop running a sketch that I have figured out is to run BareMinimum. Sure miss the STOP function of Thonny. Maybe you commented on this and I missed it. I do enjoy learning with your tutorials. Thanks!
Finally wrote a function to do all the blinking (should have done it after the first blink). Here's the protoype: void blink(int numPin, int numblinks, int ontime, int offtime)
Hey Paul, why not just use the Find/Replace when changing large quantites of the same item such as dit and dah, I know it could lead to issues but if you teach us how to use it correctly it would speed up programming. Great Video.
Thanks for this excellent lesson for beginners, Paul. No homework from me this time but I'll make more of an effort next week. (I'm beginning to sound like Brian😁)
Thank you so much sir for making tutorial about arduino can you please do more? Anyway i have a question about arduino chip sir, How to clear all the registry code in chip ? Do arduino chip has a limited storage for codes that we write? What if i upload an empty code well it help to restore the old state of the chip?. Thanks!!!!
We are on Daylight Savings Time, so I will not be able to see this live any more as I have a standing appointment at this time. Pick it up this afternoon.
Hello, Sir Paul This is Unique from India idk if u do remember me I was the one eager to join your live but couldn't due to exams and I have been unable to get a r4 wifi kit shipped to India I have a Request to make can u request the sunflower kit company to also make the delivery available for kits in India too It is tremendously hard to find kits shipped here in India Please I humbly request You Sir to Recommend it to Them. Thank You love from India ❤
My solution to lesson 8: th-cam.com/video/0opcxGW_Sps/w-d-xo.html. I know the videos is bad, I'm looking for better (and cheap/free) video editing tools.
Homework assignment - th-cam.com/users/shortsI_OKt6JURNE Awesome straightforward training! I recommend this instruction to ALL! Paul, I need to know if you received this as my comments are never allowed to be publicly viewed... not sure if you can either. Please confirm by replying directly to this comment only. Thanks
I moderate all comments before they are posted to keep the comments family friendly, and polite. I review comments once a day, so might take one day for comments to appear. Hey, also please try to post your homeworks as normal youtube videos instead of shorts, as shorts are much harder to review, and dont allow comments.
@hftfire You video gave me a crick in the neck😺I think Lori said that if you film something using your phone sideways then it will appear the right way up on TH-cam and not as a short. I use a webcam which makes it much easier (especially as my phone does nothing except make phone calls and play snake).
My homework solution th-cam.com/video/_TBs26F1BTg/w-d-xo.htmlsi=Pqs0PhPtclUHoT5W In keeping with the theme of not having constants in the void loop, it took me a while to figure out how to eliminate using "0' in the "for loops".
great lesson again Paul, here is my lesson 8 homework :- th-cam.com/video/esY_4qL8LbE/w-d-xo.html. It includes homework video plus anther using Millis.
Still watching your arduino tutorial series from 4 years ago. Happy to see youre still teaching!
I had some issues with TH-cam. It refused to make a normal video and made a short. It is either shorter than 60 seconds or has a vertical aspect ratio. Here is what I did. Take the URL in your comment and replace the word "shorts" with "watch."
Hey Paul, I sometimes use the edit option of "Replace in file" when I have a bunch of things to change in a file. Works good, but better to just use the variable from the start. It does come handy for other changes also. GREAT Video!
Good, patient instruction. I bet your kids loved you back in Texas!
I started your tutorials with Pico W using Thonny IDE. Arduino IDE is interesting, BUT the only way to stop running a sketch that I have figured out is to run BareMinimum. Sure miss the STOP function of Thonny. Maybe you commented on this and I missed it. I do enjoy learning with your tutorials. Thanks!
Hi Paul, Good video. In my C++ and Python programming class, we call your variable naming convention camelback.
Finally wrote a function to do all the blinking (should have done it after the first blink). Here's the protoype: void blink(int numPin, int numblinks, int ontime, int offtime)
Thank you, professor, for continue making more videos!
Great video once again! Always waiting patiently for your videos! Thanks Paul
Hey Paul, why not just use the Find/Replace when changing large quantites of the same item such as dit and dah, I know it could lead to issues but if you teach us how to use it correctly it would speed up programming.
Great Video.
Thank you Paul, the lessons are awesome!
Thanks for this excellent lesson for beginners, Paul.
No homework from me this time but I'll make more of an effort next week. (I'm beginning to sound like Brian😁)
Note that redLed and red_led are valid variable names. But, the hyphen is an operator in C and C++ and cannot be used in a variable name.
Do you have an alternate way to donate like PayPal? Tried going the patreon route and got booted out.
Paypal is:
paul.mcwhorter@gmail.com
Thanks!
Paul
@@paulmcwhorter just sent some , lmk if it comes through
Sorry about missing the class this morning. i had a Doctor's appointment. Happy PI Day!
Oh no!
It would be cool to see the arguino R4 ether version with GRBL
Thank you so much sir for making tutorial about arduino can you please do more? Anyway i have a question about arduino chip sir, How to clear all the registry code in chip ? Do arduino chip has a limited storage for codes that we write? What if i upload an empty code well it help to restore the old state of the chip?. Thanks!!!!
We are on Daylight Savings Time, so I will not be able to see this live any more as I have a standing appointment at this time. Pick it up this afternoon.
Thanks Paul, another great tutorial.
Glad you enjoyed it
Why not use a for loop and a dit and dot function like...
void dit(int dit_delay){
digitalWrite(13, HIGH);
delay(dit_delay/2);
digitalWrite(13, LOW);
delay(dit_delay/2);
}
void dah(int dah_delay){
digitalWrite(13, HIGH);
delay(dah_delay/2);
digitalWrite(13, LOW);
delay(dah_delay/2);
}
void setup() {
pinMode(13, OUTPUT);
}
void loop() {
int dit_delay = 200; // 200ms
int dah_delay = 3*dit_delay; // 600ms
// dit-dit-dit
for(int i=0;i
Because in this class I had not yet taught for loops
@@paulmcwhorter ah ICThx. Functions would be more advanced as well. NP Good job.
Hello from Belgium
where is my homework answer ???
Thanx Paul
Hello, Sir Paul This is Unique from India idk if u do remember me I was the one eager to join your live but couldn't due to exams and I have been unable to get a r4 wifi kit shipped to India I have a Request to make can u request the sunflower kit company to also make the delivery available for kits in India too It is tremendously hard to find kits shipped here in India Please I humbly request You Sir to Recommend it to Them. Thank You love from India ❤
My solution to lesson 8: th-cam.com/video/0opcxGW_Sps/w-d-xo.html. I know the videos is bad, I'm looking for better (and cheap/free) video editing tools.
LEGEND!
Yo Paul! How are thingz
I had to slow the blinks. I’m a slow ham…..
. . . _ _ _ . . . Thank you Paul.
Iam waiting
🤯
Here is the homework for lesson 8. Link: th-cam.com/video/1_PPoMhPDYQ/w-d-xo.html
Care needs to be taken with current limiting resistors on leds. Ref: th-cam.com/video/L9L3_RP1NWY/w-d-xo.html
@eefoops2u
Paul did a supplemental video on this.
Homework Complete -
th-cam.com/video/NZQ1IH9d1o0/w-d-xo.html
LEGEND!
Cool
Homework for lesson 08: youtube.com/watch/CqvoN_T_3kQ
LEGEND!
Homework assignment - th-cam.com/users/shortsI_OKt6JURNE Awesome straightforward training! I recommend this instruction to ALL! Paul, I need to know if you received this as my comments are never allowed to be publicly viewed... not sure if you can either. Please confirm by replying directly to this comment only. Thanks
I moderate all comments before they are posted to keep the comments family friendly, and polite. I review comments once a day, so might take one day for comments to appear. Hey, also please try to post your homeworks as normal youtube videos instead of shorts, as shorts are much harder to review, and dont allow comments.
@hftfire You video gave me a crick in the neck😺I think Lori said that if you film something using your phone sideways then it will appear the right way up on TH-cam and not as a short. I use a webcam which makes it much easier (especially as my phone does nothing except make phone calls and play snake).
Homework: youtube.com/watch/AHuWy6pl-yc?feature=share
LEGEND!
@@paulmcwhorter Thank you sir
Another Legend Lesson
th-cam.com/video/jUrbEPrYLNk/w-d-xo.html
My homework solution th-cam.com/video/_TBs26F1BTg/w-d-xo.htmlsi=Pqs0PhPtclUHoT5W In keeping with the theme of not having constants in the void loop, it took me a while to figure out how to eliminate using "0' in the "for loops".
LEGEND!
great lesson again Paul, here is my lesson 8 homework :- th-cam.com/video/esY_4qL8LbE/w-d-xo.html. It includes homework video plus anther using Millis.
LEGEND!
My HW8 Variables th-cam.com/video/u6L-zRasRAw/w-d-xo.html
LEGEND!
Homework Link th-cam.com/video/B2li7KsBmmk/w-d-xo.htmlsi=U-UVkM_nL8HJW_dG
LEGEND!
I am……learning every day!
th-cam.com/users/shortsicDcQ67Q7gs?si=gABSd8hsTHpDLSB_
LEGEND!