Color Torch
7-color LED device built using a Feather HUZZAH (esp8266) and controlled by AWS IoT.
The IoT Thing is the physical hardware that uses a particular board, a RGB LED, and a button. It reads the state from AWS IoT and changes its local state to match, turning on/off the LED and setting a specific color. It also reports the current state back up to AWS IoT.
Build Instructions
- Assemble the components according to the breadboard diagram.
- Install Mongoose-OS and mos locally.
- Run mos build.
- Run mos flash --platform esp8266.