/youtubeSubscriberCountDisplay

Simple YouTube subscriber count display using ESP8266 and MAX7219 7 segment display

Primary LanguageC++

YouTube subcriber count Display using ESP8266 and MAX7219 7-segment display module

Description

This is a real simple YouTube Subscriber Display. You just need two things:

  • ESP8266 - I recommend using the Wemos D1 mini module
  • MAX7219 7-segment module

almost no soldering needed! (You just need to solder the pinheader on the pcb)

Hardware

Connect the display and the ESP with jumper wires:

ESP generic Wemos D1 Mini Display Module
5V 5V VCC
GND G GND
GPIO13 (MOSI) D7 DIN
GPIO16 D0 CS
GPIO14 (SCK) D5 CLK

as you can see on the pictures below: photo_2017-07-12_00-23-33 photo_2017-07-12_00-21-03

Software

const String CHANNEL = "johnDoe";
const String APIKEY = "ABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890AB";

Now you can upload the firmware to the ESP. After uploading you should see a new Wifi (without a password). Connect to it and enter your Wifi password on the captive portal (see the github page of the WiFiManager for more info). The ESP connects now to your Wifi and after a few seconds the subscriber count should appear on the display.