WS2812 Neopixel
-
Please add base LED indication (RX.TX,ERR) via nepoxiel WS2812 via single pin of CPU
-
@MiKa
that would need to add a neopixel like library to MySensors or adding "some" custom code. Not in the top of the todolist imho.Like @Yveaux mentioned, you can do something like that (just add in your sketch):
void indication( const indication_t ind ) { switch (ind) { case INDICATION_GW_TX: // Add you neopixel code here break; case INDICATION_GW_RX: // Add you neopixel code here break; case INDICATION_ERR_TX: // Add you neopixel code here break; case INDICATION_ERR_INIT_TRANSPORT: // Add you neopixel code here break; case INDICATION_TX: // Add you neopixel code here break; case INDICATION_RX: // Add you neopixel code here break; default: break; }; }
Hope this helps.
-
Thanks, I will try
MiKa
3 out of 3
Suggested Topics
-
Controlling Blinds.com RF Dooya Motors with Arduino and Vera
My Project • 24 Mar 2014, 13:27 • petewill 12 Aug 2023, 16:39 -
ESP32 with builtin Ethernet as Gateway - f.e. WT32-ETH01
Feature Requests • 15 Mar 2023, 15:01 • gryzli133 15 Mar 2023, 21:25 -
is there a solution for a relay with button that also works offline?
Feature Requests • 31 Mar 2023, 16:04 • Branther 4 Apr 2023, 11:37 -
Raspberry MQTT GW over TLS with rfm69
Feature Requests • 14 Sept 2022, 15:11 • Tico 16 Sept 2022, 07:23 -
"ZHNetwork" a esp-now based mesh network for ESP8266/ESP32 hardware
Feature Requests • 17 Mar 2023, 07:25 • graffiti 17 Mar 2023, 07:25 -
debug serial gateway (homeassistant raspberry py 4)
Feature Requests • 2 May 2023, 09:01 • Branther 8 Jun 2023, 12:38