Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Feature Requests
  3. WS2812 Neopixel

WS2812 Neopixel

Scheduled Pinned Locked Moved Feature Requests
3 Posts 2 Posters 2.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • MiKaM Offline
    MiKaM Offline
    MiKa
    wrote on last edited by
    #1

    Please add base LED indication (RX.TX,ERR) via nepoxiel WS2812 via single pin of CPU

    scalzS 1 Reply Last reply
    0
    • MiKaM MiKa

      Please add base LED indication (RX.TX,ERR) via nepoxiel WS2812 via single pin of CPU

      scalzS Offline
      scalzS Offline
      scalz
      Hardware Contributor
      wrote on last edited by scalz
      #2

      @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.

      1 Reply Last reply
      1
      • MiKaM Offline
        MiKaM Offline
        MiKa
        wrote on last edited by
        #3

        Thanks, I will try
        MiKa

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        16

        Online

        11.7k

        Users

        11.2k

        Topics

        113.1k

        Posts


        Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • MySensors
        • OpenHardware.io
        • Categories
        • Recent
        • Tags
        • Popular