Neopixel Experiments in uiflow
-
Just spending a cold day learning UIFLow.
-
Breathing Neopixel version.
-
I have a 7 neopixel jewel and would like to stagger the flash rate.
How do I do this? -
Another test, not quite what I'm after but getting there.
https://www.youtube.com/watch?v=-Q2BMYciB4g&frags=pl%2Cwn -
Modified the remote demo to use neopixels connected to port A instead of the rgb bars.
-
@ajb2k3
Hi, Do you mean that you want to make neopixel flash in equal time intervals? -
@watson quite the opposite, I want each neopixel to start at random times and then glow through the breathing sequance.
I thing that maybe the breathing sequence need to be a separate task. -
@ajb2k3
How about your neopixel breathing project? -
@watson said in Neopixel Experiments in uiflow:
@ajb2k3
How about your neopixel breathing project?That's the base layer code but it only lights the Pixels in a predefined sequence.
Need to find a way to randomize the sequence instead of hard-coding the pattern.