9
0
Fork 0
Ir para arquivo
Lomanic 8029e2adf0 WIP Display fade
Functional but meh
2021-07-26 21:55:54 +02:00
README.md Implement initial somewhat naive version 2021-07-25 20:52:23 +02:00
spaceapi-notifier.ino WIP Display fade 2021-07-26 21:55:54 +02:00

README.md

SpaceAPI notifier

Nodemcu v0.9/v3 + MAX7219 LED matrix display project.

Displays configurable message on the display when the (also configurable) SpaceAPI endpoint state is open.

Initial WiFi configuration is done by connecting to the SPACEAPI NOTIFIER access point and going through WifiManager captive portal.

Custom SpaceAPI endpoint to query, displayed message configuration is then done on http://spaceapi-notifier.local/.

All parameters (WiFi and customizations) can be reset by pressing GPIO0 (flash button on Nodemcu) continuously until the LED_BUILTIN blinks. You then have to reconfigure the WiFi and custom settings.

Hardware

Software

Install the Arduino IDE

Needed dependencies (tested with these versions):

  • WiFiManager 0.16.0
  • MD_MAX72XX 3.3.0
  • MD_Parola 3.5.6