Use DHT11 with Azurit Firmware 1.0a10 possible, or are there known issues?

RonPeeters

Member
Hi all,

I have a DHT11 sensor (with pull up resistance) lying around and would like to use it in the Ardumower PCB1.4.
I saw that in the firmware only DHT22 is implemented. Is there a reason for this? Issues with the sensor perhaps?

As far as I can see, enabling the DHT11 is as easy as defining
C++:
#define DHTTYPE DHT11   // DHT 11
// #define DHTTYPE DHT22   // DHT 22  (AM2302), AM2321

Thanks in advance...
 
Zuletzt bearbeitet:
Oben