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

  1. Assemble the components according to the breadboard diagram.
  2. Install Mongoose-OS and mos locally.
  3. Run mos build.
  4. Run mos flash --platform esp8266.