sensors-control-gpio-xzf8971

This is a repository desgined for the arduino 37 sensors bundle for raspberry pi 4. This package implemented in raspberry pi 4B GPIO with RPi.GPIO.


Keywords
aht20, arduino, dht, humidity-sensors, i2c-sensors, iot, python, raspberry-pi, sensor, temperature-sensors
License
MIT
Install
pip install sensors-control-gpio-xzf8971==2.3.0

Documentation

sensors-control-gpio

This is a repository desgined for the arduino 37 sensors bundle for raspberry pi 4. This package implemented in raspberry pi 4B GPIO with RPi.GPIO.

Get started

pip install sensors-control-gpio-xzf8971

AHT20

How to

For help infromation

python -m AHT20_sensor_control --help
# Open I2C bus1. Save data into example.log. Measure data every 60s. 
python -m AHT20_sensor_control -n 1 -o example.log -t 60 
# Enable CRC8 check. Only save data when crc check is OK
python -m AHT20_sensor_control -n 1 -o example.log -t 60 -c

DHT11

How to

python -m DHT11_sensor_control -p pin -b adafruit