GPIO for any PC or Laptop: Adafruit FT232H

  Переглядів 193,771

ExplainingComputers

ExplainingComputers

День тому

Add GPIO to any PC or laptop running Windows, Linux or macOS using an Adafruit FT232H USB breakout board. Here we set things up, control some LEDs using Python code, and then communicate over I2C with a BME280 temperature, pressure and humidity sensor.
The Bmax B1 Plus video I refer to is here:
• Testing a $100 Mini PC...
The Adafruit FT232H GPIO breakout is available from many retailers including:
Amazon.com: amzn.to/3kJ19zi
Amazon.co.uk: amzn.to/3kHBabC
Adafruit (US): www.adafruit.com/product/2264
Pimoroni (UK): shop.pimoroni.com/products/ad...
Note that the above Amazon URLs are affiliate links from which I earn a commission.
Adafruit’s excellent setup instructions for their FT232H breakout are here: learn.adafruit.com/circuitpyt...
You can download my LED test code here:
www.explainingcomputers.com/s...
And my final BME280 code that writes data to a spreadsheet is here:
www.explainingcomputers.com/s...
Note that the above BME280 code expects to find a spreadsheet called Weather.xlsx in the folder Python_Code -- you will need to edit the code to point it to whatever location you put this file in. A blank Weather.xls spreadsheet can be found at: www.explainingcomputers.com/s...
More information on using openpyxl to store sensor readings (or any other data) in a spreadsheet using Python is contain in my Raspberry Pi Weather Station video:
• Raspberry Pi Weather S...
The exact BME280 sensor used in the video is available from Pimoroni here: shop.pimoroni.com/products/bm...
Note that, as mentioned in the video, to use the above Pimoroni sensor with the Adafruit CircuitPython library, you will need to edit the file called basic.py found in the adafruit_bme280 folder to change the I2C address from 0x77 to 0x76 (or you could cut the connection on the top of the BME280 module to change its address to 0x77). If you use an Adafruit BME280 module, then this change is not needed. :)
For additional ExplainingComputers videos and other content, you can become a channel member here:
/ @explainingcomputers
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:05 GPIO Options
05:29 Setup
22:33 LEDs Test
14:22 Sensor Readings (BME280)
18:27 Wrap
#GPIO #FH232H #Adafruit #explainingcomputers

КОМЕНТАРІ: 656
@JendaLinda
@JendaLinda Рік тому
Back in the day, standard serial and printer ports could be used as GPIO. That was the first time I was controlling electrical devices using a computer.
@ahmad-murery
@ahmad-murery Рік тому
Exactly what I was thinking of, anyway, I think using parallel port was easier to start with since it doesn't require any coding/decoding circuit
@hilldweller2
@hilldweller2 Рік тому
@@ahmad-murery Those were the days my friend, we thought they'd never end. But they did. Personally I think a picoW or ESP32 has so much more to offer, so why did they bother with this ?
@ahmad-murery
@ahmad-murery Рік тому
@@hilldweller2 So true my friend👍, anyway, I think having a direct access to GPIO will open the doors again for some applications (windows apps for example) to easily read/control external machines at a low cost.
@briankleinschmidt3664
@briankleinschmidt3664 Рік тому
Oh yes. The banded wires. Radio Shak to the rescue.
@zetaconvex1987
@zetaconvex1987 Рік тому
Actually, you could probably do something almost identical today. You can set up serial connections to MCUs, although they will admittedly actually be routed via USB. Send bits over the computer's pseudo serial port to indicate whether pins should be high or low.
@GizmoFromPizmo
@GizmoFromPizmo Рік тому
I worked for an industrial controls company back in the early to mid-1990s. All that equipment used to cost tens of thousands of dollars. Now you're showing us the current state of the art. My 1990s self is marveling at what has become of that industry.
@ig_foobar
@ig_foobar Рік тому
GPIO is such a nice thing to have. I always enjoyed having GPIO available on my Commodore 64 for projects. When everything went to "standard PC" I had to do go through all sorts of nonsense hacking the parallel port into a GPIO-like interface. Now we finally have good options again.
@gordonlawrence1448
@gordonlawrence1448 Рік тому
There used to be ISA bus and that was easy to turn into GPIO. Unfortunately that went 20 years ago.
@adilsongoliveira
@adilsongoliveira Рік тому
I did a lot of this using 8255s, 4066s, optoisolators and such.
@davestorm6718
@davestorm6718 Рік тому
@@adilsongoliveira I was going to write an integrator program for windows for a RF spectrometer and this is exactly what I was looking for ( both reading and turning on/off small valves), though, I'm going to attempt this in C++ instead of python.
@rustykoenig3566
@rustykoenig3566 Рік тому
LOAD"*",8,1 !!! lol
@mr.techie8565
@mr.techie8565 Рік тому
We need more people like you in the world, Chris. Thank you for doing what you do.
@aw34565
@aw34565 Рік тому
Finally! After a 40 year wait there is now an affordable way to give a PC as much functionality as the BBC Micro's user port. Another great video, the code is a bit more complex than poking to the User 6522.
@wayland7150
@wayland7150 Рік тому
Yeah but would you really want to bit bang a BME280 over the BBC user port? It's nice to have a library to do that for you.
@howardwilliams2587
@howardwilliams2587 Рік тому
Absolutely fantastic content ... as Brian said (paraphrase here) you make it look easy! In reality it is, but it seems easier when I watch you do it. Thanks for sharing and the work you do making anything seem possible.
@dh2032
@dh2032 Рік тому
editing the video helps too. 🙂
@CyborgZeta
@CyborgZeta Рік тому
I appreciate you continuing to show off different aspects of computer I don't tend to think about, or am otherwise unaware of. Thank you.
@EJEuth
@EJEuth Рік тому
Good topic indeed, but even more: your way of presenting contents (here and other videos) is pleasurable and enlightening. Thank you for all that!
@horseradishpower9947
@horseradishpower9947 Рік тому
This is a really important video, as this is the sort of thing that could be used for school science. Get a cheap old PC, get one of these boards, and start to create your own monitoring system built. Lots of potential with it, thanks for making this video.
@ExplainingComputers
@ExplainingComputers Рік тому
I like your thinking here. :)
@parshvapatel8484
@parshvapatel8484 Рік тому
​@ExplainingComputers Is it possible to do same with old smartphone an it would give it a new life?? If yes then I have a request to make a detailed video on setting this up on some good python ide on smartphone. Thank you❤ and I like your explanation old school and easy to understand.
@andrey_pav
@andrey_pav Рік тому
I am very grateful to you for the new video! Now there is a chance to expand the functionality of a retro laptop, before that I theoretically represented communication via LPT and a CNC machine 🎉
@matthewjones517
@matthewjones517 6 місяців тому
Thanks for posting this! With Raspberry Pi's being so difficult to find this looks to be an excellent alternative!
@lilblackduc7312
@lilblackduc7312 Рік тому
Fantastic! A product review with a 'road test' and a run through the Owner's Guide. Thank you, Professor...🇺🇸 😎👍☕
@dankierson
@dankierson Рік тому
Another good day's work, Chris. I always saw the Raspberry Pi's main use not being for teaching juniors coding but in the lab recording data reliably. Your video has me thinking of using it with a breakout board for ventilation control system in a busy bar/restaurant. Cheers.
@alanjrobertson
@alanjrobertson Рік тому
Another great video, Chris - hadn't realised these breakout boards for adding GPIO to a PC existed, could be very handy!
@sbc_tinkerer
@sbc_tinkerer Рік тому
Sunday greetings all! Hope everyone is doing well.
@microdesigns2000
@microdesigns2000 Рік тому
My first job out of high school was working at a radio shop where I learned to tune radios (before PLL frequency synthesis), install and service "car phones" and most interestingly build police squad cars by installing radios and light bars. I have several colorful stories from those days, like the time I repeatedly pressed a "man down" button on a portable police radio before I knew what it was, or the one where I did a "test drive" of a newly built squad car like the Dukes of Hazard. But this story comes to mind because of something in this video. One aspect of the construction of a squad car was to add circuitry for something called "wig-wag" lights. That is the connection of relays to flash the headlights alternately left and right about once per second. The LED's in this video are alternating at about that rate and reminded me of this time I left work exactly on time, and I was in a hurry to get home. I was speeding like usual and behind me I saw the dreadful wig-wags and really thought me house was cooked. I dug out my license, registration and proof of insurance. Well, I was surprised when the officer didn't ask for them but addressed me by name. It was Sargeant Deeghan who came to visit me at work but I wasn't there. So he chased me down on the highway! He wanted to ask about the function of one of the radios and didn't want to wait until tomorrow, ha ha. Well I laughed all the way home after he also gave me a verbal warning about my speed. That day was a good day to have the police Sargeant as my friend. 13:15 So then, I hope you will remember that an alternating pair of lights is called "wig-wag" lights. 😀
@kadsenkalle4663
@kadsenkalle4663 Рік тому
Samantha the soldering Iron 😂
@DK-hs3oz
@DK-hs3oz Рік тому
Awesome stuff. such a wide range of qwicc and other boards waiting to talk to a general purpose PC, the possibilities are endless. Thanks for the introduction to electronics for PCs.
@gloiloidn5752
@gloiloidn5752 Рік тому
A fantastic utility, GPIO. A little tricky to setup but I'm sure with your video things are going to be very easy. Great video!
@user-fg5nf6vf1w
@user-fg5nf6vf1w 11 місяців тому
Thanks for all your videos, Chris. This video (GPIO for any PC or Laptop: Adafruit FT232H) is something I never knew was possible with MacOS. Too cool!
@bertblankenstein3738
@bertblankenstein3738 Рік тому
I thought about doing some logging, but rather than connecting sensors to a PC USB port I'd use an esp32 or pico w, setup a simple web page and retrieve the values using a cron job (wget) and storing in a csv. I could do logging this way on many sensors in different locations with less software libraries. Also an esp32 is cheaper than a ft232h.
@Henry-sv3wv
@Henry-sv3wv Рік тому
that and there is firmata or Python picod module
@MysteriousSlip
@MysteriousSlip Рік тому
Now this is a product that is seriously needed! Thanks for reporting on it! I tend to be slow to catch the newest trends these days.
@marusz
@marusz Рік тому
Thank you very much for this material! Brilliant as always. I can't wait for the next episode.
@perrymcclusky4695
@perrymcclusky4695 Рік тому
What fun! You turned the mini PC into a PC Pi. Looking forward to your next video!
@riderofthewhitehorse
@riderofthewhitehorse Рік тому
Lovely graphics with nice typefont on over-labels. Great video.
@hilldweller2
@hilldweller2 Рік тому
I can't get excited about the board, but, oh boy, have you produced the definitive video on Superb Soldering. That was awesome.
@JamesFraley
@JamesFraley Рік тому
Your videos never fail to impress. Thank you.
@kamilk
@kamilk Рік тому
Great for testing code & stuff before you connect things to your precious Pi. Thanks for that video!
@Praxibetel-Ix
@Praxibetel-Ix Рік тому
I love you, Samantha the soldering iron!!! Anyway, another great video! Another example of how anything is possible with computing. :)
@ExplainingComputers
@ExplainingComputers Рік тому
Thanks for your support. :)
@Praxibetel-Ix
@Praxibetel-Ix Рік тому
@@ExplainingComputers Aw, you're welcome, my friend! I hope that you're doing okay today. :D
@johnwright8814
@johnwright8814 Рік тому
This is very exciting ,and opens up many more possibilities for test and measurement systems.
@nddulac
@nddulac Рік тому
I feel inordinately pleased to have reproduced your flashing LEDs using the MCP2221A breakout board. Thanks for this video - it opens a world of possibilities!
@ExplainingComputers
@ExplainingComputers Рік тому
Fantastic. This sounds like a great result. As you say, with things setup and working, there are so many possibilities . . .
@DavidLindes
@DavidLindes Рік тому
Nice to see Adafruit get a plug. Nice demo/tutorial, too!
@michalrzmichalrz6656
@michalrzmichalrz6656 Рік тому
Thanks Chris, I'll keep that in mind. It's definitely an eye-opening idea with great potential for good things. Checked price - in my regular shop it's 20 GBP.
@briankleinschmidt3664
@briankleinschmidt3664 Рік тому
You packed a lot in this one. It's like you've done it before. I'm not sure if I could do all that in a week. I usually have several missed steps and mistakes. I screw up so much, that I account for it when I plan any project.
@Reziac
@Reziac Рік тому
Chris cheats. He has two Sundays in every week. ;)
@leonidas14775
@leonidas14775 Рік тому
Great tutorial! I like how these breakout boards are dirt cheap and you can just use a computer you already have. Unlike the RBP, cheap x86 computers to run linux and python are everywhere.
@rv6amark
@rv6amark Рік тому
As I always say, every Sunday morning is Christmas morning when you listen to Christopher!
@timnixon2889
@timnixon2889 Рік тому
Wonderful!!!!! I have a bmax B2-S arriving today (caught a great sale/discount, $104 versus usual $130-$160). Needed it since I threw away several old very slow laptops.. I've been looking for details on how to handle sensors, I2C and DIO natively using python from a "PC" and it sure looks like this is the definitive guide. Like others I had missed several steps when looking on my own. I have a ton of ESP32s that work great but I also wanted to be able to log, graph and view the data easily under linux or Windows without needing a separate device to handle the data acquisition.. this seems to fit the bill. I've always loved this channel!! Been working professionally with electronics and computers since 1973
@ronjon7942
@ronjon7942 Рік тому
This is fantastic! I’m just getting started with electronics and the Pi’s GPIO, and just assumed I’d have to dive into the SBC ecosystem. It’s just awesome I can use my x86 and x64 relics to explore GPIO, although with a little research I guess I could have accomplished this w the Pico and sub variants. Thanks!
@wayland7150
@wayland7150 Рік тому
I'd say that the way Chris has shown it here on the PC is no different to using an SBC, it's the same compiler and IDE! What would make this more PC compatible would be some API calls you can make from say Visual Basic or MS Excel or even batch files or scripts.
@codyaimes4354
@codyaimes4354 Рік тому
This is one of my favorite channels. I learned a lot from them.
@makermelissa
@makermelissa Рік тому
Great video. If you have a BME280 with a different address, like in this case, you can simply specify it when you initialize the library instead of editing the value in the library. This also makes installing updates much easier.
@ExplainingComputers
@ExplainingComputers Рік тому
Good to know, thanks. :)
@williamstevenson2649
@williamstevenson2649 Рік тому
This is excellent and very timely! I have just ordered some sensors and knew I would have to get down to using Micropython, GPIO etc. This video has given some ideas about helping my daughter to use sensors on a PC, despite having no Raspberry experience. I find you have already issued videos which will be really useful such as your RPi Weather Station. Thanks!
@ExplainingComputers
@ExplainingComputers Рік тому
Good luck -- and you are right, there are several of my previous videos that may be of assistance -- including the one where I built an anemometer. :)
@williamstevenson2649
@williamstevenson2649 Рік тому
@@ExplainingComputers AND the RPi Plant Watering and Time Lapse Photography videos! I've only been thinking recently that I ought to get down to time lapse with a Camera Module 3. Thanks again
@guyincognito.
@guyincognito. Рік тому
I've never seen this channel before but as a 45 year old I have to commend the style of video and how reminiscent it is of quality BBC science programmes from the 80s!
@ExplainingComputers
@ExplainingComputers Рік тому
Thanks, and thanks for watching. :)
@kenthekat9615
@kenthekat9615 Рік тому
Great tutorial. Just another example of your wonderful lessons. Thanks.
@jls9225
@jls9225 Рік тому
Have a good rest of your weekend Christopher. As Always, Be Smart and Stay Safe.
@aliasname5518
@aliasname5518 Рік тому
Adafruit has got some really great stuff - I would love to see more of it (:
@AMDRADEONRUBY
@AMDRADEONRUBY Рік тому
Very interesting as ever I appreciate how Much you explains things in your videos
@heckyes
@heckyes Рік тому
I've wondered for a very long time why this kind of thing isn't more common.
@PS_Tube
@PS_Tube Рік тому
Fascinating tool. It'll likely to provide respite to people suffering RPi shortage. Interesting tutorial like always.
@TomaszStachewicz
@TomaszStachewicz Рік тому
perfect timing, i was looking at those since yesterday and considered buying one
@fredwupkensoppel8949
@fredwupkensoppel8949 Рік тому
I always wondered why I never see these things being advertised everywhere. This is really handy for makers.
@srtcsb
@srtcsb Рік тому
I'll have some projects for this one, but I've gotta walk before I can run. Thanks for another great video.
@ExplainingComputers
@ExplainingComputers Рік тому
Greetings Steve.
@lmiddleman
@lmiddleman Рік тому
Direct and indirect IO is a matter of interpretation. Fundamentally both the FTDI and Pico approaches use USB to communicate IO reads and writes. It is 100% possible to load a Pico with firmware such that it emulates exactly the FTDI part.
@whyjaywonders
@whyjaywonders Рік тому
For the much lesser cost you can actually use ESP32 boards directly and get more pins and other options. And also control from the USB port.
@petermuller608
@petermuller608 Рік тому
Different target market
@davesradiorepairs6344
@davesradiorepairs6344 Рік тому
This is a very powerful and useful tutorial for not only GPIO, but also for Python... Thatnk you..
@liontuga155
@liontuga155 Рік тому
Thanks, Chris. It’s always good to know the options we have nowadays to do whatever our (engineering) hearts desire.
@Musicman-50
@Musicman-50 Рік тому
This is so very exciting. Chris you just made my day. I have a couple old low power Thin Clients that I installed Linux Mint on that only draw about 6 watts when running. So with the Adafruit interface It could easily be used for temperature and presents detection as well as the most important "Flashing LEDs" Yes!!. Haven't really played with Python much, so this is great motivation to do so. Thank you again Chris for an excellent tutorial. 👍😎
@MCallsen
@MCallsen Рік тому
Love it! So coherent and nicely presented ♥
@chuckmuckamuck8001
@chuckmuckamuck8001 Рік тому
Project videos are the best! Thanks!
@avejst
@avejst Рік тому
Great video as always Thanks for sharing your experiences with all of us 🙂
@MichelMorinMontreal
@MichelMorinMontreal Рік тому
Excellent demonstration of democratization to access the world of GPIO. Great job! Respectful greetings to Samantha for her high precision work!
@johncundiff7075
@johncundiff7075 Рік тому
Over my head Mr. Barnatt. You are such an intelligent fellow!
@AjinkyaMahajan
@AjinkyaMahajan Рік тому
Its a wonderful module that gives computer direct access to gpio's Thanks Chris !!
@JY-ni7id
@JY-ni7id Рік тому
Thank you very much for your wonderful videos! They are very informative and well presented! Keep up the good work!
@markam67
@markam67 Рік тому
Great video I actually wondered if this existed after I started playing with the GPIO on Raspberry pi.
@michalrzmichalrz6656
@michalrzmichalrz6656 Рік тому
First time I "talked" to anything through an UART-like connect was to clear SMART registers on a bricked Seagate drive (the ones that once in a few hundred cycles froze on start-up). Felt so haxxory!
@anurasenarathna1703
@anurasenarathna1703 Рік тому
As always, a very well done Video. Thank you very much.
@heathkiser5392
@heathkiser5392 Рік тому
Excellent video. I’m just about ready to try my first project utilizing GPIO. It’ll be a garage door opener running on a Raspberry Pi.
@MicrobyteAlan
@MicrobyteAlan Рік тому
Sorry for being tardy, I’m training for a long distance running event in April. Excellent lesson today, thanks.
@DrKnow65
@DrKnow65 Рік тому
Well done! I am looking forward to making use of some older hardware that is just waiting to be up-cycled into something useful like a weather station or home automation item.
@MrBobWareham
@MrBobWareham 11 місяців тому
Very nice way to use the pc and IO thanks for the instructions I have just moved to Linux Mint Deb so will have a go as soon as I purchase the FT232H board.
@ExplainingComputers
@ExplainingComputers 11 місяців тому
Good luck!
@alanthornton3530
@alanthornton3530 Рік тому
What an interesting video I never cease to be amazed by Chris's content. I didn't know about Samantha, she does make very neat soldered connections!! It's got me thinking of other applications it could be applied to, like a model railway (railroad) layout, signalling, block control & setting points etc, the code would be quite interesting to write but what an experience :)
@GizmoFromPizmo
@GizmoFromPizmo Рік тому
Excellent application idea!
@alanthornton3530
@alanthornton3530 Рік тому
@@GizmoFromPizmo It just makes me wonder how long it'd take to do the coding?
@Administrator_O-5
@Administrator_O-5 Рік тому
I'm sorry, but it's just NOT a proper Sunday without a very informative & delightful visit with our true gentleman of a friend Christopher & Explaining Computers! 😇
@slimhazard
@slimhazard Рік тому
Amazingly, the Adafruit module is currently in stock at their store. That module, and the FT232 chip that it exposes, were sadly among the items that became Unobtainium during the component shortage.
@iNowHateAtSigns
@iNowHateAtSigns Рік тому
I really enjoyed this one, sir. Thank you!
@JulioSalim
@JulioSalim Рік тому
Very very interesting as always!!!! Thank you!
@peterrobinson8258
@peterrobinson8258 Рік тому
To avoid having to reenter the environment variable each time you startup Linux you can add export BLINKA_FT232H=1 to, for example, your .bashrc file
@ExplainingComputers
@ExplainingComputers Рік тому
Good tip, thanks for sharing.
@wildfox1994
@wildfox1994 3 місяці тому
or you can add "import os os.environ["BLINKA_FT232H"] = "1" import board import digitalio" at the beggining of your python script
@elektron2kim666
@elektron2kim666 Рік тому
An appreciated video. Great news from Adafruit as well.
@jbucata
@jbucata Рік тому
Getting those close-up still photos must have been a challenge... I wouldn't think your studio rig was set up to filming such tiny products prior to this video.
@ExplainingComputers
@ExplainingComputers Рік тому
Most of my videos include very close shots -- I've been doing this kind of shot on UKposts for 15 years! :)
@qzorn4440
@qzorn4440 Рік тому
always such interesting videos with my muffin and hot tea. 🥳 Back in the DOS-PC days people came up with clever printer port projects. Now with these sweet little add-on boards the creative ideas are fantastic even 16 bit+ ADC/DAC channels. 😎 Thanks a lot.
@timnixon2889
@timnixon2889 Рік тому
We had a "type and talk" device.. connect to the printer port and whatever you sent would be spoken aloud.. circa 1984
@qzorn4440
@qzorn4440 Рік тому
@@timnixon2889 very interesting. Thanks.
@stefanl5183
@stefanl5183 Рік тому
@@timnixon2889 There was a board that B G micro used to sell way back then that had a Couple of TI speech synth chips on it. You could connect it to a serial port them just send text to it.
@stefanl5183
@stefanl5183 Рік тому
" Back in the DOS-PC days" Dos was the key! Because Dos ran in real mode you could do anything. You could read and write directly to any IO port or memory address. Obviously modern operating systems don't allow that. With modern operating systems applications run at PL3 and the kernel and maybe some low level device drivers run at PL0. That means that normal software cannot access IO ports directly. That means to do this under modern operating systems you must write a device driver and create somekind of API that will be used by your applications to make calls to that driver. That complicates things quite a bit. Also some modern operating systems, like the newer versions of windows even require drivers to be approved and signed by microsoft. That usually puts it out of reach by the average hobbyist. Interestingly enough, one exception to this is RS-232 com ports. These can still work because there are drivers and API calls already built into windows that allow you to open, close, read, and write to those ports. Thanks to backward compatibility with old school terminal applications this still exists. Unfortunately RS-232 ports are getting harder and harder to find on modern PCs.
@codewizard58
@codewizard58 Рік тому
There are many ways to give a PC gpio capability. As noted in other comments, a PI or Arduino can be used by running a protocol over the serial link. The protocol used by the FT232H could be supported on other platforms. In the past I have used Web Midi in chrome browser to do gpio over a Midi interface to an Arduino. ( Optical isolation both ways with 5 pin Din Midi ) depending on latency etc, you may want to run some parts on the PI/Arduino and others on the PC.
@adminify
@adminify 9 місяців тому
Just bought one. Thanks to EC for demoing it. One thing though my OCD is going crazy at exit () rather than exit()
@maraviyoso
@maraviyoso Рік тому
Greetings. :) Another great watch. Looking forward to working with this piece of hardware.
@roselugo0112
@roselugo0112 Місяць тому
Thanks, it was an awesome experience. I learned so much. Much success to you. 😊😊
@martink.6872
@martink.6872 Рік тому
While a green led when plugging something in is very exciting indeed, it's even more exciting to see a 'breadcrumb' on a breadboard (at 12:29 near the ft232ic). 😆 I guess next would be a Blender video about creating and then printing a new case for the B-Max B1 Plus with integrated, easily accessible FT232H pin header. Thanks for a very nice video and Happy Easter! 🐇🐰🥚
@ExplainingComputers
@ExplainingComputers Рік тому
I only noticed the crumb in editing. No idea how it got there! Thanks for watching. :)
@gabriele5785
@gabriele5785 Рік тому
thanks, very clear and linear explanation
@amigaworkbench720
@amigaworkbench720 Рік тому
Amazing, I was just looking for this!
@dpwaaw
@dpwaaw Рік тому
My main projects that I will be working on is a weather station that has wind speed and direction and a plant irrigation system (house plant watering - because I am away a lot).
@dany08011
@dany08011 Рік тому
Aren't you just perfect... Thank you sir! Keep up the good work :)
@martinbakker7615
@martinbakker7615 Рік тому
Great show Chris. I had given up on getting io on pcs. Now I have some ideas 💡 thanks
@BB-iq4su
@BB-iq4su Рік тому
Well done! Must try. Thank you.
@jamesgoacher1606
@jamesgoacher1606 Рік тому
Extremely useful, thank you.
@muddyexport5639
@muddyexport5639 Рік тому
Thanks Prof! Enjoyable concept and presentation...
@your-mom-irl
@your-mom-irl Рік тому
On python you can press control r and then type, to look for commands in the buffer (history) You can do that on bash too, and on most programs that use the "readline" library Great video
@chriholt
@chriholt Рік тому
That is a great way to get GPIO on a PC without much muss or fuss. Also, it was nice to meet Stephanie - I never knew that was her name :)
@keymad4
@keymad4 Рік тому
Watched for years you are brilliant
@ExplainingComputers
@ExplainingComputers Рік тому
Many thanks. :)
@dang48
@dang48 Рік тому
Another great video and a new toy, er tool. Thank you for these videos.
@dingolovethrob
@dingolovethrob Рік тому
Great vid as always !!!
@mahatmacoat7215
@mahatmacoat7215 Рік тому
When I saw this I thought it was a rerun of a 1970's Open University TV course with the haircut and presentation style, 'so' of the era. But it wasn't. Interesting video none the less.
@lionelreesable
@lionelreesable Рік тому
Thank you for the fun video. A great birthday gift for me. Best wishes.
@ExplainingComputers
@ExplainingComputers Рік тому
Happy birthday!
@Phil-Sands
@Phil-Sands Рік тому
Brilliant video as usual 👍👍
ESP32 Guide 2024 | Choosing and Using an ESP32 Board
41:06
DroneBot Workshop
Переглядів 200 тис.
Orange Pi 5: Excellent RK3588S Octa Core SBC
21:36
ExplainingComputers
Переглядів 159 тис.
когда одна дома // EVA mash
00:51
EVA mash
Переглядів 5 млн
skibidi toilet 73 (part 2)
04:15
DaFuq!?Boom!
Переглядів 6 млн
Пескоструйный АППАРАТ! #shorts
01:00
Гараж 54
Переглядів 2,1 млн
Add USB To Your Electronics Projects! - The USB Protocol Explained
15:19
Extracting Firmware from Embedded Devices (SPI NOR Flash) ⚡
18:41
Flashback Team
Переглядів 482 тис.
Pi Pico PCMCIA / PC Card Introduction
20:59
Kevin Moonlight
Переглядів 3,5 тис.
The Mini PC You SHOULD Be Looking At
11:50
Hardware Haven
Переглядів 1,1 млн
Arduino vs Pico - Which is the Best Microcontroller For You?
20:38
Gary Explains
Переглядів 277 тис.
Very Useful Small Computing Things
12:28
ExplainingComputers
Переглядів 295 тис.
451 Which Processor can kill the ESP32?
11:24
Andreas Spiess
Переглядів 331 тис.
DON'T Use Raspberry Pis for Servers! (Use THIS)
16:23
Hardware Haven
Переглядів 949 тис.
Bit Bang FT232 to Control SPI Devices
37:45
Scott Harden
Переглядів 36 тис.
Как открыть дверь в Jaecoo J8? Удобно?🤔😊
0:27
Суворкин Сергей
Переглядів 907 тис.
МОЙ ПЕРВЫЙ ТЕЛЕФОН - Sony Erricson T280i
18:02
ЗЕ МАККЕРС
Переглядів 65 тис.
ИГРОВОЙ ПК от DEXP за 37 тысяч рублей из DNS
27:53
Ремонтяш
Переглядів 360 тис.
Такого вы точно не видели #SonyEricsson #MPF10 #K700
0:19
BenJi Mobile Channel
Переглядів 1,8 млн
Что если бы Apple делала зубные щётки?
0:59