Close
0%
0%

IOT Display

Esp8266 based Internet connected tiny display driver for 128x64 OLED I2C Display that can show any data or information from the web

Similar projects worth following
Oled displays are great for visualizing small amount of data. Having that in mind I thought it’d be useful if I have a small display, connected to the Internet in my work space. The plan is simple, connect the ESP module to Internet to fetch data in real time and display them on the OLED display.
Many libraries are available to control these displays. I find the Adafruit library very easy to understand and use in projects. I am going to use the AdaFruit library in this tutorial. You’ll need to install “adafruit_GFX” library and “adafruit_SSD1306” library. Since I wanted to make a Digital clock that can also display my current Instagram followers count we will also need another library for follower counter also. We will use NTP Server to get the real time and Instastat Library by Brian Lough to get the Instagram Followers count.

Enjoy this project?

Share

Discussions

nodemcu12ecanada wrote 08/26/2022 at 14:53 point

For a smoother font you could use the u8g2 library not Adafruit.

https://hackaday.io/project/182014-wifi-bamboo-bathroom-scale

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates