Raspberry Pi Pico

  Переглядів 299,235

ExplainingComputers

ExplainingComputers

День тому

Raspberry Pi Pico microcontroller introduction, including a comparison with the Raspberry Pi Zero, installing MicroPython, and a demonstration controlling LEDs.
There is a follow-up to this video that progresses to look at reading inputs from switches and potentiometers, and controlling servos: • Raspberry Pi Pico: Inp...
More videos on computing and related topics can be found at:
/ explainingcomputers
You may also like my ExplainingTheFuture channel at: / explainingthefuture
Chapters:
00:00 Introduction
01:01 Pico & Zero
03:55 Specifications
06:28 MicroPython
10:25 Headers & Code
14:03 By Your Command
15:24 Possibilities

КОМЕНТАРІ: 1 100
@parrotraiser6541
@parrotraiser6541 3 роки тому
Your challenge, Chris, is quite clear; creating a Pico controlled tea-making network.
@ExplainingComputers
@ExplainingComputers 3 роки тому
:)
@MarkTheMorose
@MarkTheMorose 3 роки тому
It might be better to wait for the upgraded model, the Raspberry Tea-co.
@arnitdo
@arnitdo 3 роки тому
@@MarkTheMorose 😂
@sannidhyabalkote9536
@sannidhyabalkote9536 3 роки тому
@@MarkTheMorose Waiting Lol
@_BangDroid_
@_BangDroid_ 3 роки тому
I see a Wallace and Gromit rabbit hole here haha Eventually he fully automates his youtube channel production with picos and other controllers. Automated recording, editing and uploading, machine learning based video ideas from analytics. Only, he is still the host, and the machines are now his boss. But at least there is infinite tea.
@proterotype
@proterotype 3 роки тому
This is me officially letting you know I’d like to see more videos on raspberry pi picos and microcontrollers. Thanks, from The States
@markdonnelly1913
@markdonnelly1913 3 роки тому
My first thought when you started that board was "Oh look, a Cylon." Then having your By Your Command title straight afterwards really tickled my funny bone. Small things amuse small minds I guess. Good episode, as always.
@TheUglyGnome
@TheUglyGnome 3 роки тому
I'm starting to think I was lucky there weren't these kinds of toys when I was a kid. If there had been, I would have never left my room... except maybe for a monthly visit to an electronics store.
@detritiv0re144
@detritiv0re144 3 роки тому
Except you wouldn't leave your room to go to an electronics store as you'd just order everything online instead
@phonewithoutquestion80
@phonewithoutquestion80 3 роки тому
I'd have made a smart suit out of all of these tiny boards lol
@go64bit
@go64bit 3 роки тому
This! This was what I did (15 years ago) for nearly an year after college. I stopped because I had to find a job to put food on the table 😂😂😂
@SergiuszRoszczyk
@SergiuszRoszczyk 3 роки тому
In the 80s and early 90s I had an electronic components store on my way home from primary school. It was mandatory visit every single day and guys there were very helpful with dropping hints on resistor, LEDs, small DC motors. They influenced my life very much and in a good way.
@TheUglyGnome
@TheUglyGnome 3 роки тому
@@SergiuszRoszczyk You lucky bastard! I needed to take a 30 minute bus drive and walk for another 15 minutes to get to the electronic component store. And the staff there wasn't interested at all to help a young kid in his projects. Later I found a TV repair shop around 15 minute bike ride from home. Component selection wasn't that great, but the owner was always ready to help and almost always found a substitute component when I showed him the schematics.
@plica06
@plica06 3 роки тому
Yes, I think another video on various use cases of the Pico would be cool. Maybe invite viewers to submit their working set ups to show and tell? Or anyway just to get a flavor of the different ways it can be used.
@plica06
@plica06 3 роки тому
I was thinking how might the Pico send sensor data back "home". Let's say when controlling a Robot wirelessly over a distance > bluetooth range? I'm sure there are lots of ways but 802.11s Mesh Wifi could be a peer-to-peer solution? A video showing its use with OpenWrt here: ukposts.info/have/v-deo/m6dpraGCnox8w4E.html
@netadmin-fraser787
@netadmin-fraser787 3 роки тому
Instead of paying $50 for a USB rubber ducky, you could use this $4 Micro Controller(the pico) instead, although it would lack the USB storage mirage, it's still really useful for just $4. Look up the "Duckberry Pi", so much cheaper but it's the same results.
@GadgetUK164
@GadgetUK164 3 роки тому
I dont comment often, but just wanted to say - love the channel, you make fantastic videos!
@ExplainingComputers
@ExplainingComputers 3 роки тому
Awesome! Thank you!
@smile768
@smile768 3 роки тому
I’ve never used a micro controller but I appreciate their simplicity in doing a single job well. No lengthy boot times, updates or antivirus to worry about. I’m thinking of all sorts of home automation ideas.
@absalomdraconis
@absalomdraconis 3 роки тому
@Hilldweller ... Or maybe not? When I think "simplicity", I very explicitly don't think "add it to the internet". Instead I think stuff like "use headphone connectors to network them!"
@thomasruwart1722
@thomasruwart1722 3 роки тому
Another important difference is that [most] micro controllers support analogue sensors whereas something like the Raspberry Pi only supports digital sensors.
@hxhdfjifzirstc894
@hxhdfjifzirstc894 3 роки тому
Yes. Think of something that is better off done automatically and make it happen. Like a keyboard macro for your house.
@kennmossman8701
@kennmossman8701 3 роки тому
@@hxhdfjifzirstc894 that would not be automatic, then
@chaos.corner
@chaos.corner 3 роки тому
@Hilldweller ESP8266 is dirt cheap and perfectly adequate for many purposes. Very easy to integrate into bigger projects too.
@amedeeabreo7334
@amedeeabreo7334 3 роки тому
Got my Pico PIO counting at 62.5 Mhz and not missing a count. It will output square wave at 125Mhz with less than 200 picosec jitter! Hope to use it in the lab to do fpga style functions at fraction of cost. Much potential in robots and science hardware. Thanks for a great video!
@qwkimball
@qwkimball 3 роки тому
The Sunday ritual: Crossword puzzle from the NY Times, The Puzzle on NPR, ExplainingComputers. Sundays are amazing!
@grf73tube
@grf73tube 3 роки тому
it´is so satisfying when one test a new hardware and see the LEDs turning on for the first time.
@NorthernKitty
@NorthernKitty 3 роки тому
The Microcontroller version of, "Hello World" 😉
@KarstenJohansson
@KarstenJohansson 3 роки тому
It's literally the first thing I did, too. Reminds me of when I first started learning Assembler. It was back in the day when DOS programs always had a copyright string on startup. There was a very specific sense of accomplishment seeing it print *my* copyright string for the very first time. And that sense of "w00t!" still arrives with every initial "hello world," whether it be text, blinking lights, or whatever, decades later.
@runepedersenDK
@runepedersenDK 3 роки тому
@@NorthernKitty You can make yourself a little piece of code to morse "Hello World" 😁
@Duewester
@Duewester 3 роки тому
I am impressed. You've done it again. My experience with Micro Python has just doubled. Thank you for taking the time to educate us.
@ExplainingComputers
@ExplainingComputers 3 роки тому
Hi Thomas.
@gpa30051984
@gpa30051984 2 роки тому
exp = 0 exp = exp * 2
@OutlawJackC
@OutlawJackC Рік тому
@@gpa30051984 Where'd you find the source code? 😂
@paulmcwhorter
@paulmcwhorter 3 роки тому
Another great video. Really appreciate your efforts, and the continued excellence of your work. Look forward to your program each Sunday morning.
@mohamedmimonasbai8563
@mohamedmimonasbai8563 3 роки тому
Thanks! 🤗
@parthpatel1605
@parthpatel1605 3 роки тому
Baam💥 Mr. Paul we are ur fans too❤️👍
@lalitjain1969
@lalitjain1969 3 роки тому
You both are great guys. I am your and his fan
@thenugget3671
@thenugget3671 2 роки тому
Wow Paul never knew you commented : )
@johnpugh655
@johnpugh655 2 роки тому
I am an experienced amateur programmer, having programmed PICs, Arduinos, BBC Micro:bits etc for years. I have bought two Picos along with 3rd party experimenting boards and struggled for a while adjusting my thinking to programming the Pico. I have read some very wordy documents from these suppliers, possibly too quickly, and missed one or two crucial bits of information before starting my experimenting. Having watched your very clear video this morning I immediately discovered where I was going wrong and all is now well. You have done it yet again Chris, do keep producing your excellent videos! There are lots of us out here that will watch everything you produce because we will always learn something new and very useful from them. More tutorials on using the Pico itself would be most welcome. Many thanks to you!
@ExplainingComputers
@ExplainingComputers 2 роки тому
Thanks for this -- great to hear you have things working. I have a follow-up Pico I/O video here: ukposts.info/have/v-deo/jHSbZqGaindel2w.html -- and another Pico planned, currently for May 1st, although that may change.
@dogastus
@dogastus 3 роки тому
That's the best intro to the Pi Pico I have seen.
@RothmanHarv
@RothmanHarv 3 роки тому
There's some fantastic macro filming in this episode. Really clean soldering job and all in focus. And yes, would love to see more microcontroller videos!
@NomadicSage
@NomadicSage 3 роки тому
Oh yeah, been waiting for raspberry pico from my favorite UKpostsr
@alanjrobertson
@alanjrobertson 3 роки тому
Fantastic episode, Chris - an incredibly clear explanation of the difference between the Pico and 'full fat' Pi. Please please do some more videos exploring the possibilities. The speed it started your running your code when you switched on the powerbank was just jaw-dropping!
@ExplainingComputers
@ExplainingComputers 3 роки тому
Thanks Alan. There seems strong support here for more Pi Pico episodes! And I agree that the speed of running the code is really cool.
@gothakane
@gothakane 3 роки тому
That was a very simple and elegant demonstration of the Pico's capabilities and got me thinking about the possibilities. Thanks very much as always! I can't believe it starts immediately after power on!
@okieinexile
@okieinexile 3 роки тому
I've learned more about this in a few minutes on your video than in hours of struggling with it other places on the net. Well done.
@VVerVVurm
@VVerVVurm 3 роки тому
yes please .. take a look at micro:bit and the likes .. love your content, your voice, your editing .. sooo much effort
@StefanoZamprogno
@StefanoZamprogno 3 роки тому
ESP32 etc...
@jeraldgooch6438
@jeraldgooch6438 3 роки тому
Chris - thank you for another fun and informative video. I appreciate your dry humor. As I sit in now unfrozen Texas on Sunday mornings, I tell my wife it is time to listen to my favorite Brit. Personally, I would appreciate more microcontroller videos, especially looking at communications between the microcontroller and a single board computer using, say, SPI. However, I will comment that, with the advent of the Pico, there is more overlap with another of my favorite channels - Dronebot Workshop. In an ideal world, the two of you could collaborate on some videos, but who knows? Again, thank you for another enjoyable Sunday morn!
@karllaun2427
@karllaun2427 3 роки тому
Chris, I always enjoy your content as it is so well produced and “explained”. You might need to start another channel called Explaining Microcontrollers. :-)
@KameraShy
@KameraShy 3 роки тому
The single best introduction and explanation of the Pico on the entire internet. Definitely would like to see follow-ups with some practical applications. Including how to use that onboard temperature sensor.
@trjblq
@trjblq 2 роки тому
The best explanation and demo I've come across since purchasing my Picos. Thanks for making this such a breeze and easy to follow!
@paulgriffin8566
@paulgriffin8566 3 роки тому
Chris, yet another entertaining, informative video with the added easter egg of including Glen A Larson's ground breaking work of using flashing LED's in Battlestar Galactica and Knightrider. As always you have made my day and by extension the world a brighter place. Many thanks. P.S. It would be great to see the Pico being used to control a motor.
@howardwilliams2587
@howardwilliams2587 3 роки тому
Another popular microcontroller is the ESP32-PICO-KIT, or any number of variants of the ESP32. It would be nice to see a comparison between the RP PICCO and the ESP32 PICCO. Great content as always and thanks for sharing.
@butters_147
@butters_147 3 роки тому
I could listen to you explain stuff all day Chris. 👍 The soldering part... "40 Shiney, molten, metal connections later..." 😂 That kind of silly dry humour cracks me right up. I love it. Also, thanks for all the time you put in helping us plebs. 👍👍
@ExplainingComputers
@ExplainingComputers 3 роки тому
Thanks 👍
@VoyivodaFTW1
@VoyivodaFTW1 8 місяців тому
the cup of tea joke hit me so hard because of the dead air between the joke and the transition. so good.
@srowley85
@srowley85 3 роки тому
I’m looking forward to a day when I have time to tinker with things such as this again. Teaching remotely has kept me away from being able to explore how I could use something like this. I know I’d enjoy seeing what you’d do with it, if you’re so inclined. Cheers!
@pb-vj1qs
@pb-vj1qs 3 роки тому
Yes, I would like to see more microcontroller videos, maybe a comparison of an arduino uno to the pi pico
@RobertBoerner
@RobertBoerner 3 роки тому
As always, a very well done video. The practical demonstrations provided are always much appreciated. I would love to see more videos on the Pico and other microcontrollers.
@k5v1nv
@k5v1nv 3 роки тому
Chris your well presented videos have opened up a whole new world of exciting computer project ideas, I for one would be grateful should you decide to include further micro controller projects like this one. Many thanks for your inspiration.
@punkrachmaninoff
@punkrachmaninoff 3 роки тому
On the brighter side, I used to run 'Doom', 'Dark Forces', X-Wing/Tie Fighter' and 'Rise of the Triad' on my 133MHz Pentium. (Hehehe)
@ExplainingComputers
@ExplainingComputers 3 роки тому
I know, we are spoilt with CPU power these days.
@dougr.8653
@dougr.8653 3 роки тому
And paying 100 dollars for 4 megabytes of ram. Man, I don't miss those days. 😂😂😂
@punkrachmaninoff
@punkrachmaninoff 3 роки тому
@@dougr.8653 Haha. $4299 for a Pentium II with 266MHz and a 15" CRT...
@pencilcase8068
@pencilcase8068 3 роки тому
@@dougr.8653 excuse me... 100 bucks for MB RAM.
@pencilcase8068
@pencilcase8068 3 роки тому
@@punkrachmaninoff those days were rough af
@eightbit3342
@eightbit3342 3 роки тому
Great video Chris! I am wanting to teach a younger family member some electronics / programming and the format of this video will be nice start to get the ball rolling. Would be very excited to see some 2 wheel robot motor control examples and some examples of using sensors. Much love from Sheffield, 8-bit.
@tarascon85755
@tarascon85755 3 роки тому
Please, sir, I want more. Your explanations of this brave new world of SBCs and micro-controllers are quite facinating.
@The-sound-of-silence
@The-sound-of-silence 9 місяців тому
I've never seen any explanation like that ever, I even paused the video to say THANK YOU!
@ExplainingComputers
@ExplainingComputers 9 місяців тому
Thanks for watching.
@TheTechieScientist
@TheTechieScientist 3 роки тому
When the Pico was released , I didn't buy it as I thought I didn't need it as I have many other micro-controllers , But as soon as i saw your video and satisfying electronic imagery ,I feel I should buy one....
@duncanwalduck7715
@duncanwalduck7715 3 роки тому
I know, I held off buying the PyBoard (-or rather a clone-) because I though "that would be like buying the kitchen sink" [proverbial] and "seeing as I have everyting BUT the kitchen sink already, I'll probably get by". But then it was Three-pound Sixty, plus an order from either CPC or Pi/Hut¦Moroni (which was going to happen anyway). Now, seeing as I have two "Black Pills" (the lesser and the great) it was not a stretch to end up with two Picos already (from qualitatively different sources). If a system is good and keenly priced AND vulnerable to ham-fistedness in its usual use, it's probably worth having a back-up.
@familyplans3788
@familyplans3788 3 роки тому
great video , yes i would love to see other micro controllers being featured , eg esp32 etc , even using a pi to read data from them
@watsoft70
@watsoft70 3 роки тому
Yes Chris, after that introduction to a Pico controller I am keen to see where you want to go with it. Another top video for a Sunday's evening viewing. Thanks.
@stocksy
@stocksy 2 роки тому
I just bought a Raspberry pi pico on a whim while I was ordering some other components. This was absolutely the introductory video I needed, thanks for the work you put in to making it.
@ExplainingComputers
@ExplainingComputers 2 роки тому
Great to hear! :) You may like my follow-up: ukposts.info/have/v-deo/jHSbZqGaindel2w.html
@Reziac
@Reziac 3 роки тому
That was.. illuminating. I'd had no idea how those things worked. Now I have my first clue! :D
@y2ksw1
@y2ksw1 3 роки тому
Your mind reading skills have reached god mode 😊
@duytdl
@duytdl 2 роки тому
Just got a raspberry pi and found this channel and have been binge watching videos since 2016 apparently. Really great channel that deserves more subs!
@ExplainingComputers
@ExplainingComputers 2 роки тому
Thanks for watching!
@bexleymike
@bexleymike 3 роки тому
Just received my pico''s yesterday and exciting times are ahead! Looking forward to what you come up with using the pico! Well done!
@donporter8432
@donporter8432 3 роки тому
So that's what a Pico is all about! Thanks Sir Chris.
@bsvenss2
@bsvenss2 3 роки тому
I bought a couple of pico:s the same day as the release. A Pico Explorer Base is the next thing I'm going to "invest in". It has been sold out for a long time at Pimoroni but seems to be in stock again. 😀 Didn't know about Thonny. Great tip and excellent video as always. Thank you.
@CB-cu3fx
@CB-cu3fx 2 роки тому
Excellent video. Extremely clear and to the point. For a guy that grow-up with Spectrums, 2068s, C64, C128s this channel makes me feel like I'm on my game.
@ExplainingComputers
@ExplainingComputers 2 роки тому
Thanks for this -- and I imagine you will like the video posting in a few hours! :)
@12polizei24wegvonhier
@12polizei24wegvonhier Рік тому
I like your channel with dry English humor and great tutorials. You are a great teacher so keep it up!
@mohamedmimonasbai8563
@mohamedmimonasbai8563 3 роки тому
Pico is one of the best codenames for the PI.
@jothain
@jothain 3 роки тому
@Jack Warner why?
@sannidhyabalkote9536
@sannidhyabalkote9536 3 роки тому
@Jack Warner Pico doesn't use os As I remember ?
@mohamedmimonasbai8563
@mohamedmimonasbai8563 3 роки тому
@@sannidhyabalkote9536 🙄
@mohamedmimonasbai8563
@mohamedmimonasbai8563 3 роки тому
@Jack Warner > _start pico
@mohamedmimonasbai8563
@mohamedmimonasbai8563 3 роки тому
@@jothain 😂
@lucyfrye5365
@lucyfrye5365 3 роки тому
A Pentium running at 133 mhz was the pride and joy of our family once. Obviously we also had a 3dfx Voodoo card with 4 mb. YES! Really! That was the stuff dreams were made of and made our house where we all played, much to the despair of my mum who provided us with crisps and lemonade.
@MarkoPetejan
@MarkoPetejan 3 роки тому
This pico (or any other microcontroller) can easily and by far (orders of magnitude) outperform any modern computer at tasks it is designed to do. And there are many of them computers just can't do
@castillo4141
@castillo4141 2 роки тому
Great set of videos, have been binge watching them in the last days, THANK YOU so much for taking the time to make such good content.
@ExplainingComputers
@ExplainingComputers 2 роки тому
Thanks for watching!
@neilparker2310
@neilparker2310 2 роки тому
Much appreciated. You explained the basics of getting the Pico up and running very simply and clearly. Yes - please do go ahead with a further video on additional I/O tasks.
@ExplainingComputers
@ExplainingComputers 2 роки тому
Thanks for this -- the additional video is here: ukposts.info/have/v-deo/jHSbZqGaindel2w.html :)
@user-hy1ck3zj8w
@user-hy1ck3zj8w 3 роки тому
Hi chris , i'm Christian. (CD) I can't help waiting for next pico video !!
@agentinpembedunyasi
@agentinpembedunyasi 3 роки тому
I watch the contents very well, I wish you continued success.
@ExplainingComputers
@ExplainingComputers 3 роки тому
Thanks.
@iyeetsecurity922
@iyeetsecurity922 2 роки тому
I really appreciate your channel! Even seasoned geeks can learn a lot from you!
@tasmedic
@tasmedic 3 роки тому
Thanks Chris. I particularly enjoyed the "cup of tea" comment! I could do with a good reason to learn python, so please do take us into the world of microcontrollers. Anything which can get processing jobs done quicker and cheaper is worth looking at, and this tiny controller looks like a great introduction to the genre
@Everytwo_
@Everytwo_ 3 роки тому
I was waiting for this from the launch if it!!!
@ExplainingComputers
@ExplainingComputers 3 роки тому
I got there in the end!
@KlausWulfenbach
@KlausWulfenbach 3 роки тому
Now I want to make my own gamepad controller and use the Pi Pico as the brains.
@user-qy2wf2lt6v
@user-qy2wf2lt6v 3 роки тому
Well - what are you waiting for? Just go for, buddy!
@prakharmishra3000
@prakharmishra3000 3 роки тому
Hey I recommend a PvP arcade gaming station! Add a coin function too for some cash lol
@DFX2KX
@DFX2KX 3 роки тому
the Pico supports HID emulation out of the box, so that is considerably easier to set up then it is with ESP32 and other atmel micro controllers (though there are some limitations with the Pico as far as analog inputs IIRC)
@prakharmishra3000
@prakharmishra3000 3 роки тому
@Jim McIntosh a shop near my house had it, the owner built it I think, it didn't have a coin slot but had a switch he will press whenever someone wanted to play. He passed away now, Lots of kids including me came to play there.
@prakharmishra3000
@prakharmishra3000 3 роки тому
Actually if you have a raspberry Pi I don't think you will even need this. Just connect the button and joystick wires to the gpio pins directly and program it to recieve input.
@MrMackster01
@MrMackster01 3 роки тому
Awesome job, Chris! I might pick one of these up for home automation tasks! I’d love for you to do a video on using the GPIO pins and the breadboard and resisters in more detail!
@jupiterflambay4284
@jupiterflambay4284 2 роки тому
Awesome ! I got one of these in a Kit with accessories in a bundle when I bought my pi400. When it arrived I had no ruddy idea what it was, now I do, thanks Chris !
@frigbychilwether
@frigbychilwether 3 роки тому
Hi, useful to see. Be interested in seeing it compared with Arduino and/or Teensy etc to see why one would choose them over it or vica versa.
@sethrd999
@sethrd999 3 роки тому
Regular Arduino's (AVR) the M0 gives you more but the gotcha is it is most likely NOT tolerant above 3.3v which AVR's are 3.3 and 5v tolerant. Teensy being a bigger arm will absolutely smoke this board as would anything sporting a STM32 F4 ( Cortex M4 ) the G series is massive in robotics as not only is it a grunty CPU but has FPU among a huge range of I/O including FDCAN which is essential for robotics / precision.
@zac_in_ak
@zac_in_ak 3 роки тому
If you are just starting out you can’t beat that $4 price tag.
@sethrd999
@sethrd999 3 роки тому
@@zac_in_ak Sure price is one factor I suppose but there really should be more involved than that, pound for pound an esp32 is a better overall choice than this board and its err cheap for alot better performance and options.
@zac_in_ak
@zac_in_ak 3 роки тому
@@sethrd999 I grabbed it because of its decent performance and cheap price since I'm new to microcontrollers and don't even know what I need or want. A good way to dip your toe in. trying out circuitpython and micropython
@horseradishpower9947
@horseradishpower9947 3 роки тому
😂 awesome reference to Knight Rider and Battlestar Galactica! 👍
@ExplainingComputers
@ExplainingComputers 3 роки тому
Great shows.
@mdsohidulalam9686
@mdsohidulalam9686 2 роки тому
free fire free fire Pico
@erikdekoster4137
@erikdekoster4137 3 роки тому
Thanks Chris, I'd very much appreciate to see more controller videos from you Chris.
@orcsmash9
@orcsmash9 3 роки тому
More videos on pico and micro controllers please. Any content from you is always good content.
@1scottburns
@1scottburns 3 роки тому
Yes more detail. I need some help with getting started training myself and my homeschooled daughter
@lesliedeana5142
@lesliedeana5142 3 роки тому
A good, simple add on to his program would be to add code to take one of the GPIO inputs, and add a trigger to start, then maybe count the number of trigger presses and make that many iteration loops ... aka the old SIMON game.
@zac_in_ak
@zac_in_ak 3 роки тому
Check out adafriut and sparkfun lots of info
@pilliproxas2516
@pilliproxas2516 3 роки тому
My day is complete :)
@davidmurphy563
@davidmurphy563 3 роки тому
Night night. 😴
@U8uxa8SP
@U8uxa8SP 3 роки тому
I love your videos. I would like to see more Pico videos, perhaps using them in conjunction with the regular pi's. Looking forward to more of your videos.
@DylanMatthewTurner
@DylanMatthewTurner 3 роки тому
It's been pretty great in my experience. I just finished a project with serial bluetooth, hid, and basic inputs. The C++ library space is fairly thin at the moment, so a lot of it had to be done by hand, but once I programmed it, everything just kinda worked as expected which was nice. And the best part is that it's fast with lots of memory despite being only $4. I've already got another project in the works.
@saxonlight
@saxonlight 3 роки тому
The Pico became self-aware about 30 seconds after the video was recorded and ever since... Mr. Screwdriver has been missing.
@ExplainingComputers
@ExplainingComputers 3 роки тому
:O
@paulluce2557
@paulluce2557 3 роки тому
Its ok , Chris has dispatched a search party comprising of Stanley the Knife and Mr Scissors..
@s.aravindh6227
@s.aravindh6227 3 роки тому
Nice video bro 👍👍
@chriholt
@chriholt 3 роки тому
What a great little device! I would definitely like to see you do more with it in the future.
@adammathieson1428
@adammathieson1428 3 роки тому
Great video for people like me who bought a Pico entirely on the basis of it being $4 and being familiar with Raspberry Pi as a computer but with no programming experience. I now have a $4 flashing LED, the world is my oyster!
@clark_johannes
@clark_johannes 3 роки тому
Remember those times when electronic toys have a black solid tar to protect the chipset?
@mike_vahemoubayed8099
@mike_vahemoubayed8099 3 роки тому
Hahahahaha yeah, and I am not that old
@sannidhyabalkote9536
@sannidhyabalkote9536 3 роки тому
@@mike_vahemoubayed8099 you are You are that old You realize it , like me
@_BangDroid_
@_BangDroid_ 3 роки тому
Chip-On-Board (COB) blobs are still very common
@hariranormal5584
@hariranormal5584 3 роки тому
Do you know why they have it? I don't know actually
@_BangDroid_
@_BangDroid_ 3 роки тому
@@hariranormal5584 It costs less than using a packaged chip. The silicon chip is glued to the board and the bond wires go directly from the chip to the board. The black resin is there to protect it all.
@TheDarkelvenangel
@TheDarkelvenangel 3 роки тому
It would be great to see more Pico. As always enjoyed the video.
@agent_slimepunk
@agent_slimepunk Рік тому
I love your videos! I've caught the microcontroller bug and now I need all the resources I can find!
@ExplainingComputers
@ExplainingComputers Рік тому
Great to hear -- I presume you have found my other Pico videos? :)
@my2ndlogin
@my2ndlogin 3 роки тому
You made me buy my first Raspberry Pi, and now i'm ordering my first Pico because of this video. Thank you.
@ExplainingComputers
@ExplainingComputers 3 роки тому
Enjoy your Pico! :)
@marianheaney9803
@marianheaney9803 3 роки тому
Yes, More!
@bfapple
@bfapple 3 роки тому
Fourth? In any case I’m very glad to see you take a look at the Pico! By popular demand I assume?
@ExplainingComputers
@ExplainingComputers 3 роки тому
I count you as third -- so a bronze medal! :) And you are right the Pi Pico is reviewed here by popular demand. :)
@bfapple
@bfapple 3 роки тому
@Hilldweller Exactly what I thought when writing that comment. Sadly my experience of forth is limited to my brief interest in minecraft circa ten years ago.
@noweare1
@noweare1 2 роки тому
003mer makes videos using the pico and fourth. Check it out. He's top notch also.
@Antonio-fl3nr
@Antonio-fl3nr 3 роки тому
That british wit of yours, Chris. This microcontroller has everything; this is the first one I see with an onboard temperature sensor. I'm sure you got a lot of exciting ideas. I'm looking forward to see what you got in mind for it. Now I have my own Pi 400. Guess who is responsible for tempting me to buy one. And now I want this microcontroller to go with it.
@Tabletop_Epics
@Tabletop_Epics 2 роки тому
I appreciate both this video and the Glen A. Larson reference.
@TheSulross
@TheSulross 3 роки тому
"a whole career out of running lights" - gee, hadn't thought of it like that
@TheTechieScientist
@TheTechieScientist 3 роки тому
11:45 ~ Blu-Tack again EC?
@ExplainingComputers
@ExplainingComputers 3 роки тому
Always so handy!
@TradieTrev
@TradieTrev 3 роки тому
Loving this video Chris with your efforts getting the soldering iron and breadboard out!
@highdesert50
@highdesert50 3 роки тому
Excellent timing -- my Pico arrived a day ago. Coming from Arduino/ESP32 and C, your intro was spot on informative. I would look forward to another Pico project.
@NorthernKitty
@NorthernKitty 3 роки тому
"No tea making facilities..." Well! That's a deal-breaker for me, I'm out! 😝
@KameraShy
@KameraShy 3 роки тому
How about beer making? Would that get you back in?
@33lex55
@33lex55 3 роки тому
Nah, if it can make coffee, I'm all in.
@dlewis9760
@dlewis9760 3 роки тому
Raise your hand if you saw Monty Python instead of Micro Python when it appeared on the screen.
@ExplainingComputers
@ExplainingComputers 3 роки тому
:)
@WarrenGarabrandt
@WarrenGarabrandt 3 роки тому
@WightKnight
@WightKnight 3 роки тому
I somehow missed the releasing the Pico, I'm really amazed by it and it has honestly rekindled my love for micro-controllers!
@ExplainingComputers
@ExplainingComputers 3 роки тому
Great. :)
@rosspeplow
@rosspeplow 2 роки тому
Great video! Now I understand the basics of what a micro controller is vs a computer. Thank you!
@Henchman1977
@Henchman1977 3 роки тому
Raspberry Pi Foundation may have been concerned that including tea making functionality would have caused users to defenestrste themselves... (Father Ted reference)
@cockneyse
@cockneyse 3 роки тому
Or telling computers / phones we DON'T want to accept cookies!!!
@NCrdwlf
@NCrdwlf 3 роки тому
I'm a new sub and your level and pace of explaining things is perfect . Love your channel .
@2namtaB
@2namtaB 3 роки тому
I wasn't sure where you were going at the beginning of the video, but I liked how it all concluded. This is really interesting especially if you want to build props that light up, Proton Pack anybody?
@Matrxmonky
@Matrxmonky 3 роки тому
No tea making facilities? NO TEA MAKING FACILITIES?!?!???? This is where I draw the line. The Pi team has gone too far.
@tehtapemonkey
@tehtapemonkey 3 роки тому
Yeah, I had to close my tab and go cool off for a few hours before finally finishing the video. smh
@600lester
@600lester 3 роки тому
Great video Chris, i would love to see more on the Pico and other micro controllers
@ddiver2200
@ddiver2200 3 роки тому
very interesting, I have long left my hobby in microcontrollers because I have complicated ports and programming, after seeing your video, the technology has changed a lot, it seems simpler, I want to start again
@deechvogt1589
@deechvogt1589 3 роки тому
Cheers Chris. Thanks for another video demonstrating the latest addition to the Raspbery Pi ecosystem. I am sure there are many interesting projects that you could embark upon with this neat piece of kit. I am always interested in learning more about electronics and micro controllers and how to make things that interact with the physical rather than the digital world. As always stay well.
@TheRealWindlePoons
@TheRealWindlePoons 3 роки тому
Thanks, Chris, a good introduction to the Pico. My Pico doesn't pull sufficient current to keep my USB power bank switched on. If you have the same problem, I suggest a 3xAAA battery pack connected to pins 38 & 39. My partner's car recently took to flattening it's battery while parked, so my first project will be a data logger to measure voltage and discharge current of a car's battery.
@peanut71968
@peanut71968 3 роки тому
Thanks for the informative and well presented vid, CB! Really appreciate your time!
@hansoak3664
@hansoak3664 3 роки тому
Excellent explanation, sir. Having never worked with microcontrollers, this video sparked some interest for me as it doesn't seem as complicated as I thought it was for all of these years.
@ExplainingComputers
@ExplainingComputers 3 роки тому
The Raspberry Pi Foundation have, as usual, done a lot of work to make getting into it as easy as possible.
@hansoak3664
@hansoak3664 3 роки тому
@@ExplainingComputers Indeed. Hats off to them.
@Veni_Vidi_Vortice
@Veni_Vidi_Vortice 3 роки тому
Yes please, more microcontroller goodness would be very much appreciated. Nice use of the soldering iron BTW, I think it's the first time I've ever seen you brandishing one.
Arduino vs Pico - Which is the Best Microcontroller For You?
20:38
Gary Explains
Переглядів 276 тис.
Raspberry Pi Zero 2 W
14:07
ExplainingComputers
Переглядів 443 тис.
Эффект Карбонаро и стеклянные пузыри 
01:01
История одного вокалиста
Переглядів 4,3 млн
Гражданская оборона 2024 - 16 полный выпуск
1:04:15
Телеканал ICTV
Переглядів 449 тис.
БРАВЛЕРЫ ОТОМСТИЛИ МАТЕРИ😬#shorts
00:26
INNA SERG
Переглядів 4,4 млн
Когда наругала мама
00:28
Gazan
Переглядів 2,8 млн
Turning a Raspberry Pi Pico into a GPU!
16:42
element14 presents
Переглядів 95 тис.
The Raspberry Pi Pico WAS Overrated! But that changed!
10:18
GreatScott!
Переглядів 578 тис.
The Pi Pico has problems, so I made my own, the ProPico
7:17
Dmytro Engineering
Переглядів 29 тис.
Raspberry Pi Pico: Inputs & Servo Control
17:20
ExplainingComputers
Переглядів 128 тис.
3 HACKING gadgets you have to TRY!!
19:34
NetworkChuck
Переглядів 1,4 млн
Raspberry Pi 5 M.2 HatDrive!
15:48
ExplainingComputers
Переглядів 219 тис.
Raspberry Pi Pico - Review and Getting Started
18:32
Gary Explains
Переглядів 73 тис.
Raspberry Pi Pico - Control the (I/O) World
1:03:16
DroneBot Workshop
Переглядів 596 тис.
Raspberry Pi Pico LCD Projects
17:25
ExplainingComputers
Переглядів 96 тис.
Это УНИЖЕНИЕ: Самсунг сделал ступеньки из АЙФОНОВ
0:14
Собиратель новостей
Переглядів 7 млн
Мой первый телефон из 2008 - Sony Ericsson T280i
18:02
ЗЕ МАККЕРС
Переглядів 29 тис.
Это БЕСИТ ВСЕХ пользователей iPhone!!! 😡
28:07
Яблочный Маньяк
Переглядів 25 тис.