Main Content

Arduino OLED Thermometer And Hygrometer With DHT11

Hello ! I’m going to show you how to make an Arduino OLED thermometer and hygrometer* with DHT11. The OLED we will use today is 1.3” inch in size, features 128x64 pixels and uses the SPI Bus. On the next step you will find more useful information about the OLED tech and this display. We will use the u8glib library to communicate with our display. This library has many available parameters with it you can display numbers, letters, bitmaps and other symbols on OLEDs and graphic LCDs also it works for E-ink displays.”

Link to article