nethoncho / Arduino-DHT22

Arduino library for the DHT22 humidity and temperature sensor
http://goo.gl/uy1fV
120 stars 123 forks source link

ATTiny85 + DHT22 = DHT_BUS_HUNG #8

Open Netspider opened 9 years ago

Netspider commented 9 years ago

Hi, I try to use a DHT22 with an ATTiny85 at 8MHz with the internal oscillator and the Arduino 1.0.5 platform. I read every 8 seconds and always get DHT_BUS_HUNG. With a normal Arduino Uno the DHT22 is working fine. I calibrated the ATTiny85 with TinyTuner so it should be as precise as possible. Is this a known issue? Can I do something about this? How could I debug this?