Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Amazon Sidewalk #74

Merged
merged 1 commit into from
Mar 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions index/nrfconnect.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
"name": "nRF Connect",
"description": "Official nRF Connect SDK applications",
"apps": [
{
"name": "sdk-sidewalk",
"title": "Amzon Sidewalk Add-on",
"description": "Amazon Sidewalk is a shared network designed to provide a stable and reliable connection at your home and outside of it. Is is based on two variants, one using Bluetooth® LE (more suited for home applications) and the other one using sub-GHz with the Semtech radio transceiver (for applications requiring longer range).",
"kind": "template",
"tags": ["sidewalk", "connectivity"],
"apps": "samples/*",
"license": "Other",
"releases": [
{
"name": "Amazon Sidewalk add-on v0.1.0",
"tag": "v0.1.0",
"date": "2025-03-12T15:45:00Z",
"sdk": "10dd3ddbf2560aba2da99a2dc2536b177a1498d7"
}
],
"defaultBranch": "main",
"docsUrl": "https://docs.nordicsemi.com/bundle/sidewalk_latest/page/index.html"
},
{
"name": "ncs-zigbee",
"title": "Zigbee R23",
Expand Down