Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valentintintin/matrix-connected
ESP8266 with led matrix connected to internet
https://github.com/valentintintin/matrix-connected
clock countdown esp8266 ifttt led matrix message timer
Last synced: about 2 hours ago
JSON representation
ESP8266 with led matrix connected to internet
- Host: GitHub
- URL: https://github.com/valentintintin/matrix-connected
- Owner: valentintintin
- Created: 2019-03-02T19:22:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T14:11:10.000Z (3 months ago)
- Last Synced: 2024-08-13T17:11:19.949Z (3 months ago)
- Topics: clock, countdown, esp8266, ifttt, led, matrix, message, timer
- Language: C++
- Homepage:
- Size: 201 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# matrix-connected
Personal project composed of an ESP8266 (NodeMCU) and 16 led matrix (MAX72XX).
His goal is first of all to be a clock. Advanced features are coming along the way.## Features
- 3 Zones
- Connected to internet (mode Access Point when no Wifi set)
- Clock (use NTP)
- Countdown
- Dynamic message (support french accents)
- Notification (RTTTL sound + Led)
- Heart animation on one matrix## Routes available
Every parameters are in query string.
- /message/add?msg=XX
- /countdown/stop and /countdown/start?duration=XX (seconds) or /countdown/start?day=XX&hour=XX&minute=XX&second=XX with optionals: noSongAtTheEnd=1 or name=XXX
- /matrixIntensity?val=[0-15]
- /notify/(song|dong|alert)
- /state?state=(on|off) `enable of disable the system`
- /ram `Get the head free space`
- /ram2 `Get the head fragmentation percentage`
- /uptime `Get the uptime`## Photo
![Photo](.github/photo.jpg "Photo")