While working on my SBC comparison, in addition to building a new library to read DHT11/DHT22 sensors using the SPI bus, I had a hard time finding a working library to read BMP280/BME280 sensors using the SPI bus. Most of the libraries utilized I2C, which in normal situations would be fine. For this set of…
Category: Python Libraries
Python libraries
Python dht11_spi
I am currently working on a project to compare different SBC devices and compare the functionality to the gold standard, the Raspberry Pi 4B. Rather than just comparing specs, I am endeavoring to compare the GPIO functionality and support within Python. As a part of this comparison testing a grabbed a trusty old DHT11 and…