aws_iot and mqtt support

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

when I search for this I see several links in the forum, but am not sure which one I should follow i.e where can I get the latest set of directions.

I am using SDK 3.3.1 on MacOSX and have a BCM943341WCD1_EVB board.

I am going through the getting started guide

Verify MQTT Subscribe and Publish - AWS IoT for aws_iot

and want to run the following (equivalent) command on the eval board:

mosquitto_sub --cafile "path-to-cert\rootCA.pem" --cert "path-to-cert\cert.pem" --key "path-to-cert\privateKey.pem" -h "your-aws-account-specific-iot-endpoint" -p 8883 -q 1 -d -t "topic/test" -i "clientid1"

Sajid

0 Likes
1 Reply
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

You will most likely need to move to a newer version of the SDK as AWS was introduced with this version:WICED SDK supporting Amazon Web Services 3.4.0-AWS

Version 6.2.1 is the current version.

The most recent AWS document is here I believe: Creating an AWS WICED IoT solution 

The applications team may know of a more recent one.

0 Likes