-
在我的 wemos d1 上工作的非常好。
我做了一个 DHT11 + 红外 LED 管的空调智能调温助手,你的库帮了很大的忙哦。
-
Why are you testing for < 1999 rather than < 2000 [here](https://github.com/markruys/arduino-DHT/blob/master/DHT.cpp#L117):
```
if ( (unsigned long)(startTime - lastReadTime) < (model == DHT11 ?…
-
Build a device to measure the humidity and temperature in a greenhouse and control 2 x 230VAC circuits. The first circuit will be used for controlling the watering, the second is unused.
**Optional r…
-
**Describe the solution you'd like**
HTU21D sensor is used on ESP32-mqtt-room project. It would be cool, since looks like that project is no longer active, if you add support for this sensor like ESP…
-
i have tried putting in temperature = temperature * 9/5.0 + 32 but dont know where exactly it goes.
I keep breaking the script when i put it in
any help is greatly appreciated!
-
The management of the pins is getting complicated having to manage the various components to avoid conflicts of use, moreover other pins that I did not expect cannot be used because they are dedicated…
-
We should look at adding support for DHTs like the DHT11 and DHT22.
There's an Adafruit library which is pretty poor, and requires sudo. There was talk of a kernel module providing a file interface, …
-
When searching for circuitpython packages such as DHT library `Adafruit_CircuitPython_DHT` (https://github.com/adafruit/Adafruit_CircuitPython_DHT) does not appear.
The micro-python version does `dht…
sctv updated
9 months ago
-
https://github.com/kakopappa/sinric/blob/a5c4dcf61513cbe1b03188512ae7ebfcd92e3cf3/arduino_examples/thermostat_example_with_dht_11.ino#L187
when I try to compile this error appears: Could not con…
-
I do not see support for imports of external proto files into the definition supplied to a grpc-server? Is this a feature on the roadmap? or am I (as usual) just missing how to do this? Thanks!