The AWS-IoT-Arduino-Yún-SDK allows developers to connect their Arduino Yún compatible Board to AWS IoT. By connecting the device to the AWS IoT, users can securely work with the message broker, rules and the Thing Shadow provided by AWS IoT and with other AWS services like AWS Lambda, Amazon Kinesis, Amazon S3, etc. The AWS-IoT-Arduino-Yún-SDK consists of two parts, which take use of the resources of the two chips on Arduino Yún, one for native Arduino IDE API access and the other for functionality and connections to the AWS IoT built on top of AWS IoT Device SDK for Python. The AWS-IoT-Arduino-Yún-SDK provides APIs to let users publish messages to AWS IoT and subscribe to MQTT topics to receive messages transmitted by other devices or coming from the broker. This allows to interact with the standard MQTT PubSub functionality of AWS IoT.
Features
- The SDK supports two types of credentials that correspond to the two connection types
- The AWS-IoT-Arduino-Yún-SDK also provides APIs to provide access to thing shadows in AWS IoT
- Create logging function for execution tracking
- Simple Thermostat Simulator
- Set up your Arduino Yún Board
- For other AWS services like AWS Lambda, Amazon Kinesis, Amazon S3, etc.