Back to Parent

Outcome


Outcome

    • Ambient orb: The Neopixel will be triggered and light up in white 15 minutes before the event on Google Calendar starts. It will gradually turn red and blink when there is only 1 minute left. Video

Screen shot 2022 11 16 at 9.23.21 pm.thumb
Show Advanced Options
Show Advanced Options

Process

I was trying to make the Neopixel off once the countdown for the event completes. In order to do that, I set else if ( ((durationOfFade - timeElapsed) > 0) && ((durationOfFade - timeElapsed) < 1000*10)) to indicate when to blink and when to stop from blinking so I can turn the Neopixel off by adding the next line of code. Yet, the code didn't function well and I couldn't stop it from blinking. 

Show Advanced Options
Drop files here or click to select

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