There are some cool short videos showing various PicoMiteVGA output on Peter Mather's channel here: www.youtube.com/@petermather3049/videos If you are an ExplainingComputers channel member, I also discussed the wider implications of the PicoMiteVGA in Member Video #11 -- and it generated some great disussion: ruclips.net/video/aaBKSpyyV4s/видео.html
I'm sorry you couldn't order the Silicon Chip kit from the UK. As a small business, it is difficult for us to comply with foreign VAT laws. If there is enough demand, we might be able to arrange for Practical Electronics magazine to sell kits locally.
@@Daveyk021 yes there are plenty of digital inputs and outputs, analog inputs,.PWM outputs, frequency measuring inputs, serial ports and more. All controlled via BASIC. I/O is via a 40-pin header but not all 40 pins are I/Os. There are some powers, grounds etc.
This is what we should be teaching kids in High School. This is an entire curriculum - basic electronics, soldering skills, breadboarding, and then programing.
@@Weegeeguy208 Yeah, and in its country of origin, TikTok’s content is much different, more restricted and more educational/informative than what our kids in the West are subjected to 😠
Is it just me or wouldn't we "gentlemen of a certain age" have given our right arms away just to have BASIC running at this kind of speed back in the days of the ZX Spectrum, BBC Micro, etc.? Thanks for an inspirational video and the resources, I shall be off to source the parts this very instant to build a PicoMite. What a great, great, great project and amazing work by Geoff Graham and his team.
So true -- I had just the same thought. Runs fast, boots very quickly into BASIC -- and the ability to load and save programs to the micro SD card is so much easier and more reliable than using tapes!
take a look at the Colour MAxiMite2 - >400Mhz clock - amazing results and language compatible (with idiosyncracies between the platforms) with the PiPicoMite, and various MicroMite flavours - over a dozen platforms of various capabilites & speeds, all running the same MMBasic with excellent code portability
There's already someone who turned the pico into a micro C64 with a tiny 320x240 display and hand-made mini keyboard/joystick. VGA timings and data were generated on-the-fly too due to lack of memory for a frame buffer. He's on YT somewhere just can't remember the channel name. It was an impressive little thing and nicely done too. I suppose it's not really hard to make a frame buffer out of an external 256 or 512 k memory chip. SOmeone will be working on that right now I expect, or even finished it.
You can order a kit from several vendors like Silicon Chip in Australia or Budgetronics in the EU. I have seen kits on tindie as well even including the circuitry for audio.
The latest release of the firmware V5.07.06 includes a full file system on the flash chip - no sdcard needed, and many other enhancements. Also note the PicoMiteVGA has extensive support for sound. Details of suggested wiring are given in the manual.
Thanks for this Peter, and for all your work bringing this to reality. It is very much appreciated. I will check out the latest firmware. :) I already have another PicoMiteVGA project planned . . .
Thanks to you and everyone involved in bringing fantastic projects like this to fruition. I'm going to have to try and build one, even if my soldering skills are nonexistent. 🙂
Back in the day when filling out an application form for an electronics course, one of the questions was “Why do you want to study electronics” my mother said “ So you can learn to put everything back together” 😁
Chris, you have a gift for explaining things. You are a wonderful teacher. This was one of my many favorite videos you have made. I look forward every time a new video from EC shows up in my feed.
Another nice little project! It's amazing what one can do with a Pi Pico. Also, I was singing the Tetris theme (do, do-do-do, do-do-do-do, do-do, etc.) when you were demonstrating the Blocks game. All in all, 'twas a very good journey.
@@ExplainingComputers Better than imagining me swearing at Tetris! Nothing like playing a online multiplayer game of it, doing so well, then you goof up, try to recover, then before you know it, you're out and dropping an F-bomb. 😅
Greetings from across the pond near Albuquerque, New Mexico. This video reminds me of my Radio Shack TRS-80, including the expansion interface containing an extra 32KB of memory to add to the original 16KB internal memory. Many people trashed the TRS-80, but not me -- I learned BASIC, good programming techniques, some assembly language programming for the Z80 processor, and even had a Fortran compiler for it. Had a Radio Shack dot matrix printer to go with it, too. Even the computer table came from Radio Shack. My boss had one too, so it made for great collaborations. We routinely ran 6-degree-of-freedom ballistic trajectory simulations in BASIC for work. Fun times! Oh to have an RP2040 dual-core 133MHz processor back in the late 1970s / early 1980s era. This video also reminds me how thankful we should be for USB, HDMI, Bluetooth, wireless and wired networking, gigabytes of on-board memory, terabytes of external storage, multi-core processors (still admire the Z80 processor, though), SBCs, 8K resolution, etc. Absolutely great video. Well done, Prof. Barnatt! 😀
Not enough memory for a frame buffer, yet still it produces a picture, that's pretty astounding for such a small CPU. I have a few picos and have used them for all sorts of things. It's a surprisingly powerful little thing.
The PicoMiteVGA has a framebuffer and the option of adding two extra framebuffers in Basic memory. One of them acts as an overlay area allowing objects to move over a background and the other can be used to get artefact free updates by copying it to the main buffer during screen blanking
@@petermather3049 Yes, but what what was worth mentioning is that the pico can even do it without a frame buffer. this guy did it and made a pico C64 with mini LCD and custom mini keyboard: ruclips.net/video/hgLhGpbC6E4/видео.html Although the code for generating VGA timing signals and data was not developed by him. He did make the first pico C64 :)
The DVI display out library can handle two color display out because each display out takes less than half the resources. Wouldn't have room for other IO but that's exceeding our expectations of microcontrollers by a landslide
This is the kind of EC videos I like! Keep it up, Chris! I love these boot-to-basic machines, even though my programming skills are somewhat lacking. I have another of Geoff Graham's creations, the Colour Maximite 2, which is a fantastic liittle machine, and a lot of fun to program. Now all we need is to build a nice keyboard case to put them in, just like back in the 80s!
Just wanted to say, Chris, that you’re not like a lot of RUclipsrs out there. You show no arrogance in your character in the content you produce.I get put off a lot by content creators because they produce content with the primary aim to promote themselves. You on the other hand, enjoy educating and to give inspiration; and it’s because of this, that I can enjoy your videos, taking confidence in what you are sharing with us. Thank you for all of the efforts that go into your plethora of content! Also, here’s to the upcoming 1 million subscribers!
I love the way you create bookmarks of the video chapters and take advantage of RUclips features. Sort of like how the proper creation of a DVD would have been done back in the day. Awesome and thanks!
I love the way he is able to explain the technical issues so well, feel like entering into the world of creativity and failure is just another opportunity to learn. I also would like to thank, all those who spend many hours creating documentation to give us an opportunity to go further. If you have the extra funds; just know it goes to advance our futures.
Your first PicoMite video got me started! Now, I own a PicoMiteVGA board and enjoy programming and tinkering with it. The online user's forums have been invaluable in learning this system's wonderful capabilities. Thanks for your informative videos!
My PicoMiteVGA is now built on a solderless breadboard and is working just fine. All thanks to this video Chris, I wouldn’t have noticed this entertaining project without you highlighting it. Maybe I’ll order a PCB to make a proper job of it.
You do a great job explaining and demonstrating all aspects. More kids need to learn this stuff. I wish I had someone like you explaining this kinda stuff when I was younger. Thanks.
Generally valid advice for both software and hardware: build it in the smalledt possible stages, test after each, and if it stops working, the cause is whatever you just did, In interesting challenge would be to fold up the design into as small a form factor as could be conveniently constructed, preferably in a generally-available container. The sockets would likely be the major constraints there. It could be a way to build test points into a larger system or piece of machinery, if a Wifi data stream isn't suitable for some reason.
Love this video I can source many components from existing bits attached to previous projects . can't wait to get going once I've cleared a space on my project table!
Hello, fellow Christopher! Back again.... How cool that you made a small little project! I like using the pico and arduino and various other microcontrollers with with extra components like resistors and potentiometers and transistors and diodes, and... the possibilities are nearly endless! I like the maker side a lot. Very cool you've got all those small programs running on it! 👍
Chris, I just wanted to thank you again for this video. It inspired me to attempt a build. I decided on design 2, with the additional I/O, SD card and the real time clock. Ordered the PCBs from JLCPCB and the components from various sources. I got it finished at the weekend, and it works!!
Thanks Chris for a very interesting video. This takes me back to the 80's, following circuit diagrams, soldering components (neatly) to a pcb the correct way round. The components were really cheap & more easily accessible back then.
Are you sure they were really cheaper back then? The prices and availability in the modern, global electronics market are generally better (at least pre Covid). The low cost microcontroller and SBC markets are incredible. The fact you can pick up a Pi Pico for around £5 is amazing.
@@another3997 I totally agree with you a Pi Pico for £5 is amazing. The components were cheap in the early 1980's, that's how we built a lot of projects back then! The things that were expensive were micro-computers i.e The Sinclair ZX81 an introductory kit in 1981 was £49.95 which would equate to £204 ($279) in 2023. The BBC micro model A was £235 & the Micro model B £335 in 1981 & equates to £1152 (A) & £1642 (B) today, how things have changed.
This is a really nice design, using one of the PICO's core for VGA output is something I wasn't really expecting, I wonder what else one can dedicate extra cpu cores to?! Thanks Chris, that was really interesting video (as usual)
Well, the PICO has only two cores. So one for VGA and one for your code. Sound could be another option. But that could probably be handled by the PIO's. The RP2040 in the PICO is a great MCU.
Best video you ever made!!! By the way you can use hydrochloric acid and a q-tip to remove black oxides before soldering. Also remember flux is your friend - my favorite is ruby fluid flux. It's good practice to remove rosin afterwords with acetone because sometimes metal salts will grow across the rosin and cause intermittent shorts. One day I will be making a RUclips video about an invention I have been working on for over 20 years. Tuning in all the way from the jungles of Belize.🌴🌴🌴🌄
Brilliant video again Chris - And what a fantastic showcase for the amazing Pi Pico - another inspiring project explained in your usual simple and enthusing way ! So many thanks :)
I just sit here thinking it's cool AF! Christopher, you're the man! Edit: That handling of VGA signal is a game changer. As a person who toys with Arduino/ESP32/Raspberry, i know that making of clear interference can often defeat the sole purpose of the prototype's existence. This bypasses the issue entirely and allows newbies to get sucked in seeing the potential of their projects without going through (often) painful design and implementation of the interface.
Something similar is the Agon Light. This uses a modern, fast, Z80 variant and runs BBC Basic out of the box, but can also be switched to run Forth. It has colour VGA, a PS2 keyboard interface, an SD card for storage, and also has sound output from a 3.5mm jack or a small on board buzzer.
Wow! I have been inspired, motivated and energised into building this project. I learned basic more than 40 years ago when I got my first real computer, a ZX81. Thanks for the clear instructions. Everything I need to get busy.
Perfect project! Already wrote a couple of short programs via puTTY in the MMBasic console. Thanks for bringing this to my attention! Short form kit + an RTC has been ordered from SiliconChip.
Great video and an amazing project. I hope someone takes this to produce teaching notes taking students from components to programming. Exactly what ICT and DT lessons in schools need to transform the minds of children from solely consumers of technology to understanding what's behind it!
This build reminded me of the old Phillips Electronic Engineer where you could build various items but without having to solder. A hairpin went through the board and then a spring went over it to secure it. Wires and components were secured to these posts and you could make radios, intercoms, burglar alarms, morse code set and electronic organ.
I have a RetroMax (a clone of the Colour Maximite II) which is also an MM-BASIC machine. Geoff and the folks working with him did a fine job with MM-BASIC, and this design looks bang-on as well. I bet you had fun building this little board, and that's the whole thing right there - it's not work if you love what you're doing.
This is one of the best videos in a while on the Explaining Computers channel. British viewers my benefit by forming a club to make a group purchase of hardware for PicoMite projects that is over the $300 minimum, then redistributing the individual sub-orders within the UK.
14:21 what a missed opportunity for the great line "Please excuse the crudity of this model; I didn't have time to build it to scale or to paint it". Also, what a great video, I love projects like this!
Wow. Just looked at the specs for a BBC and it only had 64-128K ram and 32-128K roms and ran at 2Mhz. When you think of the amount of basic programs we shoved into those constraints back then (never mind brought games that were coded directly in 6502 assembler and the odd "poked assembler" game entered laboriously from a magazine) and this is multiple times more powerful. Its 2M "rom" and 264K ram are massive in comparison. It was only Friday that I ordered a pico-w; a temp sensor break out; and a motion detector breakout to have a play around so quite a coincidence that you did this video now. I love that the second core bit streams out the display, but I guess similar to how the display was multiplexed directly from the ram on the BBC (changing the displays ram "location" to running code was always fun to watch).
Great fun Chris. Reminds me of the first few times I tinkered with the old Color Computer. As someone has already said, this would be an excellent exercise in a beginners electronics course. My experience is that they tend to throw beginners in the deep end when it comes to electronics and programming. Thanks for another great video.
Great Find, Anne Robinson. I love the nod to retro computers. I have a maximite somewhere from the same people. This could be a great project to get in on.
For all the horse power (I knew about its' ability to drive VGA) in the Pico, I wondered why someone hadn't it turned it into a micro computer. I like your approach. I am a real old fart who was messing around with micro computers (MC6800 Z80 8088 TMS9900) in the '70s, so your video gives me a warm fuzzy feeling. What we would have done to get a Pico back then.
I like the DIY-videos most on your channel, especially when PICO related. Good to see u not wasting your time trying to become a better TETRIS-player ;-)
Reminds me a bit of my early days in computing when I jumped from a Cosmac Elf that I had built up from an article in Aug 1976 issue of Popular Electronics and several follow-up articles, to a Heathkit IBM compatible (HS-151) and started messing around in BASIC that shipped in early versions of MS-DOS. Even that version of BASIC was limited to 640x480 in B&W or 320x240 in color. Great fun! Now I have dozens of computers around the house in a more "distributed computing" model. Many are older, but a most are Rpi's and Arduino's. Of course none of this includes things like my refrigerator, oven, wifi, various routers, and on and on. How things have changed!!!
Excellent video demonstration. I built up some Color Maximites using the PIC32 and really thought MMBasic is a very powerful language. I always love Geoff's projects. I would suppose this also supports sound as well by using one of the PWM generators ... This also supports 16 colors which the Maximites only supported 8. Great work !
Thank you for another great video. I think I am adding this to my todo list, which has sadly about 15 other entries. Keep up the good work I am enjoying it!
This was a great video, lots of info. I like your simple bread board solution, thought it rather genius in its simplicity and very available from many sources for fairly cheap. Thanks!
Built this last year. Super simple and it feels like messing with an 80s micro on steroids! My recommendation (if you want to build this) is cut out that chunk of circuit with the mosfets and just buy a tiny 4-channel level-shifter module from eBay. £1.89 with free postage ($2.50). Whilst you're at it grab a real time clock module too - supported. I built mine on a small perfboard but this would be even quicker on a standard breadboard. If it wasn't for the VGA output (resistor DAC) part of the circuit, you could just use hook-up (dupont) wires for everything. Even better, learn EasyEDA, spin your own board and gift the extras to your geeky mates!
Great project Chris! I have a Colour Maximite 2, and Geoff’s basic interpreter is great. On the Pico, in colour mode 2, it almost looks VIC-20 like on your monitor. Fabulous that this can be done on a Pico. Now it just needs some sound output capability for maximum fun. 👍
Very informative video. I want to build one now. I built a varient PCB's for rhe first Color Maximite using rhe PIC32. This is even cheaper and sports two ARM CPU cores. Excellent 👌
Great content - as always! Love the approach of using some of these incredibly inexpensive computers to build the things we want. Through serendipity, I've been using the Pico for some projects, building them out on the solderboard as well. Great fun, and glad to see see how you make these things approachable.
This is a fantastic video, thank you for sharing the process. I have really enjoyed it, particularly the Tetris like game play, where I think you did much better than I would. Thank you for sharing
There are some cool short videos showing various PicoMiteVGA output on Peter Mather's channel here: www.youtube.com/@petermather3049/videos
If you are an ExplainingComputers channel member, I also discussed the wider implications of the PicoMiteVGA in Member Video #11 -- and it generated some great disussion: ruclips.net/video/aaBKSpyyV4s/видео.html
I'm sorry you couldn't order the Silicon Chip kit from the UK. As a small business, it is difficult for us to comply with foreign VAT laws. If there is enough demand, we might be able to arrange for Practical Electronics magazine to sell kits locally.
@@nicholasvinen Yes, if you could, that would be very helpful. I have an annual subscription to your magazine, if that makes any difference.
Do you have any ports left for interface to the outside world and can the basic that comes with it do that?
@@Daveyk021 yes there are plenty of digital inputs and outputs, analog inputs,.PWM outputs, frequency measuring inputs, serial ports and more. All controlled via BASIC. I/O is via a 40-pin header but not all 40 pins are I/Os. There are some powers, grounds etc.
@@djsbriscoe I'll contact the editor of PE magazine shortly and see what we can organise, then let you know the result.
This is what we should be teaching kids in High School. This is an entire curriculum - basic electronics, soldering skills, breadboarding, and then programing.
I agree.
I agree with this
@@FoxWolfWorld and where does tik tok come from again i can never seem to remember
@@Weegeeguy208 Yeah, and in its country of origin, TikTok’s content is much different, more restricted and more educational/informative than what our kids in the West are subjected to 😠
Totally agree! I would have eaten it up.
Is it just me or wouldn't we "gentlemen of a certain age" have given our right arms away just to have BASIC running at this kind of speed back in the days of the ZX Spectrum, BBC Micro, etc.?
Thanks for an inspirational video and the resources, I shall be off to source the parts this very instant to build a PicoMite.
What a great, great, great project and amazing work by Geoff Graham and his team.
So true -- I had just the same thought. Runs fast, boots very quickly into BASIC -- and the ability to load and save programs to the micro SD card is so much easier and more reliable than using tapes!
True.
take a look at the Colour MAxiMite2 - >400Mhz clock - amazing results and language compatible (with idiosyncracies between the platforms) with the PiPicoMite, and various MicroMite flavours - over a dozen platforms of various capabilites & speeds, all running the same MMBasic with excellent code portability
The "team" needs to be named/recognised. It is Peter Mather and he churns out these new developments at an incredible rate 😎👍
There's already someone who turned the pico into a micro C64 with a tiny 320x240 display and hand-made mini keyboard/joystick. VGA timings and data were generated on-the-fly too due to lack of memory for a frame buffer. He's on YT somewhere just can't remember the channel name. It was an impressive little thing and nicely done too.
I suppose it's not really hard to make a frame buffer out of an external 256 or 512 k memory chip. SOmeone will be working on that right now I expect, or even finished it.
This needs to be packaged in to a kit form and sold as a project like the old transistor radio kits we had back in the day.
You can order a kit from several vendors like Silicon Chip in Australia or Budgetronics in the EU. I have seen kits on tindie as well even including the circuitry for audio.
If I remember correctly it was Heathkit that sold kits to make different projects.
4:00
@@richardpalmanteer9798 Yup. Tindie is like an open-source Heathkit for the modern age.
The latest release of the firmware V5.07.06 includes a full file system on the flash chip - no sdcard needed, and many other enhancements. Also note the PicoMiteVGA has extensive support for sound. Details of suggested wiring are given in the manual.
Thanks for this Peter, and for all your work bringing this to reality. It is very much appreciated. I will check out the latest firmware. :) I already have another PicoMiteVGA project planned . . .
Thanks to you and everyone involved in bringing fantastic projects like this to fruition. I'm going to have to try and build one, even if my soldering skills are nonexistent. 🙂
Peter, I've added a link to your channel (and the PicoMiteVGA videos there) to the video description, and in a pinned comment. :)
Such a brilliant little hack-up! Thanks Peter, and thanks Chris.
Just one word... AMAZING! Back in the 1980's, I never thought I would see a computer, the size of a stick of gum!! Great one Chris! Thanks!!
This explanation and build is totally brilliant. Clear and concise for any beginner.
Well done Sir.
I like these projects it reminds when I was younger, I used to pull things to bits, strangely I could never reassemble them but it was fun trying. 😊
Back in the day when filling out an application form for an electronics course, one of the questions was “Why do you want to study electronics” my mother said “ So you can learn to put everything back together” 😁
Chris, you have a gift for explaining things. You are a wonderful teacher. This was one of my many favorite videos you have made. I look forward every time a new video from EC shows up in my feed.
Another nice little project! It's amazing what one can do with a Pi Pico. Also, I was singing the Tetris theme (do, do-do-do, do-do-do-do, do-do, etc.) when you were demonstrating the Blocks game. All in all, 'twas a very good journey.
Thanks for your support. I am now imagining you singing to Tetris! :)
@@ExplainingComputers Better than imagining me swearing at Tetris! Nothing like playing a online multiplayer game of it, doing so well, then you goof up, try to recover, then before you know it, you're out and dropping an F-bomb. 😅
Greetings from across the pond near Albuquerque, New Mexico. This video reminds me of my Radio Shack TRS-80, including the expansion interface containing an extra 32KB of memory to add to the original 16KB internal memory. Many people trashed the TRS-80, but not me -- I learned BASIC, good programming techniques, some assembly language programming for the Z80 processor, and even had a Fortran compiler for it. Had a Radio Shack dot matrix printer to go with it, too. Even the computer table came from Radio Shack. My boss had one too, so it made for great collaborations. We routinely ran 6-degree-of-freedom ballistic trajectory simulations in BASIC for work. Fun times!
Oh to have an RP2040 dual-core 133MHz processor back in the late 1970s / early 1980s era.
This video also reminds me how thankful we should be for USB, HDMI, Bluetooth, wireless and wired networking, gigabytes of on-board memory, terabytes of external storage, multi-core processors (still admire the Z80 processor, though), SBCs, 8K resolution, etc.
Absolutely great video. Well done, Prof. Barnatt! 😀
Hail fellow Burqueno -
Thanks for this, and I agree -- we should be very thankful for the hardware we have today.
I love MMBasic, so cool when a bunch of Aussies come together this is what we can pull off!
I think it is amazing the Pico can directly provide a VGA signal. The resolution is not very high, but still. Getting the timings right is not easy.
Not enough memory for a frame buffer, yet still it produces a picture, that's pretty astounding for such a small CPU. I have a few picos and have used them for all sorts of things. It's a surprisingly powerful little thing.
The PicoMiteVGA has a framebuffer and the option of adding two extra framebuffers in Basic memory. One of them acts as an overlay area allowing objects to move over a background and the other can be used to get artefact free updates by copying it to the main buffer during screen blanking
@@petermather3049 Yes, but what what was worth mentioning is that the pico can even do it without a frame buffer. this guy did it and made a pico C64 with mini LCD and custom mini keyboard: ruclips.net/video/hgLhGpbC6E4/видео.html
Although the code for generating VGA timing signals and data was not developed by him. He did make the first pico C64 :)
The DVI display out library can handle two color display out because each display out takes less than half the resources. Wouldn't have room for other IO but that's exceeding our expectations of microcontrollers by a landslide
The Parallax Propeller chip did similar tricks, 15 years ago.
Both Dave and Christopher uploading computing electronics projects in the same week is wonderful
I just peeked at the project website. Well organized, clear and high quality documentation. it's downright impressive.
This is the kind of EC videos I like! Keep it up, Chris!
I love these boot-to-basic machines, even though my programming skills are somewhat lacking. I have another of Geoff Graham's creations, the Colour Maximite 2, which is a fantastic liittle machine, and a lot of fun to program. Now all we need is to build a nice keyboard case to put them in, just like back in the 80s!
A PicoMite VGA inside a keyboard is a great idea.
Just wanted to say, Chris, that you’re not like a lot of RUclipsrs out there. You show no arrogance in your character in the content you produce.I get put off a lot by content creators because they produce content with the primary aim to promote themselves. You on the other hand, enjoy educating and to give inspiration; and it’s because of this, that I can enjoy your videos, taking confidence in what you are sharing with us. Thank you for all of the efforts that go into your plethora of content! Also, here’s to the upcoming 1 million subscribers!
Thanks for your kind feedback, most appreciated. :)
I love the way you create bookmarks of the video chapters and take advantage of RUclips features. Sort of like how the proper creation of a DVD would have been done back in the day. Awesome and thanks!
I'm glad that you appreciate the chapters.
I love the way he is able to explain the technical issues so well, feel like entering into the world of creativity and failure is just another opportunity to learn. I also would like to thank, all those who spend many hours creating documentation to give us an opportunity to go further. If you have the extra funds; just know it goes to advance our futures.
Your first PicoMite video got me started! Now, I own a PicoMiteVGA board and enjoy programming and tinkering with it. The online user's forums have been invaluable in learning this system's wonderful capabilities. Thanks for your informative videos!
This is great to hear. The online forums do indeed seem very good.
the most education channel for IT , and engineers that explain things clearly
My PicoMiteVGA is now built on a solderless breadboard and is working just fine. All thanks to this video Chris, I wouldn’t have noticed this entertaining project without you highlighting it. Maybe I’ll order a PCB to make a proper job of it.
Great to hear! :)
You do a great job explaining and demonstrating all aspects. More kids need to learn this stuff. I wish I had someone like you explaining this kinda stuff when I was younger. Thanks.
Quite the project. Not one I would try tackling myself (my soldering is terrible), but it's great watching knowledge like Chris' make it work.
Generally valid advice for both software and hardware: build it in the smalledt possible stages, test after each, and if it stops working, the cause is whatever you just did,
In interesting challenge would be to fold up the design into as small a form factor as could be conveniently constructed, preferably in a generally-available container. The sockets would likely be the major constraints there. It could be a way to build test points into a larger system or piece of machinery, if a Wifi data stream isn't suitable for some reason.
It's always a balance between quality control and time, ain't it.
Very interesting video. Takes us back to 80s and 90s Home Computer era. Thank you very much Chris.
Love this video I can source many components from existing bits attached to previous projects . can't wait to get going once I've cleared a space on my project table!
Hello, fellow Christopher! Back again....
How cool that you made a small little project! I like using the pico and arduino and various other microcontrollers with with extra components like resistors and potentiometers and transistors and diodes, and... the possibilities are nearly endless! I like the maker side a lot. Very cool you've got all those small programs running on it! 👍
It is a treat for those stuck with the Basic.
Chris, I just wanted to thank you again for this video. It inspired me to attempt a build. I decided on design 2, with the additional I/O, SD card and the real time clock. Ordered the PCBs from JLCPCB and the components from various sources. I got it finished at the weekend, and it works!!
Fantastic. Great to hear. This remains my favourite project of 2023.
Thanks Chris for a very interesting video. This takes me back to the 80's, following circuit diagrams, soldering components (neatly) to a pcb the correct way round. The components were really cheap & more easily accessible back then.
Are you sure they were really cheaper back then? The prices and availability in the modern, global electronics market are generally better (at least pre Covid). The low cost microcontroller and SBC markets are incredible. The fact you can pick up a Pi Pico for around £5 is amazing.
Thanks for your support Alan, most appreciated. :)
@@another3997 I totally agree with you a Pi Pico for £5 is amazing. The components were cheap in the early 1980's, that's how we built a lot of projects back then! The things that were expensive were micro-computers i.e The Sinclair ZX81 an introductory kit in 1981 was £49.95 which would equate to £204 ($279) in 2023. The BBC micro model A was £235 & the Micro model B £335 in 1981 & equates to £1152 (A) & £1642 (B) today, how things have changed.
Mind blowing .... a microcomputer with minimal external components. Brilliant job !!!!!
This is a really nice design, using one of the PICO's core for VGA output is something I wasn't really expecting,
I wonder what else one can dedicate extra cpu cores to?!
Thanks Chris, that was really interesting video (as usual)
Well, the PICO has only two cores. So one for VGA and one for your code. Sound could be another option. But that could probably be handled by the PIO's.
The RP2040 in the PICO is a great MCU.
Thank you for this excellent breadboard project video. As usual, thorough information and great production values. Cheers from Wisconsin!
Best video you ever made!!! By the way you can use hydrochloric acid and a q-tip to remove black oxides before soldering. Also remember flux is your friend - my favorite is ruby fluid flux. It's good practice to remove rosin afterwords with acetone because sometimes metal salts will grow across the rosin and cause intermittent shorts. One day I will be making a RUclips video about an invention I have been working on for over 20 years. Tuning in all the way from the jungles of Belize.🌴🌴🌴🌄
Thanks for this. I enjoyed making this video. :) I always find it amazing how viewers watch from all over the world.
Are you ex-RAF?
@@liammhodonohue nope just a gringo who forgot to get on the plane home about 15 years ago. Got a cool friend who was a british soldier tho.
@@------country-boy------- 👍
your content just keeps getting better
Brilliant video again Chris - And what a fantastic showcase for the amazing Pi Pico - another inspiring project explained in your usual simple and enthusing way ! So many thanks :)
I just sit here thinking it's cool AF!
Christopher, you're the man!
Edit: That handling of VGA signal is a game changer. As a person who toys with Arduino/ESP32/Raspberry, i know that making of clear interference can often defeat the sole purpose of the prototype's existence. This bypasses the issue entirely and allows newbies to get sucked in seeing the potential of their projects without going through (often) painful design and implementation of the interface.
This is a very intriguing project Dr. Barnatt.
This is really interesting - it is nice to have a dedicated device to run BASIC on.
Something similar is the Agon Light. This uses a modern, fast, Z80 variant and runs BBC Basic out of the box, but can also be switched to run Forth. It has colour VGA, a PS2 keyboard interface, an SD card for storage, and also has sound output from a 3.5mm jack or a small on board buzzer.
Very interesting, I had not come across the Argon Light. Link for others here: www.thebyteattic.com/p/agon.html
That sounds like exactly the kind of thing I’ve been dreaming of building, including the use of Forth
That was VERY cool Chris - it looked like you had a lot of fun building that!
I did indeed! :)
boy did that bring back some memorys. thank you
Wow! I have been inspired, motivated and energised into building this project. I learned basic more than 40 years ago when I got my first real computer, a ZX81. Thanks for the clear instructions. Everything I need to get busy.
Good luck. :)
Perfect project! Already wrote a couple of short programs via puTTY in the MMBasic console. Thanks for bringing this to my attention! Short form kit + an RTC has been ordered from SiliconChip.
Enjoy your kit. :)
So exciting to see another Picomite video! I will certainly follow the video to recreate this!
Good luck!
Great weekly video Chris. I remember fondly my Commadore 64 from the early 80's. Thanks for sharing.
Greetings Brian! :)
Great video and an amazing project. I hope someone takes this to produce teaching notes taking students from components to programming. Exactly what ICT and DT lessons in schools need to transform the minds of children from solely consumers of technology to understanding what's behind it!
The display output was rock solid and very nice. Great project
This build reminded me of the old Phillips Electronic Engineer where you could build various items but without having to solder. A hairpin went through the board and then a spring went over it to secure it. Wires and components were secured to these posts and you could make radios, intercoms, burglar alarms, morse code set and electronic organ.
I always enjoy your videos, Chris. Thank you.
Thanks. :)
No Tech-Enthusiast's sunday is truly complete without a new video from Chris 💪🙏
:)
Good morning, gentlemen. Have a blessed Sunday to all of you! ✌️
Greetings!
What about the women?
@@wouldbang6928 thank God She/He/They didn't write that on 🐦. He/She/They'd have been cancelled
Have a good rest of your weekend Christopher. As Always, Be Smart and Stay Safe.
Awesome! I love the picomite but was pumped to see a stand-alone version that didn't need another computer to run
That takes me back to using my first computer, a Radio Shack Color Computer, and a single sided floppy. Very cool.
I have a RetroMax (a clone of the Colour Maximite II) which is also an MM-BASIC machine. Geoff and the folks working with him did a fine job with MM-BASIC, and this design looks bang-on as well. I bet you had fun building this little board, and that's the whole thing right there - it's not work if you love what you're doing.
Geoff and co have indeed given us some great stuff. :)
Fantastic project. Thank you so much Chris.
Have a nice week!
Thanks!
Thanks for your support. I thought you would like this project.
This is one of the best videos in a while on the Explaining Computers channel. British viewers my benefit by forming a club to make a group purchase of hardware for PicoMite projects that is over the $300 minimum, then redistributing the individual sub-orders within the UK.
Thanks for this. A group purchase would indeed make sense.
14:21 what a missed opportunity for the great line "Please excuse the crudity of this model; I didn't have time to build it to scale or to paint it".
Also, what a great video, I love projects like this!
:)
Wow. Just looked at the specs for a BBC and it only had 64-128K ram and 32-128K roms and ran at 2Mhz. When you think of the amount of basic programs we shoved into those constraints back then (never mind brought games that were coded directly in 6502 assembler and the odd "poked assembler" game entered laboriously from a magazine) and this is multiple times more powerful. Its 2M "rom" and 264K ram are massive in comparison. It was only Friday that I ordered a pico-w; a temp sensor break out; and a motion detector breakout to have a play around so quite a coincidence that you did this video now. I love that the second core bit streams out the display, but I guess similar to how the display was multiplexed directly from the ram on the BBC (changing the displays ram "location" to running code was always fun to watch).
Interesting, but don't know if I will ever build one of these!! Always growing, always learning from you Sir!! Keep up the good work!!
Great as usual! Happy sunday
Great fun Chris. Reminds me of the first few times I tinkered with the old Color Computer. As someone has already said, this would be an excellent exercise in a beginners electronics course. My experience is that they tend to throw beginners in the deep end when it comes to electronics and programming. Thanks for another great video.
Amazing video as usual! I love these electronics/circuit videos.
Great Find, Anne Robinson. I love the nod to retro computers. I have a maximite somewhere from the same people. This could be a great project to get in on.
Fantastic.
For all the horse power (I knew about its' ability to drive VGA) in the Pico, I wondered why someone hadn't it turned it into a micro computer. I like your approach. I am a real old fart who was messing around with micro computers (MC6800 Z80 8088 TMS9900) in the '70s, so your video gives me a warm fuzzy feeling. What we would have done to get a Pico back then.
I like the DIY-videos most on your channel, especially when PICO related. Good to see u not wasting your time trying to become a better TETRIS-player ;-)
I forgot that the pieces could be rotated . . .
It's not a manky 3D print, it's an artistic wood grain finish!
Fantastic! I will remember that.
Greetings! Another Sunday with EC and a cuppa tea!
My grandmother always said _"Never trust a tea drinker."_
Greetings! :) And I like tea.
I appreciate your simplicity. Consistent performance. Sharp explainaion.
Well done, and a very clean breadboard build.
Very enjoyable project! Thanks for sharing.
my favorite channel at all!
Great to hear!
I absolutely love it!!
Reminds me a bit of my early days in computing when I jumped from a Cosmac Elf that I had built up from an article in Aug 1976 issue of Popular Electronics and several follow-up articles, to a Heathkit IBM compatible (HS-151) and started messing around in BASIC that shipped in early versions of MS-DOS. Even that version of BASIC was limited to 640x480 in B&W or 320x240 in color. Great fun! Now I have dozens of computers around the house in a more "distributed computing" model. Many are older, but a most are Rpi's and Arduino's. Of course none of this includes things like my refrigerator, oven, wifi, various routers, and on and on. How things have changed!!!
Excellent video demonstration. I built up some Color Maximites using the PIC32 and really thought MMBasic is a very powerful language. I always love Geoff's projects. I would suppose this also supports sound as well by using one of the PWM generators ... This also supports 16 colors which the Maximites only supported 8. Great work !
Wow, this is a great presentation. Thanks!
This is amazing! 1980s style computing on a modern device. Imagine how good this would have seemed back then. It certainly beats my ZX81 ;-)
Thanks for this. We would indeed have marvelled at this back in the days of the ZX81. :)
Well done Sir.
What a great piece of kit.
Amazing project and video !
And congrats on the nearly 900k subs 🎉
Thanks. :)
Well soldered, sir.
Thank you for another great video. I think I am adding this to my todo list, which has sadly about 15 other entries. Keep up the good work I am enjoying it!
Very Exciting video to watch Loved it. Really learned a lot and really enjoyed this THANKS
This was a great video, lots of info. I like your simple bread board solution, thought it rather genius in its simplicity and very available from many sources for fairly cheap. Thanks!
Lovely proyect!! Thanks a lot!!
Thanks for sharing the kit option with the rest of us even though it wasn't practical for your own needs.
Built this last year. Super simple and it feels like messing with an 80s micro on steroids! My recommendation (if you want to build this) is cut out that chunk of circuit with the mosfets and just buy a tiny 4-channel level-shifter module from eBay. £1.89 with free postage ($2.50). Whilst you're at it grab a real time clock module too - supported. I built mine on a small perfboard but this would be even quicker on a standard breadboard. If it wasn't for the VGA output (resistor DAC) part of the circuit, you could just use hook-up (dupont) wires for everything. Even better, learn EasyEDA, spin your own board and gift the extras to your geeky mates!
Been waiting for this video. ;)
Excellent as always. Thanks for taking the time to build and play with this, Chris.
Great project Chris! I have a Colour Maximite 2, and Geoff’s basic interpreter is great. On the Pico, in colour mode 2, it almost looks VIC-20 like on your monitor. Fabulous that this can be done on a Pico. Now it just needs some sound output capability for maximum fun. 👍
Your work produced a very professional-looking build, Professor! Thank you...🇺🇸 😎👍☕
I love these type of videos
Very informative video. I want to build one now. I built a varient PCB's for rhe first Color Maximite using rhe PIC32. This is even cheaper and sports two ARM CPU cores. Excellent 👌
Great content - as always! Love the approach of using some of these incredibly inexpensive computers to build the things we want. Through serendipity, I've been using the Pico for some projects, building them out on the solderboard as well. Great fun, and glad to see see how you make these things approachable.
So fun! Love these little Picos! Great video once again sir!
I had a donut today.
Now I will watch the British gentleman talking about Basic & microcontrollers.
Great video thank you.😊
This is a fantastic video, thank you for sharing the process. I have really enjoyed it, particularly the Tetris like game play, where I think you did much better than I would. Thank you for sharing