picatextra / node-dht-edison

Read DHT22/AM2302 sensor with Intel Edison Gpio
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Need support for DHT11 #2

Open shakir1443 opened 7 years ago

shakir1443 commented 7 years ago

@picatextra Can you tell me what can I use to read data from DHT11 sensor by using intel edison along with NodeJs? This is using 1-wire protocol. I think this package only supports DHT22. Can you give me some hints to work on? I got this link to study. But facing a lot of problems in implementation. I have attached the picture of DHT11 sensor that I am using. s-l300

picatextra commented 7 years ago

I don't have a DHT11, i cannot test. The best is to fork and adapt the protocol to it.

shakir1443 commented 7 years ago

The sensor is very cheap, less than 2 USD. As you wrote this package for DHT22 and AM2302 , you might develop this package for DHT11 too. That will be very helpful for me. You can view DHT11 datasheet. Is it possible to develop this package for DHT11?

picatextra commented 7 years ago

May be later