Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 439 Bytes

File metadata and controls

25 lines (20 loc) · 439 Bytes

PiPool

Requirements

Virtual environment

python3 -m venv ~/pipool
source ~/pipool/bin/activate

Python and the following modules

pip install RPi.GPIO smbus2 w1thermsensor gpiozero raspberrypi-tm1637

for Thingsboard:

pip install tb-mqtt-client