Skip to content

Amazon FreeRTOS hands-on workshop at the Domain Tech Summit 2019

License

Notifications You must be signed in to change notification settings

yona75/dts2019-workshop

Repository files navigation

Building Amazon FreeRTOS firmware for Domain Tech Summit Workshop

This repository contains Amazon FreeRTOS code that pushes sensor data to the shadow and also controls WS2812 addressable LEDs on the board according to the desired shadow configuration.

In order to compile the code in the Cloud9 environment please execute following sections:

Shadow structure is following:

{
    "sensors": {
        "temperature": 34.1,
	"pressure": 928.0,
	"humidity": 43.4,
	"illuminance": 530.1        
	},
    "buttons": {
    	"button1": 0,
    	"button2": 1,
    	"button3": 0,
    	"button4": 0
    },
    "leds": [
    	{
    		"red": 15,
    		"green": 0,
    		"blue": 0
    	},
    	{
    		"red": 0,
    		"green": 15,
    		"blue": 0
    	},
    	{
    		"red": 0,
    		"green": 0,
    		"blue": 15
    	},
    	{
    		"red": 15,
    		"green": 15,
    		"blue": 0
    	},
    	{
    		"red": 0,
    		"green": 15,
    		"blue": 15
    	}
    ]
    }
}

About

Amazon FreeRTOS hands-on workshop at the Domain Tech Summit 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published