Main Content

Reading the BMP180 Pressure sensor with an Attiny85 and add a DHT11 too

I love the Attiny 85 series and like to explore all the things you can do with it. As it doesnt have too many pins, using I2C hardware on it is a good idea. I2C on the attiny can be a bit fiddly as it cannot compile the Wire library, but the TinyWireM library works fine.”

Link to article