IoT Cloud | Assignments
IoT Cloud Infrastructure – Assignments
In Emertxe each one of our Assignments will ensure you apply the concept you have leant in your classroom. By solving these assignments, you will go through a systematic problem-solving approach which include requirement understanding, algorithm design, pseudocode creation, dry run and final execution. As you move from simple to more complex assignments of each module it will slowly start building your self-confidence.
Assignments
Description:
Assume you have gateway, write a python script to publish a string to AWS IoT cloud solution Core.
Objective:
To use and understand the AWS IoT Python SDK
Requirements:
Publish a string to AWS IoT core, you may use Test function from IoT core to see the output
Description:
Assume you have gateway, write a python script to subscribe a string from AWS IoT cloud solution Core.
Objective:
To use and understand the AWS IoT Python SDK.
Requirements:
Subscribe a topic from AWS IoT core, you may use Test function to publish to gateway
Description:
Assume you have gateway, write a python code which integrates both Assignment 1 and 2 in single application
Objective:
To use and understand the AWS IoT cloud solution Python SDK
Requirements:
Write an python script which supports both publish and subscribe different topics using AWS IoT core, you may use Test function to publish to gateway
Description:
Node-Red Flow to subscribe from AWS IoT cloud solution Core.
Objective:
To use and understand Node-Red interface
Requirements:
Subscribe a topic from AWS IoT core, you may use Test function to publish to gateway
Description:
Implement a simple calculator program
Objective:
To understand the AWS IoT cloud solution trigger
Requirements:
- Implement a lambda function which would accept data from IoT Trigger. The input should be in form of JSON format.
- It should have 2 integer numbers and an operator.
- The result should be publish back to the mqtt client
Description:
Rest API to subscribe from AWS IoT cloud solution Core using postman
Objective:
To use and understand postman interface
Requirements:
Subscribe a topic from AWS IoT core by creating a REST API interface