A simple concept of connected clock. Built with Wemos D1 Mini and MAX7219.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
JbLb 20079ff855
right DEBUG function used
5 years ago
box update box 6 years ago
.gitignore Initial commit 8 years ago
LICENSE Initial commit 8 years ago
LibreMetric.ino right DEBUG function used 5 years ago
OTAsetup.cpp add extern file for debug and OTA functions 8 years ago
OTAsetup.h add extern file for debug and OTA functions 8 years ago
README.md Some enhancements of README.md 8 years ago
config.h add extern file for debug and OTA functions 8 years ago
d_helper.cpp add extern file for debug and OTA functions 8 years ago
d_helper.h add extern file for debug and OTA functions 8 years ago

README.md

LibreMetric

A simple concept of connected clock. Built with Wemos D1 Mini and MAX7219.

Usage

Standard usage

Use serial monitor (or your home DHCP server) to know the device's IP. Connect (with a browser) to the device's webpage. (http://<device's IP>

API usage

You can send messages and change brightness via POST or GET using the root of the included webserver TODO : Examples

Credits

Based on https://github.com/G6EJD/ESP8266-Remote-Message-Board Modified for my needs