A Firmata wrapper for connectig to a DHT Sensor. To be used with ConfigurableFirmata.
This library adds support for DHT11 and DHT22 (also called AM2302) sensors to ConfigurableFirmata. It wraps the nice idDHT library, that uses interrupts to communicate with the DHT sensor and reduce blocking (it's a very slow sensor).
The sensor must be connected to interrupt pins for the library to work.
This has been tested with AVR Arduinos only (Uno, Nano, Duemilanove).
- Make sure you have the following dependencies installed in your
/Arduino/libraries/
folder:
- Clone or download and copy FirmataDHT into your
/Arduino/libraries/
folder.