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…
Tag: python
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…
Python logging_handler released!
The “logging_handler” provides a quick and easy way to create a logging object in Python. The Python logging is an incredibly powerful tool, however the options are extensive and the defaults I find to be less than adaquate. The the code in this library I have been using for years on every Python script I…