Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
/ oled-led-matrix Public archive

Code to control ESP8266 with 64x48 OLED and 8x8 LED matrix displays through MQTT (WIP)

Notifications You must be signed in to change notification settings

ristomatti/oled-led-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oled-led-matrix

Code to control ESP8266 with 64x48 OLED and 8x8 LED matrix displays through MQTT.

Configuration

Template: src/config.h

const char *wifiSsid = "";
const char *wifiPassword = "";

const char *mqttHost = "";
const char *mqttUser = "";
const char *mqttPassword = "";

const char *statusTopic = "esp8266/status";
const char *ledTopic = "esp8266/led/set";
const char *oledTopic = "esp266/oled/set";

About

Code to control ESP8266 with 64x48 OLED and 8x8 LED matrix displays through MQTT (WIP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published