Using Raspberry Pi project for monitoring light, humidity, temperature.
Upload data to ThingSpeak to build chart.
Device:
- Raspberry Pi Zero W
- GPIO Extension Board
- bh1750
- dht22
- 2004A lcd with PCF8574 adapter
For more detail, read my blog.
Requires pre-installation of pyenv, poetry
$ pyenv install 3.10.10
$ pyenv local 3.10.10
$ poetry env use 3.10.10
$ poetry shell
$ poetry install
$ python main.py