It is a simple temperature monitoring system in which the temperature is measured using the internal temperature of the AWS IOT EduKit. the temperature data is then sent along with the current time stamp to the AWS cloud through AWS IOT Core.
Then the data is stored in AWS DynamoDB and then using AWS Lambda, the temperature is monitored every 5 seconds ftom AWS DynamoDB.
If the temperature is more than 45 C, then a warning email is sent to a registered email ID informing that the temperature is rising.
If the temperature is less than 30 C, then a warning email with message that the temperature is too low is send to the email ID.
The emails are sent using AWS SNS services.
Output
Comments