ATTiny85 with DHT22 and servo

Hello,

The application I'm developping interfaces a Digispark 16Mhz ATTiny85 to a DHT22 humidity/temperature sensor and also a servo motor.
The problem I have is that the DHT22 needs the TinyDHT library but the servo will only work using ATTinyCore declaring the board as ATtiny85 Digispark) and the DHT22 will not work with ATTinyCore.

Is there a solution to interface the ATTiny85 to both the DHT22 and a servo?

Thanks in advance

With the ATTinyCore, try the DHTlib : GitHub - RobTillaart/DHTlib: Arduino library for DHT temperature and humidity sensor. AVR optimized

With the attiny core, there is probably a tiny servo library ?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.