Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 1.05 KB

README-IOT.md

File metadata and controls

20 lines (12 loc) · 1.05 KB

Summary

This track is about using Amazon IoT, Siemens S7 and Edison board with temperature and humidity sensors.

Intel Edison gateway device

Temperature and humidity measurements are made with Intel Edison with Arduino compatible board for sensors. alt tag

More information about sensors here: Grove kit

IoT solution

GW is running node.js that reads sensor data every 10 seconds and communicates it with MQTT to AWS platform.

In AWS there is implemented IoT service to receive MQTT messages with JSON payload and rules engine rule to save every datapoint to DynamoDB. You can access dynamoDB data with REST inteface using AWS SDK's.

You can test the Amazon IoT Javascript client in JSFiddle. It prints the received values into the browser console:

https://jsfiddle.net/uuugqy9r/1/