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.5k 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

    S 1 Reply Last reply
    0
    • MiKaM MiKa

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

      S Offline
      S 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

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        16

        Online

        12.0k

        Users

        11.2k

        Topics

        113.4k

        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