0
votes

I am learning the way to use AWS and searching to understand the Difference between AWS IoT Device SDKs and AWS IoT Device Client. Finally, I want to use Raspberry Pi for Telemetry, but which set of tools should I use AWS IoT Device SDKs OR AWS IoT Device Client.

1

1 Answers

1
votes

Since you are working with Raspberry Pi, I would recommend you to use AWS IOT Device sdk. Specifically AWS IOT Device SDK for Python or Nodejs. Further using AWS IOT Device SDK :

  1. Register Thing in AWS IOT Console
  2. Register Certificates and Download them
  3. Copy over Certificates to Raspberry PI
  4. Use Sample Application provided in AWS IOT SDK GitHub and connect to AWS IOT and start publishing messages.

Here is the helpful repo to get you started : https://github.com/aws/aws-iot-device-sdk-python