https://github.com/babetoduarte/dht11-tutorial
Code for a tutorial I wrote for the DHT-11 sensor using a Raspberry Pi 2
https://github.com/babetoduarte/dht11-tutorial
Last synced: about 1 year ago
JSON representation
Code for a tutorial I wrote for the DHT-11 sensor using a Raspberry Pi 2
- Host: GitHub
- URL: https://github.com/babetoduarte/dht11-tutorial
- Owner: babetoduarte
- Created: 2016-01-30T22:02:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T17:50:24.000Z (over 10 years ago)
- Last Synced: 2025-02-15T00:46:14.713Z (over 1 year ago)
- Language: Python
- Homepage: https://jduarteiot.wordpress.com/2016/01/31/assignment-2-raspberry-pi-dh-t11-tutorial/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dht11-tutorial
### Description
This repository contains the code for a tutorial on how to use the DHT-11 temperature and humidity sensor with the Raspberry Pi 2 Model B. The dht11 python library was written by Zoltán Szarvas (@szazo). The link to his repo is: https://github.com/szazo/DHT11_Python.
### Links
The tutorial for the DHT-11 using the Raspberry Pi can be found here: https://jduarteiot.wordpress.com/2016/01/31/assignment-2-raspberry-pi-dh-t11-tutorial/