Iot Display

About the project

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

Project info

Difficulty: Easy

Platforms: EspruinoEverything ESP

Estimated time: 1 hour

License: GNU General Public License, version 3 or later (GPL3+)

Items used in this project

Hardware components

ESP8266 SMT Module - ESP-12F ESP8266 SMT Module - ESP-12F x 1
Monochrome 0.96" OLED Graphic Display Monochrome 0.96" OLED Graphic Display x 1

Software apps and online services

Arduino IDE Arduino IDE

Story

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.

Schematics, diagrams and documents

Code

GitHub

Credits

Photo of ElectroPoint

ElectroPoint

Electronics Engineer, Maker, YouTuber

   

Leave your feedback...