Main Content

Illuminate Me

This application enables the Adafruit Feather Huzzah or any ESP8266 chip to receive messages from an IoT-Hub that will light up a Neopixel ring or jewel when a tweet is made. This project uses a Logic App to watch for a new tweet based on dynamic search terms. Upon triggering, a message containing the tweet content is sent to a Function app function which then send a messageto the device through an IoT Hub. The device will then send a reply back to the IoT Hub to, usually to inform the resource that the message was received and can be removed from the queue. The great thing about using a Logic App is that is has so many different connectors. So, if desired, the Logic App can be triggered when a new Facebook post occurs, when a new OneDrive document is uploaded, when a Wunderlist task reminder occurs, on a reoccuring timer, or when one of the many other options for triggers happens.”

Link to article