Environment Monitor and Transmission
OVERVIEW
This project will record the sensors and transmit the data to the Intel IOT cloud It will then be available on a REST api for monitoring and limit checking.
HOW IT WORKS
We are using a node.js application runnning on an Intel Edison board, with sensors from the grove kit. Readings are taken from the sensors every three seconds and sent to the Intel cloud. They may be monitored here to see charts of the data. The Intel cloud then has a REST API which we can use to bring out specific sections of the data. This can then be analysed to check whether the data is changing and going out of acceptable limits.