DHT11/GUIDES.md

22 lines
887 B
Markdown
Raw Normal View History

# Guides
This file contains guides that were used for making the script and other references.
---
2024-10-07 00:38:56 +05:30
- [Main doc](https://learn.adafruit.com/dht-humidity-sensing-on-raspberry-pi-with-gdocs-logging/python-setup)
- [Setting up Pi for CircuitPython Libraries](https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi)
- [AdaFruit CircuitPython Bundles](https://github.com/adafruit/Adafruit_CircuitPython_Bundle)
- [AdaFruit CircutPython](https://github.com/adafruit/circuitpython)
I have referred these guides and created a script which automates the process of creating a python virtual environment and installing all the required dependencies.
2024-10-07 00:00:22 +05:30
### Alternative method
> Links for resources used in alternative method.
- [Pypi](https://pypi.org/project/dht11/)
- [Source code for Python library](https://github.com/szazo/DHT11_Python)
---