Instagram Followers Counter With ESP32 and OLED Display

by alexander_th in Circuits > Arduino

1191 Views, 4 Favorites, 0 Comments

Instagram Followers Counter With ESP32 and OLED Display

IMG_20200531_135414.jpg
IMG_20200530_145211.jpg

I decided to use my TTGO ESP32 module as an Instagram Followers Counter.

You can build it as well with an ESP32 dev module and an SSD1306 OLED display.

Supplies

1 ESP dev board

1 SSD1306 OLED display

4 jumper wires

Wiring

PUBLISHED_esp32_OLED_Instagram-Stats_bb.jpg
IMG_20200531_135418.jpg

OLED Module -> ESP32

GND pin -> GND pin

VCC pin -> 3.3V pin

SCL pin -> D4 pin

SDA pin -> D5 pin

Code

Donwnload the code.

Edit your WIFI credentials (SSID and password).

Edit your Instagram username.

Optional:

Edit NTP_OFFSET to match your timezone.

Upload the code.