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

Not detecting readings #1

Open sahiljain112 opened 7 years ago

sahiljain112 commented 7 years ago

Hi,

I connected my Intel Edison with Arduino breakout board to the DHT22 sensor. My connections are alright. I installed this npm package but I'm doing a dht.read(4) on connecting the output to my Gpio pin 4. I'm getting a zero for both humidity and temperature. Am I missing something?

picatextra commented 7 years ago

I think GP4 doesn't exist. I use GP44. What board are you using?

sahiljain112 commented 7 years ago

I am using Intel Edison with the Arduino expansion board

shakir1443 commented 7 years ago

Does this work for Intel Edison with the Arduino expansion board?