Hi ![]()
I am new to arduino, and am attempting to use it to enhance my final university product design project.
I am attempting to create a timer in which two daisy-chained neopixel rings (24 and 16 pixels (40 in total)) light up, before the individual pixels turn off around the rings (from the outside in) until all leds are off. The leds turning off would be dictated by the time set - e.g. if it was 40 seconds then one led would turn off every second (the rate at which they turn off would depend on the time allocated - if that makes sense).
I have read and watched a heap of tutorials, but most refer to how to sequentially turn leds on rather than off.
I am using an arduino uno and have downloaded the neopixel library - I have set up the 'Simple' example within that library and that works fine, but I just don't know how to adjust that code so that it suits what I want (whatever changes I try to make are unsuccessful).
Any help or advice that could possibly point me in the right direction would be much appreciated.