Skip to content

Conversation

@rauthsuj
Copy link

Description

  • Added Quick connect V2 demo to publish temperature values to AWS IoT core
  • Added a Getting started with Quick connect guide
  • Changes in Kconfig.projbuild file to disable other demos when quick connect demo is enabled

Test Steps

Follow the GettingStartedWithQuickConnectGuide.md in main/demo_tasks/quickconnect_v2_demo

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@kstribrnAmzn kstribrnAmzn self-assigned this Oct 14, 2025

### 2.1 Get credentials from Quick Connect V2

To get credentials for your device (Thing), visit [Quick Connect Credentials](https://quickconnect.freertos.aws.com/credentials) page and enter a desired device name (Thing Name) in the `Vend Credentials` section, and click the Vend button. Download both the `.crt` and `.key` files. These are your **PEM-encoded device certificate** and **PEM-encoded private key**. (An explanation of these entities is given in the [AWS IoT Core Setup Guide](AWSSetup.md).)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The AWSSetup.md link needs to be updated to account for the directory hierarchy.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will fix the link verifier check

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIxed it

@kstribrnAmzn
Copy link
Member

You'll likely need to correct formatting but that can be done later. The only thing remaining is to figure out why the builds are failing.


To get credentials for your device (Thing), visit [Quick Connect Credentials](https://quickconnect.freertos.aws.com/credentials) page and enter a desired device name (Thing Name) in the `Vend Credentials` section, and click the Vend button. Download both the `.crt` and `.key` files. These are your **PEM-encoded device certificate** and **PEM-encoded private key**. (An explanation of these entities is given in the [AWS IoT Core Setup Guide](../../../AWSSetup.md).)

### 2.2 Configure the project with the AWS IoT Thing Name and AWS device Endpoint

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also mention enabling the quick connect v2 demo?

@rauthsuj rauthsuj marked this pull request as draft October 23, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants