GPIO for any PC or Laptop: Adafruit FT232H

Описание к видео GPIO for any PC or Laptop: Adafruit FT232H

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 Bmax B1 Plus  

The Adafruit FT232H GPIO breakout is available from many retailers including:

Amazon.com: https://amzn.to/3kJ19zi
Amazon.co.uk: https://amzn.to/3kHBabC
Adafruit (US): https://www.adafruit.com/product/2264
Pimoroni (UK): https://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: https://learn.adafruit.com/circuitpyt...

You can download my LED test code here:
https://www.explainingcomputers.com/s...

And my final BME280 code that writes data to a spreadsheet is here:
https://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: https://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 Station  

The exact BME280 sensor used in the video is available from Pimoroni here: https://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

Комментарии

Информация по комментариям в разработке