Clarity to the max! No inane chatter, fooling around, high speed gabbling or frantic camera movements just articulate explanation and very clear illustrations - perfection. If all teachers had your abilities the world would be a very much better educated place. :)
Greetings from across the pond near Albuquerque, New Mexico, USA. Another idea for this LCD1602: attach a laser module to the pico, set it up in a doorway, and count foot traffic. Also, with some reflective tape and a little programming, determine rpm's for a fan or even a hobby propeller, much like what you did with the weather vane. I think most might be surprised at how fast the pico can measure rotational speed. By the way, my intermittent contributions to this channel are always based on all your work, not just any one video. Thank you for working so hard to be such a great prof/instructor/teacher.
Long time listener, first time caller, recent supporter. Your videos are a joy to watch, and an excellent source of inspiration. Currently waiting for my Pico W and some accessories (breadboard, a display like the one in this video, some jumper wires) to be delivered. I can't wait! Thank you for sharing your passion with us!
@@fjl05 The "while True" is a forever loop. The next "while loop" - "while switch.value()" - means that while the switch is pressed, do what is inside that loop, which is to increment the counter, update the display, and then execute the third "while loop". The third while loop checks to see if the the button has been released, then waits for a tenth of a second and checks again. If the button "bounces" open and closed, it will happen much faster than the tenth second delay, so the third while loop won't "see" the release. In this way, once the counter has been incremented and the counter value displayed, execution is "trapped" inside the third while loop, meaning that execution cannot continue until the button is released for a period of time exceeding a tenth of a second, which implements what we call a "debounce" function. The problem with this method is that execution is trapped inside that inner loop, and nothing else gets done. This is fine for a simple demonstrator, but in the real world - or more precisely, in a real-time application - we couldn't accept the processor simply sitting and waiting for the operator to release the button, because nothing else would get done while the button is down. In the real world, we'd either use a hardware debounce circuit, or use an external timer/scheduler loop to poll the button periodically and wait for it to be released before accepting further down conditions, or use a hardware edge-triggered interrupt driven by the button... the last two creating what is referred to as an event-driven mechanism. It would depend on the broader structure of the program, and the processor structure. An Arduino would lend itself to a hardware interrupt solution, but I don't know if the OS on the Pi would take too kindly to that. Again, this is a perfectly reasonable demonstration, but in a real application with other things for the processor to do, you'd want to choose a method that permits continuous, uninterrupted code execution.
The Pico is a natural twin to this display and can be used together in many real-world applications. Thank for sharing the base code Chris. Will make our lives easier when experimenting.
@Win32applicationMost high end displays tend to work very well, including high refresh rate and modern display type ( OLEDS, Minileds ) etc etc and they are pricy for that reason, high refresh rate displays and they also deliver a much smoother experience, I wonder what monitor you had used that caused so much issues
Thank you for making this video. I purchased one of these Waveshare LCD displays and could not get it working as the many other online examples were for different devices and were confusing at best. You sir, explain things clearly without any unnecessary drama.
Good lungs on you not to mention your brain housing group appears to be working exceptionally well. Love how you leave the projects open so others will need to use their creativity to finish a project. Plus the vast amount of recourses you provide us. Until next time keep your gears spinning. Thank you.
The best thing about the Raspberry Pi SBC is that they have examples that work. The RPi spin-offs are a waste of time if there are no working examples for dummies like me. 😎 Great Video as always. Thank you.
Brings me back to our LCD school project, that a classmate and I made 23 years ago. Back then we used the pc serial port, Pascal, and a self-designed pcb board. It was so much fun!
Thank you for the content. There seem to me endless number of channels covering Ardunio on UA-cam but not many that cater to the pico. I've been working with the pico quite a bit over the last couple of years. Please continue to generating content on the pico and its applications with sensors / motors etc....
Besides reading the wind speed we can also read the temperature, the humidity, precipitation and we'll have a full weather station, we can utilize this push button to cycle through all different readings. But since I walk a lot I think I can find a way to count my steps. as always, that was a very nice project Thanks Chris!
there's a few different ways one could count their steps, the cheap/easy/old-school way would be to use a weight hitting a microswitch and then a similar count program. measure your stride length and get distance too. though modern pedometers (like the one inside my smartwatch) use a 6-axis Gyro/Accelerometer, which is also doable.
I just impulse bought another Pico W at Micro Center *yesterday* and happened to find an 1602 lcd module from an old Arduino starter kit kicking around last week - this video could not have come at a better time!
Another delightful video. I try to tune in every Sunday because EC feels a little like attending Sunday mass, for me. If you like, have a wonderful day.☕🙂
Thanks Chris for this informative video. Nice to see a little love for Mr Scissors and Stanley the Knife Now my suggestion for useful project for you; Create a staging directions for your Ducks and other wildlife.. while you are filming them....:)! Your anemometer brought back bad memories while helping change them 200+ feet above the harbor in St Thomas Virgin Islands while in the US Navy back in the early eighties.....the frame seemed to unstable and rocked too much for me. Have a nice week. .
I built a parallel display for my computer years ago, plugs into the parallel port and would display system stats, song info, whatever you wanted. It was neat to play with, I still have it in a box.
Ah, the good old 160X LCD displays. First one I got didn’t have an I2C interface. Very clunky to set up, but I managed. Then found out about I2C. So much easier! Useful little things for simple text based displays.
Great video. I would love to see more projects on your channel. SBC reviews are great but the other side of the coin is actually seeing what can be done with them .
Great Video Chris! A real walk down memory lane with the 1602 LCD display. My 1st micro project was with a PICAXE micro,and 1602, around 10 years ago. I ended up using a pin and code compatible OLED for a much better visual with no backlight, but I have used the 1602 with many projects since then. Nice to see how useful they are. Thanks for the modern adaptation of an old reliable (and inexpensive) display.
Nice change in menu and nice to add a LCD screen for a change i like it. Love how you easily teach us students. it is fun Peter you are just KIND and Amazing so great full to you
Chris, I am going to dig out my Pico and make a weather station. The modules are pretty inexpensive. I am going to look for a wind direction thingy and have the LCD displaying temperature wind direction and speed, temperature and humidity in the lounge. A great summer project!
Wow! One of my earliest projects was building a parallel port interface for one of those LCD panels. It was to, obviously, report the song that my mp3 player was playing on the computer. This was a long time ago (around 2000 maybe a little earlier).
Thank you for including Mr Scissors & Stanley - especially when companies like Waveshare are trying to put him out of a job with their resealable bags. 😅
Nice LCD module. If I would take that to a project, would attach those LCDs to an air conditioner. So It can basically monitor the amount of electricity used and the literal price that we would pay for. Nice LCD and nice video.
@@ExplainingComputers Quick question--you measured in MPH and not meters per second...is this a nod to your target audience or is this a standard when measuring wind(not sure why it would be, but for some reason only our drug dealers and military use metric in the US, so you never know who uses what).
@@ExplainingComputers I had no idea! For some reason I thought America was the oddball country with its own way of measuring things. I had no clue that this was something we could blame on our "parents". :)
When I seen the button counting bit it made me think that would be useful in a scenario where you need to count your progress, like when following a knitting patern for instance :)
Greetings. As soon as you opened the tiny display, first thought that popped was nice display to be used in pico weather project ! And there that was at the end. Interesting video as always. 👍 Thank you.
At 10:42 Most exciting game in the whole world.... I thought you were going to play Tyrian or EverQuest on it!!!! You did fail to find out the most important question though. That question is, "Can it play Crisis??" *runs off laughing*
Thank you Chris. I am always looking for inspiration for displaying Ham Radio data, Grid Square, Lat/Lon, Time, etc. I had a couple of other LCDs but they dies, and 3.5" screens are such a pain. I also appreciate the Waveshare products, as they have proven easy to use/support, cost effective, and very available. The PicoW and Pico W-BT are beginning to draw my attention for inexpensive, dedicated micro-controllers with no bloat, and easy programmability for Ham Radio. I'd like to see something tying an SDR to a Pico for a self-contained package. I was using PiZeros, but we all know about them...
considering how little power the Pico uses, you could make a self-contained Weather Station. Temperature, wind speed and direction (few ways to do this, via microturbine or anamometer and weathervane combo), sunlight, and rain guage would all fit pretty easily and I think you could get all of those parts on a single I2C bus with some work as well. Or if you know how button matricies work, you'd be able to make an old school calculator.....
I enjoy watching your videos. I’m most interested in the SBC reviews. It would be really interesting to see cool projects with these boards, perhaps as a series. It would be really neat to partner with other channels that are way outside your wheelhouse. So like how about using an SBC as a controller board for a vintage motorbike project with a channel that builds bikes? Using an SBC to control a very novel set of lights for the bike to keep it safe and visible on the roadways. You mentioned maybe looking at ESP32. You could make content for months easily just scratching the surface with how these things are used. Especially if you start seeing it through with home automation use cases.
Thanks for this. There are indeed many microcontroller and SBC project video possibilities. But I earn my living running this channel, so what is most critical is what the viewers want to watch. And sadly this kind of content does not pay my bills. Today I posted an Arduino video -- my first! But again, not that popular (so far). But I will always return to such content when I can. :)
Those little electricity meters the energy companies supply work by sending a radio pulse for every 1wh used. The battery on those lasts for months. The same principle could work with an anemometer. Each time the mill turns it would send a radio pulse instead over wires.
Thank you Chris, been looking for a simple, economical way to display measured parameters or what step of a program was in on a PICO. Just an update on the display you used, the current version from them uses a RGB LED back light so you can make it any color you wish...but you do have to add code for that too.
I really like your videos.your very old English and have a way about you that inspires me to drink tea and learn. I have a feeling I will be my teacher. Just remember to respond to msgs to the best of your ability and refrain from becoming a UA-cam hero
I LOVE LOVE LOVE this video. Thank you again for the inspiration! Only thing is, all these videos aren’t very good for my bank account as I keep learning about new gizmos to use in new projects 😂
Have you seen The 8-Bit Guy's video on LCDs? He covers the older standard instead of I2C, builds a box of switches for hand encoding the text, and also drives one using a Commodore 64 user port as gpio. Great stuff
Wow, I did not think a Raspberry Pi would be handy to make something with a basic LCD screen! This is really cool, you could make a little clock or something out of it. Nice to see some retro tech on modern day tech! Would it be possible to make a radio or something else out of this?
One more time, I excellent video. For the "most exciting game probably in the whole world" I'm not sure but for crazy ideas I'm impatient. When I'll be back home, I will try to translate your project on Attiny 85. See you soon.
At 2:55 "I square C" I kept on trying to figure out what you meant by "I square C", then you mentioned "I2C". I've heard of that before, could it be that it's called different things in the UK and the US?? "Queuing up" and "lining up" are examples of that....only place I hear a queuing is in programming when I was in college.
@@ExplainingComputers You did say "I squared C", my apologies for clipping that.... I still wasn't making the mental gymnastics necessary to figure out you were talking about "I 2 C". Hope your day is excellent!!
How about showcasing of displaying on some small screen of some meta data from a file being played in Media Player Classic or Winamp? Or datastamps or path of selected file?
Have ESP32 cameras sitting around to be programmed as monitors that ftps images to my pi server. That will check them for differences and post ones that are different from static image, maybe post a picture of the cat if it sits in its favorite spots. I don't know if I will use some image difference comparer or AI library to detect differences, NumPy and some matrix algebra might work well enough and run on my Pi running a very old OS.
I wonder if with a Pi Zero and the small form it has with this display making it into a GPS clock with Lat/Lon for all the nerds who like that sort of thing (me included). A VK-172 receiver and a display like that would be a fun project on the cheap.
Hello Stanley & Mr. Scissors. Chris, I don't know how you managed to publish this video. I'm surprised you aren't so addicted to the game that you can get anything done. You need to watch out -- some people get so addicted to computer games that they even forget to eat.
Once I learned how to use the lcd screen I got from a starter electronics kit, it became a required component for all of my self teaching projects. And I would say you should get at least one RGB backlight one, they are even more fun to play with 😄 Working in the LCD screen with other projects was fun, especially when learning multithreading 🤪 I miss learning it all for the first time 😄
Great video, as always. I need to check and see if the display I bought but never used is in fact I2C. EDIT: I checked, and it has a daughter board to handle I2C. I will buy a Pico and have some fun.
Thanks for checking in! :) I'm currently shooting a PC build -- which involves lots of opening for Mr Scissors and Stanley. So I now have to plan for Mr Hamster's return . . .
I really like the Pico for a simple task. Maybe I find some focus for my displays and ideas. It's like I'm building the environment at least. I tried a few projects and I'm missing a number or a text showing that doesn't come via a Raspberry Pi 3.
Clarity to the max! No inane chatter, fooling around, high speed gabbling or frantic camera movements just articulate explanation and very clear illustrations - perfection.
If all teachers had your abilities the world would be a very much better educated place. :)
Your enthusiasm when doing these projects is infectious... you can tell you love every minute :-)
Thank you Chris, another great video!
Thanks for your support. I did indeed enjoy making this video. :)
Greetings from across the pond near Albuquerque, New Mexico, USA. Another idea for this LCD1602: attach a laser module to the pico, set it up in a doorway, and count foot traffic. Also, with some reflective tape and a little programming, determine rpm's for a fan or even a hobby propeller, much like what you did with the weather vane. I think most might be surprised at how fast the pico can measure rotational speed.
By the way, my intermittent contributions to this channel are always based on all your work, not just any one video. Thank you for working so hard to be such a great prof/instructor/teacher.
Thanks for your support, much appreciated. I like your project ideas. :)
Long time listener, first time caller, recent supporter. Your videos are a joy to watch, and an excellent source of inspiration. Currently waiting for my Pico W and some accessories (breadboard, a display like the one in this video, some jumper wires) to be delivered. I can't wait! Thank you for sharing your passion with us!
Thanks for your support. Sounds like you have some happy Pico times ahead. Enjoy! :)
Great to see you've taken into account the debouncing issue when dealing with button inputs!
I get that reference! **cough** Mr Eater **cough**
How is the debouncing issue fixed?
@@fjl05 The "while True" is a forever loop. The next "while loop" - "while switch.value()" - means that while the switch is pressed, do what is inside that loop, which is to increment the counter, update the display, and then execute the third "while loop". The third while loop checks to see if the the button has been released, then waits for a tenth of a second and checks again. If the button "bounces" open and closed, it will happen much faster than the tenth second delay, so the third while loop won't "see" the release. In this way, once the counter has been incremented and the counter value displayed, execution is "trapped" inside the third while loop, meaning that execution cannot continue until the button is released for a period of time exceeding a tenth of a second, which implements what we call a "debounce" function.
The problem with this method is that execution is trapped inside that inner loop, and nothing else gets done. This is fine for a simple demonstrator, but in the real world - or more precisely, in a real-time application - we couldn't accept the processor simply sitting and waiting for the operator to release the button, because nothing else would get done while the button is down. In the real world, we'd either use a hardware debounce circuit, or use an external timer/scheduler loop to poll the button periodically and wait for it to be released before accepting further down conditions, or use a hardware edge-triggered interrupt driven by the button... the last two creating what is referred to as an event-driven mechanism. It would depend on the broader structure of the program, and the processor structure. An Arduino would lend itself to a hardware interrupt solution, but I don't know if the OS on the Pi would take too kindly to that. Again, this is a perfectly reasonable demonstration, but in a real application with other things for the processor to do, you'd want to choose a method that permits continuous, uninterrupted code execution.
The Pico is a natural twin to this display and can be used together in many real-world applications. Thank for sharing the base code Chris. Will make our lives easier when experimenting.
Thanks. :)
Nice to see a 35 year old display being used on a modern build.
@Win32applicationMost high end displays tend to work very well, including high refresh rate and modern display type ( OLEDS, Minileds ) etc etc and they are pricy for that reason, high refresh rate displays and they also deliver a much smoother experience, I wonder what monitor you had used that caused so much issues
@Win32application I bought 6 of those Dell 24" screen this month! Got three on my computer.
@@wayland7150 How many do you go through a year?
@@JamesMiller-ex3ff Go through? No, I set up a customer with two screens and set myself up with three screens and sold one with a gaming PC.
@@wayland7150 Aww, here's me thinking the other 3 were backups for the rage-induced destruction of the first 3
Thank you for making this video. I purchased one of these Waveshare LCD displays and could not get it working as the many other online examples were for different devices and were confusing at best. You sir, explain things clearly without any unnecessary drama.
Good lungs on you not to mention your brain housing group appears to be working exceptionally well. Love how you leave the projects open so others will need to use their creativity to finish a project. Plus the vast amount of recourses you provide us.
Until next time keep your gears spinning.
Thank you.
The best thing about the Raspberry Pi SBC is that they have examples that work. The RPi spin-offs are a waste of time if there are no working examples for dummies like me.
😎 Great Video as always. Thank you.
Using one on my early rp vintage internet radio build for some years now,it never skipped a beat .
Brings me back to our LCD school project, that a classmate and I made 23 years ago. Back then we used the pc serial port, Pascal, and a self-designed pcb board. It was so much fun!
Thank you for the content. There seem to me endless number of channels covering Ardunio on UA-cam but not many that cater to the pico. I've been working with the pico quite a bit over the last couple of years. Please continue to generating content on the pico and its applications with sensors / motors etc....
Besides reading the wind speed we can also read the temperature, the humidity, precipitation and we'll have a full weather station, we can utilize this push button to cycle through all different readings.
But since I walk a lot I think I can find a way to count my steps.
as always, that was a very nice project
Thanks Chris!
there's a few different ways one could count their steps, the cheap/easy/old-school way would be to use a weight hitting a microswitch and then a similar count program. measure your stride length and get distance too. though modern pedometers (like the one inside my smartwatch) use a 6-axis Gyro/Accelerometer, which is also doable.
@@DFX2KX Since I like simplicity I think the weight with a microswitch is my way to go.
Thanks!
I just impulse bought another Pico W at Micro Center *yesterday* and happened to find an 1602 lcd module from an old Arduino starter kit kicking around last week - this video could not have come at a better time!
Another delightful video. I try to tune in every Sunday because EC feels a little like attending Sunday mass, for me. If you like, have a wonderful day.☕🙂
Thanks Chris for this informative video. Nice to see a little love for Mr Scissors and Stanley the Knife
Now my suggestion for useful project for you; Create a staging directions for your Ducks and other wildlife.. while you are filming them....:)!
Your anemometer brought back bad memories while helping change them 200+ feet above the harbor in St Thomas Virgin Islands while in the US Navy back in the early eighties.....the frame seemed to unstable and rocked too much for me.
Have a nice week. .
Thanks for another great video and project. It is great to revisit and expand on old projects as well.
The clean presentation and methods of production on this channel are paradigms
There are so many little LED, OLED, Etc displays for cheap these days, such a blessing.
Agreed!
Thanks Christopher, great video. It was nice to hear from Mr Scissors and Stanley the Knife even though they weren't needed for the unboxing.
I look forward to your videos every Sunday morning. Keep up the great work Chris
The brass screw and putty esthetic on the anemometer just blew my socks off.👍
:)
I’ve always been curious about those LCD modules. I thank you for the demonstration. A very impressive item. Looking forward to your next video!
8 bit or 4 pit interface. on the standard ones. They've been around for decades. there are better displays available today.
Thanks Perry. :)
I built a parallel display for my computer years ago, plugs into the parallel port and would display system stats, song info, whatever you wanted.
It was neat to play with, I still have it in a box.
@@wayland7150 I have a vintage Radio Shack Pocket Computer. It has a similar small LCD module. Yes, the modules have been around awhile.
@@volvo09 Awesome project. I should try something like that.
You could probably get more accuracy from your anemometer by using a bearing for the spindle and using a smaller point at the bottom and oiling it.
Ah, the good old 160X LCD displays. First one I got didn’t have an I2C interface. Very clunky to set up, but I managed. Then found out about I2C. So much easier! Useful little things for simple text based displays.
Great video. I would love to see more projects on your channel. SBC reviews are great but the other side of the coin is actually seeing what can be done with them .
Thanks, and noted. :)
What fun adding that little LCD! Can't wait to see what else you come up with :)
love to see little project using these little computers. Thanks for sharing, greetings from Missouri/USA.
Greetings from the UK. :)
Great Video Chris! A real walk down memory lane with the 1602 LCD display. My 1st micro project was with a PICAXE micro,and 1602, around 10 years ago. I ended up using a pin and code compatible OLED for a much better visual with no backlight, but I have used the 1602 with many projects since then. Nice to see how useful they are. Thanks for the modern adaptation of an old reliable (and inexpensive) display.
Crazy how rasp pie have many options making them versatile have a Nice week Christopher.
Thanks Chris. I like the single upside-down 2.2K resistor (@ 2:37). Just to drive some folks nuts. Take care.
Nice change in menu and nice to add a LCD screen for a change i like it. Love how you easily teach us students. it is fun Peter you are just KIND and Amazing so great full to you
Chris, I am going to dig out my Pico and make a weather station. The modules are pretty inexpensive. I am going to look for a wind direction thingy and have the LCD displaying temperature wind direction and speed, temperature and humidity in the lounge. A great summer project!
Good luck with your project. :)
Wow! One of my earliest projects was building a parallel port interface for one of those LCD panels. It was to, obviously, report the song that my mp3 player was playing on the computer. This was a long time ago (around 2000 maybe a little earlier).
Thank you for including Mr Scissors & Stanley - especially when companies like Waveshare are trying to put him out of a job with their resealable bags. 😅
Nice LCD module. If I would take that to a project, would attach those LCDs to an air conditioner. So It can basically monitor the amount of electricity used and the literal price that we would pay for.
Nice LCD and nice video.
I love little projects like these. I typically use 1 inch oled i2c displays for my projects. I can typically find them for less than $2 or $3 each.
Your clock script gave away how long you've been working on this video :)
:)
@@ExplainingComputers Quick question--you measured in MPH and not meters per second...is this a nod to your target audience or is this a standard when measuring wind(not sure why it would be, but for some reason only our drug dealers and military use metric in the US, so you never know who uses what).
MPH is used in all weather forecasts and reporting in the UK. We are basically metric here, but all road signs (and hence distances) remain in miles.
@@ExplainingComputers I had no idea! For some reason I thought America was the oddball country with its own way of measuring things. I had no clue that this was something we could blame on our "parents". :)
I wish Amazon would sell their large, inexpensive Kindle E Ink displays for makers.
Fantastic video Chris! You have given me some inspiration for projects to do with my children during the upcoming summer holidays.
When I seen the button counting bit it made me think that would be useful in a scenario where you need to count your progress, like when following a knitting patern for instance :)
That measuring the wind was awesome
This brought me back to my highschool electonics workshops, thanks! Great content, as always!
Greetings from Bucharest Romania !
Soon on your way to 1,000,000 subscribers !
Greetings! And fingers crossed for the 1M subs. :)
Greetings. As soon as you opened the tiny display, first thought that popped was nice display to be used in pico weather project ! And there that was at the end.
Interesting video as always. 👍
Thank you.
At 10:42
Most exciting game in the whole world....
I thought you were going to play Tyrian or EverQuest on it!!!!
You did fail to find out the most important question though. That question is, "Can it play Crisis??"
*runs off laughing*
7:36 - Shouldn't the GP0 be pulled down do the GND with pull-down resistor?
It is pulled down internally in code :D Nevermind, hahah
I love these project videos. Thanks for making tinkering fun!
I agree, this was most exciting. Thrilling, even. Enthused to try one out in my bionic arm.
Thanks Chris for an interesting Sunday video. I thought of a perfect project for this on a model railway shunting layout :)
Hi Alan. Always good when there are model railway possibilities. :)
Thank you for the video. I may have a few ideas for this type of project. Maybe a weather station, or remote screen for heating system alerts… Cheers!
Does it game?! Are you kidding? “Push That Button” by EC Studios is already #1 on my Steam wishlist! :-)
Thank you for another great video, Chris!
Thank you Chris. I am always looking for inspiration for displaying Ham Radio data, Grid Square, Lat/Lon, Time, etc. I had a couple of other LCDs but they dies, and 3.5" screens are such a pain. I also appreciate the Waveshare products, as they have proven easy to use/support, cost effective, and very available. The PicoW and Pico W-BT are beginning to draw my attention for inexpensive, dedicated micro-controllers with no bloat, and easy programmability for Ham Radio. I'd like to see something tying an SDR to a Pico for a self-contained package. I was using PiZeros, but we all know about them...
Chris, you just need a sensor to measure moss density and get a pi controlled rover called 'Rolling Stone' to sort it out 😉 Great video as usual!
:)
considering how little power the Pico uses, you could make a self-contained Weather Station. Temperature, wind speed and direction (few ways to do this, via microturbine or anamometer and weathervane combo), sunlight, and rain guage would all fit pretty easily and I think you could get all of those parts on a single I2C bus with some work as well.
Or if you know how button matricies work, you'd be able to make an old school calculator.....
I enjoy watching your videos. I’m most interested in the SBC reviews. It would be really interesting to see cool projects with these boards, perhaps as a series. It would be really neat to partner with other channels that are way outside your wheelhouse. So like how about using an SBC as a controller board for a vintage motorbike project with a channel that builds bikes? Using an SBC to control a very novel set of lights for the bike to keep it safe and visible on the roadways.
You mentioned maybe looking at ESP32. You could make content for months easily just scratching the surface with how these things are used. Especially if you start seeing it through with home automation use cases.
Thanks for this. There are indeed many microcontroller and SBC project video possibilities. But I earn my living running this channel, so what is most critical is what the viewers want to watch. And sadly this kind of content does not pay my bills. Today I posted an Arduino video -- my first! But again, not that popular (so far). But I will always return to such content when I can. :)
Those little electricity meters the energy companies supply work by sending a radio pulse for every 1wh used. The battery on those lasts for months. The same principle could work with an anemometer. Each time the mill turns it would send a radio pulse instead over wires.
I like this thinking! :)
Raspberry Pi Pico is amazing. So much easier to work with than aurdino while being much more competent.
You can control the back light with pwm from pico
Great Content! I enjoyed this segment and look forward to playing with a few projects. Thanks for doing what you do, it is appreciated.
Thank you Chris, been looking for a simple, economical way to display measured parameters or what step of a program was in on a PICO.
Just an update on the display you used, the current version from them uses a RGB LED back light so you can make it any color you wish...but you do have to add code for that too.
Thanks for this. The version of the display I used is still sold -- as well as the RGB version. :)
The world's best game made me smile a lot! 😂 Fantastic video!
I really like your videos.your very old English and have a way about you that inspires me to drink tea and learn.
I have a feeling I will be my teacher.
Just remember to respond to msgs to the best of your ability and refrain from becoming a UA-cam hero
Great Video Chris! I think I will make one of those with my Grand Daugther! Would Love to see the screen used with a pi zero, pi 3, or pi 4!
I was hoping for a game of rock, paper, Mr Scissors!
Excellent video, enjoyed it :)
Classic.
Thank so much Chris, this video was very exciting!
I LOVE LOVE LOVE this video. Thank you again for the inspiration! Only thing is, all these videos aren’t very good for my bank account as I keep learning about new gizmos to use in new projects 😂
Have you seen The 8-Bit Guy's video on LCDs? He covers the older standard instead of I2C, builds a box of switches for hand encoding the text, and also drives one using a Commodore 64 user port as gpio. Great stuff
Wow, I did not think a Raspberry Pi would be handy to make something with a basic LCD screen! This is really cool, you could make a little clock or something out of it. Nice to see some retro tech on modern day tech!
Would it be possible to make a radio or something else out of this?
Very cool. Always enjoy your presentation. Thanks for another great video Chris. 😎👍
Thanks 👍
One more time, I excellent video. For the "most exciting game probably in the whole world" I'm not sure but for crazy ideas I'm impatient. When I'll be back home, I will try to translate your project on Attiny 85. See you soon.
You are my favorite SBC 🤗
Thanks. ;)
I second that sentiment!
i think it would game better under coffee:) great video as usual
I use a pi pico with an oled screen connected to my pc with a custom app I coded to display temperature and cpu usage.
Great video Chris! I really wanna buy this right now.
Niche content is why i love this channel.
Have a great day Chris.
Thanks, you too! :)
Thanks, Chris 👍 How about more projects, (besides the ones you've done so far) for the Pico!
I've at least one more Pico project planned. :)
At 2:55
"I square C"
I kept on trying to figure out what you meant by "I square C", then you mentioned "I2C". I've heard of that before, could it be that it's called different things in the UK and the US??
"Queuing up" and "lining up" are examples of that....only place I hear a queuing is in programming when I was in college.
I thought I said "I squared C". But also called "I two C". Not a UK /US thing as far as I am aware.
@@ExplainingComputers
You did say "I squared C", my apologies for clipping that....
I still wasn't making the mental gymnastics necessary to figure out you were talking about "I 2 C".
Hope your day is excellent!!
:)
Love these projects. Thanks.
How about showcasing of displaying on some small screen of some meta data from a file being played in Media Player Classic or Winamp? Or datastamps or path of selected file?
Have ESP32 cameras sitting around to be programmed as monitors that ftps images to my pi server. That will check them for differences and post ones that are different from static image, maybe post a picture of the cat if it sits in its favorite spots. I don't know if I will use some image difference comparer or AI library to detect differences, NumPy and some matrix algebra might work well enough and run on my Pi running a very old OS.
I wonder if with a Pi Zero and the small form it has with this display making it into a GPS clock with Lat/Lon for all the nerds who like that sort of thing (me included). A VK-172 receiver and a display like that would be a fun project on the cheap.
Thanks for the code and how to connect.
Great video Chris, thanks!
",,,give my anemometer another whirl." I love the humor! 😁
Hello Stanley & Mr. Scissors. Chris, I don't know how you managed to publish this video. I'm surprised you aren't so addicted to the game that you can get anything done. You need to watch out -- some people get so addicted to computer games that they even forget to eat.
Been waiting for this ❤️❤️❤️
Snake? Snake! Snaaaaaaake!!!!
Oh well, a timing game works just as well. 😊
Once I learned how to use the lcd screen I got from a starter electronics kit, it became a required component for all of my self teaching projects. And I would say you should get at least one RGB backlight one, they are even more fun to play with 😄
Working in the LCD screen with other projects was fun, especially when learning multithreading 🤪 I miss learning it all for the first time 😄
Great video, as always. I need to check and see if the display I bought but never used is in fact I2C.
EDIT: I checked, and it has a daughter board to handle I2C. I will buy a Pico and have some fun.
The pixels are white, looks like they can be black too (4:15 6:12 and also when they change)
love the "iot" content
very useful, i'm searching an idea for using an ESP32, this could be a good idea
Hi there EC. Just wanted to check in. I don't really comment much. We do need to see much more of Mr. scissors and Mr. Hamster though.
Thanks for checking in! :) I'm currently shooting a PC build -- which involves lots of opening for Mr Scissors and Stanley. So I now have to plan for Mr Hamster's return . . .
I really like the Pico for a simple task. Maybe I find some focus for my displays and ideas. It's like I'm building the environment at least. I tried a few projects and I'm missing a number or a text showing that doesn't come via a Raspberry Pi 3.
great video just ordered a screen.
You can say no more than that! :)
Incredibly helpful. Thank you.
Thanks for another great video. It's a great pity but Waveshare i2c connections don't seem to be pin compatible with Stemma qt / Qwiic.
My first Arduino project included the same display