Michael Miller

Results 234 comments of Michael Miller

https://github.com/Makuna/NeoPixelBus/releases/tag/2.7.2

@alexgubanow Best practices for debugging wonky NeoPixelBus issues. Have a logic analyzer to attach to the output so you examine the signal directly. But most people wont have one, so......

We ran into this https://github.com/Makuna/NeoPixelBus/issues/622, otherwise seems to be working.

https://github.com/Makuna/NeoPixelBus/releases/tag/2.7.2

its considered bad form to post to a closed issue. You should use discussions first to start the conversation. I created a discussion for you [here](https://github.com/Makuna/NeoPixelBus/discussions/698)

@CHARACODES : It is considered bad form to post to a closed issue. Especially when its completely unrelated to this repo. You ask questions in the discussion area.

Note that the DMA method was updated earlier this year to improve overall bit rate as it was running slightly fast causing some chips to not work well. Not sure...

@tkerby Did you try the latest version and see if it is fixed. We found that the timing was a little fast and some LEDs at or around 80-90 into...

I am unsure what version of WLED you are using and what version of my library that version of WLED is using. This won't guarantee it will work though. Unfortunately,...

https://github.com/Makuna/NeoPixelBus/pull/725 This adds the following methods... NeoEsp32Rmt0Gs1903Method NeoEsp32Rmt1Gs1903Method NeoEsp32Rmt2Gs1903Method NeoEsp32Rmt3Gs1903Method NeoEsp32Rmt4Gs1903Method NeoEsp32Rmt5Gs1903Method NeoEsp32Rmt6Gs1903Method NeoEsp32Rmt7Gs1903Method NeoEsp32RmtNGs1903Method NeoGs1903Method // used when RMT is default, not by default on ESP32, but is on...