Back to Parent

Outcome


Outcome

    • Modify the code to light up pixel by pixel then reverse the sequence turning each pixel off one by one
    • Modify the code to light up blue, then red, then green then white in sequence
    • Change the code to only light up only one pixel at a time. With each loop move that pixel one position higher. When it reaches the final pixel, restart the sequence at zero i.e. build a single pixel that will continually cycle
    • Add three Particle.function to set the Red, Green and Blue components. Allow these values to be set from 0-255 and as they are set to change all of the pixels on the LED strip to that color.

Process

Tested NeoPixel in different ways. Including display in different patterns.

Reflection

Controlling NeoPixel is easy. Just need to take care of the pattern that is expected by the task.

Show Advanced Options
Show Advanced Options
Show Advanced Options
Show Advanced Options
Show Advanced Options
Show Advanced Options
Show Advanced Options
Drop files here or click to select

You can upload files of up to 20MB using this form.