https://github.com/joeybab3/live-subscriber-counter
A live youtube subscriber counter for the ESP8266 or ESP32, and 2 MAX7219 displays.
https://github.com/joeybab3/live-subscriber-counter
arduino esp8266 json youtube
Last synced: 12 months ago
JSON representation
A live youtube subscriber counter for the ESP8266 or ESP32, and 2 MAX7219 displays.
- Host: GitHub
- URL: https://github.com/joeybab3/live-subscriber-counter
- Owner: joeybab3
- Created: 2017-08-08T23:42:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T18:44:59.000Z (almost 7 years ago)
- Last Synced: 2025-04-08T10:50:19.724Z (about 1 year ago)
- Topics: arduino, esp8266, json, youtube
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Live-Subscriber-Counter-ESP8266
A live YouTube subscriber counter for the ESP8266 or ESP32, and 2 MAX7219 displays.
This requires Brian Lough's 'YoutubeAPI' Library, the ArduinoJSON Library, and libraries for the sketch you're using, either max7219 or m5stack.
More Info Here: https://joeybabcock.me/blog/projects/arduino-esp8266-live-subscriber-display/
ESP8266 Pins:
|LED Matrix | ESP8266 |
|-----------|-----------------------------|
|VCC | +3.3V |
|GND | GND |
|DIN |D7 |
|CS |D4 |
|CLK |D5 |