Process
- Program my Neopixel Ring to display a cool white by default.
- Add a Particle Cloud function and use it to change the color to red immediately. Test this with the Particle Console.
- Program my Neopixel to fade to red over 1 minute using
millis()
. - After the initial transition, now program my Neopixel to fade from red back to white over 1 minute using
millis()
- With those working as quick transitions, test it working over 15 minutes
- Hook it up to IFTTT.
I finished the code with the help of TA. He helped me debugged the indentation of the code, which affects the action sequences.
Content Rating
Is this a good/useful/informative piece of content to include in the project? Have your say!
You must login before you can post a comment. .