MeshyMcLighting: NeoPixels Lighting Solution Using Mesh Network
📺 Watch the Video View on YouTube --- Wouldn't be cool for many McLighting (RGB LED lighting using NeoPixels) to talk to each other and synchronize?...
📺 Watch the Video View on YouTube --- Wouldn't be cool for many McLighting (RGB LED lighting using NeoPixels) to talk to each other and synchronize?...
Wouldn't be cool for many McLighting (RGB LED lighting using NeoPixels) to talk to each other and synchronize? Here is my naive attempt at this, which requires McLighting to be served as stand-alone web-client.
Wouldn't be cool for many McLighting to talk to each other and synchronize? Here is my naive attempt at this, which requires McLighting to be served as stand-alone webclient.
For stability reasons, compile both SERVER and CLIENTS on IwIP variant 1.4 Higher Bandwidth
SERVER (Connects to outside world: WiFi/MQTT/HA)
definitions.h
CLIENTS (Connects to Server)
#define STATION_WIFI_CHANNEL wifi_channel_from_previous_step
in definitions.h
in clientsIn Arduino, Goto Sketch -> Include Library -> Add .ZIP Library... and point to the zip file downloaded.
In definitions.h: #define USE_WS2812FX
See changes needed with WS2818FX
or
In definitions.h: #define USE_NEOANIMATIONFX