Got my kit and super excited to get this series going. I'm about halfway through the raspberry pi lessons and I'll be caught up on that series. Done both arduino series and the beginner portion of python and several lessons into the visual python. This will be the first series of lessons I'll start as you release them. Let's get this thing rolling. Tom
I took your first lesson today and I am very happy to learn from you. I made the LED lightup for only .001 seconds and to be off for .025 seconds. In these settings I could barely see it blinking. My observations: 1. If we stare at it continuously we see continuous dim light. 2. If we blink our eyes, we can recognise the blinking for fraction of a second. Then it again seems to not to blink. 3. If we move our head and blink and try to see the LED, Blinking is more evendent. (Probably the image on Retina forms at slightly new place)
Amazing Paul. I'm taking this lesson today, a year after you released it, and it is still giving me the thrill of using python to control electronics. So glad that you make all of these lessons. Thank you! (I hope these lessons stay on RUclips for the next 50 years or so. Never take them down!)
Great video and course. I made the loop execute 100 times and added a print statement to tack it. I was able to see it at sleep = 0.015. from machine import Pin from time import sleep x=0 myLED=Pin('LED',Pin.OUT) while x
I've been struggling with servo control and micropython syntax for a couple of days and I'm so happy I've found this series! I've followed the arduino series as well and it's awesome how you can make this understandable yet still feel like magic!
Thank you, Paul. This was my very first try with any microcontroller (apart from PLCs) and you steered me through all the way! I could see blinking with a sleep value of .000001 on a 1 second duty cycle. I didn't try any lower. I'll be sticking with you through your course as I have a fun project in mind at the end of it!
Hi Paul, This is exiting. I have learnt from your python series. The program which i used is: from machine import Pin import utime as tm led = Pin(20, Pin.OUT) delay = 1 def blink(nm,t): for i in range(nm): led.value(1) tm.sleep(t) led.value(0) tm.sleep(t) cont = 'Y' while cont == 'Y': numBlink = int(input("How many Blinks: ")) blink(numBlink, delay) cont = input('Do you want to continue: (Y for Yes) ').upper()
For anyone who encounters the error: “error, module named machine not found” you are in the wrong interpreter. You have to select “run” and then “configure interpreter“ and then change the interpreter to MicroPython(raspberry Pi pico) and the port the port your pi is plugged into
I'm going to master at least two sets of tutorials, the Arduino and Raspberry Pi Pico (or the Raspberry Pi original). Looking forward to advance further, but I do so steadily and thoroughly. Thanks for these wonderful tutorials of yours. When I'm financially ready I will definitely help you out at Patreon.
Did your Arduino course, plan to do your Arduino WIFI, but started playing with Raspberry Pi Pico W from another source and was so disappointed in it compared to how your Arduino went and how this course is already proceeding. Thank you for the great content. The day I post something on RUclips, I'll be sure to "alert the media" and let you know, also. BTW, I go with a nice mug of decaf mixed with hot chocolate (need some source of the doctor forbidden caffeine). For my tired old eyes, "sleep(.025)" symmetrical was the fastest blink I could discern.
Oh boy, oh boy now that's a great news! My Pico W Kit is also so exited :) Thank you Paul for your help so people like me who have less money can have a chance. Watching your Raspberry Pi 4 series gives me so much fun and now I can also participate. Bless you good man for doing this!
Great video my 10 year old son enjoyed watching this step by step tutorial! Also fantastic job with explaining the content! The lowest sleep delay my son perceives is 0.013, for me it was 0.017.
I previously bought a book on micropython for beginners by Dr. Somebody. Perhaps he should have waited for this series then wrote his book. By George, it's hard to follow, contains so many important typos on pin numbering etc. And then there is the use of commands that are several layers deep, i.e. the result of one command is buried in another command that uses it, and that in turn is buried another 1,2,3 layers deep. Nothing like like the Paul show! So pleased to see this this series - so much better value than $50+ for a book that leaves the user dead in the water.
I am glad to see the Pico W lessons begin. My old eyes observe the apparent blinking when the toggle time is above about 0.0189 seconds. I hope that new Pico W users are fortunate enough to discover this course by Mr. McWhorter, the best instructor on the Internet!
damn you are on lesson 28 already I just got my kit! Thanks Paul. I switched from arduino to this one as python might come in handy at work and this is a fun way to learn.
I ordered your kit even though I have must of the parts from previous arduino kits. I am struggling with another python class and you did a great job with the arduino kit. So I am back with you on this adventure. I only drink tea hot or cold with nothing else. This you should be fun.
Thank you for the first lesson, Paul! I was able to get down to 0.02 seconds on the sleep and still see the blinking directly. I also discovered that even if I went significantly below that I could still see a waviness to everything in my peripheral vision even down to less than 0.01 seconds, which would go away when the LED was steadily lit. That was interesting.
Stumbled on your channel yesterday, got my kit today and finished the first lesson - Thank you for the awesome work! Any chance we can get a Discord going for your community Paul?
I haven't managed to make a video that show my screen and the pico, so I must check Paul's videos to see if he demonstrates how to do that. I am running the Pico from a Raspberry Pi 5 and it all works very well except a value of 1 in myLED.value(1) produces a flash of about a fifth of a second not one second. Otherwise it is all working. I am also doing the Arduino course and really enjoying it.
I got to lesson 25, the OLED1306. Somehow I couldn't get it to work, something with the library I think. Bought another Pico 2, had trouble getting it to work. I forgot how RPI-RP2, goes away after micropython is installed. Did this to my first pico 1 while looking at thisPC. I saw RPI-RP2 127MB free on my Pico 2. But I didn't see RPI-RP2 on the Pico 1. At that point I pressed the little white button on my Pico 1. I don't think I lost my saved work, but it's still not right. Still working on that problem. But on my new Pico 2, had problem connecting to com ? I reviewed this lesson again, and Paul explains it so well between 13:00 to 13:40. Even though I make a lot of mistakes, His lessons are always a joy!
Hi Paul! I'm Currently trying to finish your New Arduino Tutorials lesson 59, Raspberry Pi lesson 9 and now starting Pico W lessons with a no wifi Pico model, interfacing it with an ESP01-S... Let's see how it works... Regarding homework, was able to detect blinking at 0.13 seconds. Thanks for making these tutorial series!
wow, I was NOT expecting RFID nor a pump. What fun - usual issue of course .... it's all delivered in it's little box and THAT is the very last time the lid can close properly :D
Hi Paul, By any chance, will this series cover moving data from the pico to something like a Raspberry Pi? If it does, any chance that you might, in your thoughtful way, cover the use of something like NodeRed, a realtime database like InfluxDB and a visualization piece like Grafana? As always, thanks for these thoughtful and informative tutorials!
I always seem to come into your tutorials late - Just finished the Arduino series and now starting on the Pico. Don't have the Pico W yet, just the plain pico, so starting with that. To make it interesting I am doing to try your exercises with both Thonny (python) and the Arduino IDE 2. (IDE 1 needs the Pico to be physically reconnected before every upload - what a pain). For this lesson - 0.025 was low enough for my old eyes.
Super excited to get started. Here is my first homework assignment. I noticed I could detect the blink at .015 second delay but .02 showed up better for the camera. Link to my assignment. ruclips.net/video/4NXOWf5SH78/видео.html
My result is close which is 1/70 ~= 0.014. The reason for .02 ~= 50 is that it relates to your camera's capacity, not human capacity. Also, to be shown in RUclips it is would be subject to the viewer's monitor capacity.
Hi Paul. Since I’ve gone back to work after 3 years in retirement I haven’t had time to keep up with your videos. I need to make time! I’ll squeeze them in somehow. I have a Raspberry Pi Pico kicking around somewhere. I’ll be at work for the premiere but I’ll watch it later.
Worked my way through this, I can just about make out a flicker at 0.018 with symmetrical timing. One minor problem when I first tried a program, Thonny insisted I save the program either to the pico or my computer. I guessed my computer and it worked OK. Looking forward to lesson 2
@@paulmcwhorter Thanks for the reply. When I plugged in the Pico this morning I expected it to flash at me, it didn't. After some research I now know why and on reflection I suppose it is blindingly obvious that for a device to operate in stand alone mode it has to have the program loaded on it.
I had some difficulty installing Pico W on windows 10 and 11. Then I installed it on my Pi400, which made it easier to figure out the kinks. After that, I went back to Windows and was able to do the installation. One issue in Windows is that the device manager shows the driver for the port is defective. That is misleading because it turns out the board doesn't rely on the driver. Another issue is that there are multiple versions of PicoW that are offered by Thonny in the installation and not all of them work. I ultimately chose the one with the Pimeroni libraries, and that works well. Lastly, it was a matter of deciding if P in pin should be upper or lower case. I am probably your only student who encountered these stumbling blocks but mention them just in case...
With delays longer than 1/55 seconds, I can clearly see the LED blinking. In my peripheral vision, when moving my head, I can notice some flickering for delays as short as 1/90 s.
With a toggle sleep value of 0.016 I could barley see it flashing and at 0.013 it appeared solid but dim. For the values between 0.016 and 0.013 I felt like I could see it flashing but if I wasn't looking for it to be flashing I wouldn't have noticed it.
Hi Paul Have every thing up and running. I was able to see the led blinking at I could see the led at 16 ms but could not see the blink at 15.9 ms. It funny that the import Pin has uppercase first letter but sleep is all lowercase. Have been following your courses for the last couple of years. Thanks for all your effort on these courses.
"It funny that the import Pin has uppercase first letter but sleep is all lowercase." Yes whoever creates the classes and methods get to choose the name and case. There are conventions on how this should be done but they are not always followed. time sleep is brought in from regular python and machine Pin is a Micropython method so they are developed by different organizations.
Hi sir Paul . Just want to ask .can I use Pico W configurations for pico board ? Thanks . By the way this is a very comprehensive tutorial . I'm a beginner in this microcontroler and this makes me excited 😊
Boom--- Congratulations Paul on your new Pico-W course.. Finished your Arduino course , really excited for this new one. Got my Pico up and running 👍... Also taking your introductory Python course 😁. Can I assume that the Thonny Micro Python language is similar enough to the Python I'm using with VS code that they should compliment each other? .. WIll try to be more active with the "Community Support "... Grateful 🙏
Paul, Just adding to my comment below, if I may. Having completed your fabulous Arduino lessons, and just about keeping my head above the water with IDE C++ programming so far, I'm a little worried about biting off too much, learning a different language (if in fact, this course is 'python'). I realise the Pico is a much more powerful & modern micro-controller, but it seems it can also work with the Arduino IDE. I'd appreciate your opinion on the cross-roads i'm in. Is Python the 'way to go' ? I guess they all push n pull sensors/output in a similar fashion. Your response is always appreciated. Many thanks, Phil (UK)
Go with adding Python to your coding toolbox. A second coding language is usually easy to pick up, just different syntax. I still love and use Arduino but I find Python to be well supported on PCs and MicroPython looks like it is getting a lot of traction on the newer microcontrollers. So it's good to have choices.
Paul, I love your tutorials. Keep up the good work. Friendly note: your audio in this video is somewhat "in a barrel", kind of bassy, compared to the excellent audio in your Arduiono tutorials of 3 years ago. I'm listening on a nice sound bar with a subwoofer. It could be that your audio is perfect on earbuds with NO bass response. :)
Yes, I continue to struggle with good audio. There are so many different playback devices, and I have sort of tuned it to sound reasonable on cheap desktop PC speakers.
most interesting video. I thought it would be helpful to find out what the Raspberry Pi Pico W is all about with lots of GPIO pins. For little stuff I have been using different esp32s. 😎 Thanks.
Holy crap I'm so excited I found a series this big. This is exactly what I wanted a deep dive long-running series
We are almost to lesson 100. OK, now catch up!
On lesson 67 of the new Arduino series... almost done . Really looking forward to this next journey- Thank you Paul !
Got my kit and super excited to get this series going. I'm about halfway through the raspberry pi lessons and I'll be caught up on that series. Done both arduino series and the beginner portion of python and several lessons into the visual python. This will be the first series of lessons I'll start as you release them. Let's get this thing rolling.
Tom
I'm from Quebec and following your course for raspberry pi pico w. Thank you so much Paul. Clear, simple and fun to watch !
Same here. Quebec city.
I took your first lesson today and I am very happy to learn from you.
I made the LED lightup for only .001 seconds and to be off for .025 seconds.
In these settings I could barely see it blinking.
My observations:
1. If we stare at it continuously we see continuous dim light.
2. If we blink our eyes, we can recognise the blinking for fraction of a second. Then it again seems to not to blink.
3. If we move our head and blink and try to see the LED, Blinking is more evendent. (Probably the image on Retina forms at slightly new place)
Finally!! It’s here! 🎉🎉🎉
EXCELLENT!
Amazing Paul. I'm taking this lesson today, a year after you released it, and it is still giving me the thrill of using python to control electronics. So glad that you make all of these lessons. Thank you! (I hope these lessons stay on RUclips for the next 50 years or so. Never take them down!)
Paul, you are excellent at going through this. Thank you for the time and effort you must put into these lessons.
Thanks! Hope you enjoy the rest of the lessons.
Great video and course. I made the loop execute 100 times and added a print statement to tack it. I was able to see it at sleep = 0.015.
from machine import Pin
from time import sleep
x=0
myLED=Pin('LED',Pin.OUT)
while x
I just ordered my Sunfounder Pico W kit!! oh yea!!! Let the fun begin!!!!
Welcome!
Hey Paul! I've got some good news! I got my older brother to do this series of lessons with me! So, now it's not just me doing this! :)
Excellent!
I've been struggling with servo control and micropython syntax for a couple of days and I'm so happy I've found this series! I've followed the arduino series as well and it's awesome how you can make this understandable yet still feel like magic!
Great to hear!
Thank you, Paul. This was my very first try with any microcontroller (apart from PLCs) and you steered me through all the way!
I could see blinking with a sleep value of .000001 on a 1 second duty cycle. I didn't try any lower.
I'll be sticking with you through your course as I have a fun project in mind at the end of it!
Looks like my go to channel to know about Pico, thanks !
Hi Paul,
This is exiting. I have learnt from your python series. The program which i used is:
from machine import Pin
import utime as tm
led = Pin(20, Pin.OUT)
delay = 1
def blink(nm,t):
for i in range(nm):
led.value(1)
tm.sleep(t)
led.value(0)
tm.sleep(t)
cont = 'Y'
while cont == 'Y':
numBlink = int(input("How many Blinks: "))
blink(numBlink, delay)
cont = input('Do you want to continue: (Y for Yes) ').upper()
I love the way he makes this so simple to learn.
For anyone who encounters the error: “error, module named machine not found” you are in the wrong interpreter. You have to select “run” and then “configure interpreter“ and then change the interpreter to MicroPython(raspberry Pi pico) and the port the port your pi is plugged into
what if it can't find the COM ports? Just posted a question to the comments
thanks a lot, this works :)
I'm going to master at least two sets of tutorials, the Arduino and Raspberry Pi Pico (or the Raspberry Pi original). Looking forward to advance further, but I do so steadily and thoroughly. Thanks for these wonderful tutorials of yours. When I'm financially ready I will definitely help you out at Patreon.
I Love the energy, He's very passionate, respectfully i like his teaching style
Coming from javascript to get into this and this is a great explanation and helps with my anxiety, thank you very much for the great breakdown.
Did your Arduino course, plan to do your Arduino WIFI, but started playing with Raspberry Pi Pico W from another source and was so disappointed in it compared to how your Arduino went and how this course is already proceeding. Thank you for the great content. The day I post something on RUclips, I'll be sure to "alert the media" and let you know, also. BTW, I go with a nice mug of decaf mixed with hot chocolate (need some source of the doctor forbidden caffeine). For my tired old eyes, "sleep(.025)" symmetrical was the fastest blink I could discern.
Oh boy, oh boy now that's a great news! My Pico W Kit is also so exited :) Thank you Paul for your help so people like me who have less money can have a chance. Watching your Raspberry Pi 4 series gives me so much fun and now I can also participate. Bless you good man for doing this!
Fantastic!
This guy is an absolute legend
i did the homework and could see the blinking down to 0.013 so thank you for the lessons Mr McWhorter
LEGEND!
Good job there Grandson!! 👍
Yay!
Woah Mr. PAUL you are a living legend✌️😅💪💪💪🎉🎉. You are so much strong. Stay healthy 🙏❤️. Love from Cameroon🇨🇲 and the UK🇬🇧
Thank you for teaching how to get started im totally onboard, for me the lowest sleep I could visually see was sleep(0.02)
Thank you so much Mr.Paul your tutorials have helped so many people accomplish so many great things. Stay awesome and cool with your iced coffee 😊
Your keyboard is remarkably dirty. That is certainly a sign of mastery of the topic 😊 Thank you for your tutorials.
Great video my 10 year old son enjoyed watching this step by step tutorial! Also fantastic job with explaining the content! The lowest sleep delay my son perceives is 0.013, for me it was 0.017.
Glad to hear it!
Great first lesson, Paul!! In my judgement, sleep delay of the toggle() at .017 is about as low a delay as which can be perceived.
That is what I came up with as well. didn't bother taking it out to the thousandth place though.
This is the reverse of the frame rate, which typically is 60 in monitors. But I think I need about 70 (so the delay is 1/70 ~= 0.014)
I'm very excited to start using Rasberry Pi's also the lowest speed you can use to sit it blink is 0.02
0.11 not going to go any further. Thanks Paul!
personally my time was 0.017 but then im an old bugger so eyesight isnt too great and loving the series so far
Just got my kit! Lets go! Thanks for doing all this, sir.
great videos, very clear instructions & informative for absolute micropython beginners like me! 👍
I previously bought a book on micropython for beginners by Dr. Somebody. Perhaps he should have waited for this series then wrote his book. By George, it's hard to follow, contains so many important typos on pin numbering etc. And then there is the use of commands that are several layers deep, i.e. the result of one command is buried in another command that uses it, and that in turn is buried another 1,2,3 layers deep. Nothing like like the Paul show! So pleased to see this this series - so much better value than $50+ for a book that leaves the user dead in the water.
Thank you very much your code help us a lot in starting with pico w. Love from Sri Lanka
Happy to hear that!
Thank You Paul, we been waiting on this lesson anxious, Blessings...
Thank you very much for the great lesson!
0.17 is as much as I could see 🎉
We are in lesson 28 on Arduino, after we join to this series! Thanks!
I am glad to see the Pico W lessons begin. My old eyes observe the apparent blinking when the toggle time is above about 0.0189 seconds. I hope that new Pico W users are fortunate enough to discover this course by Mr. McWhorter, the best instructor on the Internet!
I have been waiting for Pico lessons. Thanks Paul .
My pleasure!
thanks i just got my Pico today and went through this tutorial
Enjoy it
damn you are on lesson 28 already I just got my kit! Thanks Paul. I switched from arduino to this one as python might come in handy at work and this is a fun way to learn.
And Paul has added a new color to his wardrobe!
. . . The only man brave enough to attempt a green shirt in front of a green screen.
@@paulmcwhorter
I ordered your kit even though I have must of the parts from previous arduino kits. I am struggling with another python class and you did a great job with the arduino kit. So I am back with you on this adventure. I only drink tea hot or cold with nothing else. This you should be fun.
I didn't know about the toggle and love it.
looking forward to the next one.
Very good starting video. Glad to hear you don't have to do 4 times due to power failures, that would drive me crazy!
Thank you for the first lesson, Paul!
I was able to get down to 0.02 seconds on the sleep and still see the blinking directly. I also discovered that even if I went significantly below that I could still see a waviness to everything in my peripheral vision even down to less than 0.01 seconds, which would go away when the LED was steadily lit. That was interesting.
Excellent!
Stumbled on your channel yesterday, got my kit today and finished the first lesson - Thank you for the awesome work! Any chance we can get a Discord going for your community Paul?
Great lesson, 0.013s the led looked stable
I haven't managed to make a video that show my screen and the pico, so I must check Paul's videos to see if he demonstrates how to do that. I am running the Pico from a Raspberry Pi 5 and it all works very well except a value of 1 in myLED.value(1) produces a flash of about a fifth of a second not one second. Otherwise it is all working. I am also doing the Arduino course and really enjoying it.
I got to lesson 25, the OLED1306. Somehow I couldn't get it to work, something with the library I think. Bought another Pico 2, had trouble getting it to work. I forgot how RPI-RP2, goes away after micropython is installed. Did this to my first pico 1 while looking at thisPC. I saw RPI-RP2 127MB free on my Pico 2. But I didn't see RPI-RP2 on the Pico 1. At that point I pressed the little white button on my Pico 1. I don't think I lost my saved work, but it's still not right. Still working on that problem. But on my new Pico 2, had problem connecting to com ? I reviewed this lesson again, and Paul explains it so well between 13:00 to 13:40. Even though I make a lot of mistakes, His lessons are always a joy!
I am stoked to see this! Can’t wait until next week!
Me too!
Hi Paul! I'm Currently trying to finish your New Arduino Tutorials lesson 59, Raspberry Pi lesson 9 and now starting Pico W lessons with a no wifi Pico model, interfacing it with an ESP01-S... Let's see how it works... Regarding homework, was able to detect blinking at 0.13 seconds. Thanks for making these tutorial series!
You are a busy guy!
wow, I was NOT expecting RFID nor a pump. What fun - usual issue of course .... it's all delivered in it's little box and THAT is the very last time the lid can close properly :D
Awesome series. Thanks a million
Thank you, Paul and thanks to Sunfounder.
It’s finally here! Let’s gooooo!
Yes! Raspberry Pi Pico is relatively easy to source. I will definitely follow this.
Welcome aboard!
Hi Paul,
By any chance, will this series cover moving data from the pico to something like a Raspberry Pi?
If it does, any chance that you might, in your thoughtful way, cover the use of something like NodeRed, a realtime database like InfluxDB and a visualization piece like Grafana?
As always, thanks for these thoughtful and informative tutorials!
I always seem to come into your tutorials late - Just finished the Arduino series and now starting on the Pico. Don't have the Pico W yet, just the plain pico, so starting with that. To make it interesting I am doing to try your exercises with both Thonny (python) and the Arduino IDE 2. (IDE 1 needs the Pico to be physically reconnected before every upload - what a pain). For this lesson - 0.025 was low enough for my old eyes.
My daughter and I will take the class.
Warms my heart, it really does. You will be creating memories that will last her entire life. Well done!
Very excited for this
Me Too!
Super excited to get started. Here is my first homework assignment. I noticed I could detect the blink at .015 second delay but .02 showed up better for the camera.
Link to my assignment.
ruclips.net/video/4NXOWf5SH78/видео.html
LEGEND!
My result is close which is 1/70 ~= 0.014. The reason for .02 ~= 50 is that it relates to your camera's capacity, not human capacity. Also, to be shown in RUclips it is would be subject to the viewer's monitor capacity.
This video teach me how to do the rasberry pi pico and make my project done :D
Def go with the Fusion and the 3D printing thought eventually, I am currently learning both
Hi Paul. Since I’ve gone back to work after 3 years in retirement I haven’t had time to keep up with your videos. I need to make time! I’ll squeeze them in somehow. I have a Raspberry Pi Pico kicking around somewhere. I’ll be at work for the premiere but I’ll watch it later.
just got the pico. video was great.
Welcome Abord!
Fantastic instruction. Thank you so much!
Great start-up! Thanks Paul.
Glad you liked it!
Thanks Paul. Great Lesson
Great Presentation!
Looking forward to this ! Thank you Paul for sharing your knowledge
My pleasure
Worked my way through this, I can just about make out a flicker at 0.018 with symmetrical timing. One minor problem when I first tried a program, Thonny insisted I save the program either to the pico or my computer. I guessed my computer and it worked OK. Looking forward to lesson 2
Really best to save it to the Pico, in my mind.
@@paulmcwhorter Thanks for the reply. When I plugged in the Pico this morning I expected it to flash at me, it didn't. After some research I now know why and on reflection I suppose it is blindingly obvious that for a device to operate in stand alone mode it has to have the program loaded on it.
😯😯Thanks for You. on apprend super bien. mes encouragements pour votre travail!!!
Thanks for a great lesson.
this is looking great...thank you
This is a great series
I use linux and o cant configure the interpreeter, it didn't recognize it so i cant install or update the firmware for the raspberry pi pico w. 😢
At .02 secs I could still see it blink, but at .01 sec it was a steady green
I had some difficulty installing Pico W on windows 10 and 11. Then I installed it on my Pi400, which made it easier to figure out the kinks. After that, I went back to Windows and was able to do the installation. One issue in Windows is that the device manager shows the driver for the port is defective. That is misleading because it turns out the board doesn't rely on the driver. Another issue is that there are multiple versions of PicoW that are offered by Thonny in the installation and not all of them work. I ultimately chose the one with the Pimeroni libraries, and that works well. Lastly, it was a matter of deciding if P in pin should be upper or lower case. I am probably your only student who encountered these stumbling blocks but mention them just in case...
If you press the white button, plug it into the USB, it should show up as a drive on your windows machine. That is not working?
Thanks Paul! Just received my most excellent kit yesterday (via donkey). My breaking point is (0.015) for the homework. I need to catch up...
Fantastic!
Thanks, I watched 20 videos and it didn't help me. But Your first video got me up and running with the Pico w.
Nice work!
With delays longer than 1/55 seconds, I can clearly see the LED blinking. In my peripheral vision, when moving my head, I can notice some flickering for delays as short as 1/90 s.
With a toggle sleep value of 0.016 I could barley see it flashing and at 0.013 it appeared solid but dim. For the values between 0.016 and 0.013 I felt like I could see it flashing but if I wasn't looking for it to be flashing I wouldn't have noticed it.
I'm starting this off with my raspberry pi pico (No W) and I'm going to follow until I can't anymore. Or until I get a W in the mailbox. 😄
Hi Paul Have every thing up and running. I was able to see the led blinking at I could see the led at 16 ms but could not see the blink at 15.9 ms. It funny that the import Pin has uppercase first letter but sleep is all lowercase. Have been following your courses for the last couple of years. Thanks for all your effort on these courses.
"It funny that the import Pin has uppercase first letter but sleep is all lowercase." Yes whoever creates the classes and methods get to choose the name and case. There are conventions on how this should be done but they are not always followed. time sleep is brought in from regular python and machine Pin is a Micropython method so they are developed by different organizations.
Keith I believe when we call Pin we are calling the class constructor, which are conventionally in CapitalCase.
This is exciting stuff!
Hi sir Paul . Just want to ask .can I use Pico W configurations for pico board ? Thanks . By the way this is a very comprehensive tutorial . I'm a beginner in this microcontroler and this makes me excited 😊
Boom--- Congratulations Paul on your new Pico-W course.. Finished your Arduino course , really excited for this new one. Got my Pico up and running 👍... Also taking your introductory Python course 😁. Can I assume that the Thonny Micro Python language is similar enough to the Python I'm using with VS code that they should compliment each other? .. WIll try to be more active with the "Community Support "... Grateful 🙏
Enjoy!
Wie immer eine sehr gute Lektion! Vielen Dank dafür❤
Great video, very informative
Bought a kit for my grandson and one for me. Tried lesson 1 and success
Welcome abord! Great to hear you will be working with your grandson. Well done.
The lowest perceptible blinking of the on board LED of the Raspberry Pi Pico WH happens at 0.02 value in the sleep line.
Paul, Just adding to my comment below, if I may. Having completed your fabulous Arduino lessons, and just about keeping my head above the water with IDE C++ programming so far, I'm a little worried about biting off too much, learning a different language (if in fact, this course is 'python'). I realise the Pico is a much more powerful & modern micro-controller, but it seems it can also work with the Arduino IDE. I'd appreciate your opinion on the cross-roads i'm in. Is Python the 'way to go' ? I guess they all push n pull sensors/output in a similar fashion. Your response is always appreciated. Many thanks, Phil (UK)
I prefer python as it is simpler and more intuitive
Go with adding Python to your coding toolbox. A second coding language is usually easy to pick up, just different syntax. I still love and use Arduino but I find Python to be well supported on PCs and MicroPython looks like it is getting a lot of traction on the newer microcontrollers. So it's good to have choices.
Paul, I love your tutorials. Keep up the good work. Friendly note: your audio in this video is somewhat "in a barrel", kind of bassy, compared to the excellent audio in your Arduiono tutorials of 3 years ago. I'm listening on a nice sound bar with a subwoofer. It could be that your audio is perfect on earbuds with NO bass response. :)
Yes, I continue to struggle with good audio. There are so many different playback devices, and I have sort of tuned it to sound reasonable on cheap desktop PC speakers.
Congratulations , nice content
most interesting video. I thought it would be helpful to find out what the Raspberry Pi Pico W is all about with lots of GPIO pins. For little stuff I have been using different esp32s. 😎 Thanks.
Glad it was helpful!