I’m interested in incorporating the FastLED library into an IOT project wherein I’m using MQTT to trigger a Neopixel Ring whenever it receives a signal from my Sleep Cycle Alarm on Android. Details are explained in the linked blog post. Can anybody suggest any resources regarding the FastLED library with MQTT and the Arduino Yun?
http://nodejs-humblehacker.rhcloud.com/smart-medication-alert/
I think I’ll try to take another crack at this project now that I’m a little more familiar with FastLED. Basically, I’m thinking I want to run a relaxing blue animation during the nighttime while also including an alarm animation that can be triggered and stopped via MQTT. I’m thinking the #cheerlights project would be a good place to start?