This repository contains the Python driver to communicate with a Sensirion SEN66 sensor over I2C. Click here to learn more about the Sensirion SEN66 sensor. The default I²C address of SEN66 is 0x6B.
I2C Register is a python library which aims to make communicating with registers on I2C devices dead simple. It is meant to directly transfer the Register Definitions pages of a data sheet into your ...
You might already have the hardware on hand to easily interface I2C and SPI devices with Python scripts on your computer. The board seen above is an FT-2232 breakout board. These chips are often used ...