Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
interfaces:dht11 [2024/05/29 12:44] – darron | interfaces:dht11 [2024/11/28 07:53] (current) – [Resources] darron | ||
---|---|---|---|
Line 4: | Line 4: | ||
{{: | {{: | ||
{{: | {{: | ||
- | |||
</ | </ | ||
+ | Humidity and temperature sensor. | ||
+ | |||
+ | The temperature sensor is reasonably accurate but humidity | ||
+ | is ludicrously inaccurate but can be used to determine humidity | ||
+ | changes? | ||
===RPi=== | ===RPi=== | ||
+ | |||
+ | In the past (2/1/2016) the kernel mode for reading the DHT11 did not work | ||
+ | reliably or at all but in 2024 it appears to be functional but may require | ||
+ | a few retries. | ||
==config.txt== | ==config.txt== | ||
< | < | ||
- | #dtoverlay=dht11, | + | dtoverlay=dht11, |
</ | </ | ||
+ | ==Temperature== | ||
+ | |||
+ | < | ||
+ | cat / | ||
+ | 26000 | ||
+ | </ | ||
+ | |||
+ | ==Humidity== | ||
+ | < | ||
+ | cat / | ||
+ | 18000 | ||
+ | </ | ||
+ | ===Resources=== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// |