Skip to main content
Arduino

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Draft saved
Draft discarded
Cancel
3
  • You could use APA102 led strips, they use an "spi-like" protocol (see datasheet) which is much less time-restrictive. Using the right parts is IMHO a better solution than adding more parts to get something working. Commented Nov 7, 2016 at 17:54
  • Plus, NeoPixel's timing constraints are so bad that you can't even generate the pixels on the go. You need to put the whole strip in memory, before writing it. The APA102 led strips can be "streamed", pixel by pixel. So you can "calculate-send, calculate-send, calculate-send" to theoretically drive limitless strips witouth using limitless memory ;) Commented Nov 7, 2016 at 17:57
  • @Paul wrote: "NeoPixel's timing constraints are so bad that you can't even generate the pixels on the go". No, they aren't so bad. See: NeoPixels Revealed: How to (not need to) generate precisely timed signals. Commented Nov 7, 2016 at 19:06

AltStyle によって変換されたページ (->オリジナル) /