Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technion/lol_dht22
A Raspberry Pi DHT22/AM2302 polling application
https://github.com/technion/lol_dht22
Last synced: about 2 months ago
JSON representation
A Raspberry Pi DHT22/AM2302 polling application
- Host: GitHub
- URL: https://github.com/technion/lol_dht22
- Owner: technion
- Created: 2013-01-07T00:31:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T09:58:25.000Z (about 6 years ago)
- Last Synced: 2023-03-22T19:32:59.255Z (almost 2 years ago)
- Language: Shell
- Size: 111 KB
- Stars: 82
- Watchers: 22
- Forks: 64
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Driver for DHT22/AM2302 Temperature and humidity sensors on
Raspberry Pi.
Based on dht11.c: http://ubuntuone.com/6mT9cTREz90BUfvQD1AGNy (license unknown).
Requires wiringPi library../configure
make
sudo ./loldht
Raspberry Pi wiringPi DHT11 Temperature test program
Humidity = 42.90 % Temperature = 22.20 *CLicense: Public domain. Do what you want. No warranties.
./configure options:
--disable-silent-rules Show the make process (silent by default)
--disable-secure Disable compile with FORTIY_SOURCE and stack-protector (enabled by default)
--enable-development Compile with -g -O0 -Wall. Applies disable-secure automaticallyautogen.sh: Autoconf boostrap. Development use only.