Skip to content

Commit 18be160

Browse files
committed
index: Add Door Lock and Access Control Add-on
- Added ncs-door-lock-and-access-control Add-on in the nrfconnect.json file Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
1 parent c2cb8b8 commit 18be160

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

index/nrfconnect.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,25 @@
280280
"sdk": "v3.2.0"
281281
}
282282
]
283+
},
284+
{
285+
"name": "ncs-door-lock-and-access-control",
286+
"repo": "https://github.com/nrfconnect/ncs-door-lock-and-access-control",
287+
"title": "Door Lock and Access Control",
288+
"description": "The nRF Door Lock and Access Control Add-on for the nRF Connect SDK provides a complete reference for building Aliro- and Matter-compatible locks and access control readers for both residential and commercial applications. The reference integrates multiple wireless technologies, including Bluetooth Low Energy (BLE), Ultra-Wideband (UWB), NFC, Thread, and Wi-Fi. This allows developers to choose the appropriate technology for their specific use case.",
289+
"kind": "template",
290+
"tags": ["door-lock", "access-control", "aliro", "matter", "connectivity"],
291+
"apps": "app",
292+
"avatar": "https://avatars.githubusercontent.com/u/40860733?s=200&v=4",
293+
"docsUrl": "https://docs.nordicsemi.com/bundle/door_lock_and_access_control_1.0.0/page/index.html",
294+
"releases": [
295+
{
296+
"tag": "v1.0.0",
297+
"name": "Door Lock and Access Control v1.0.0",
298+
"date": "2026-02-25T00:00:00Z",
299+
"sdk": "v3.2.0"
300+
}
301+
]
283302
}
284303
]
285304
}

resources/schema.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@
9595
"ble",
9696
"blecon",
9797
"connectivity",
98-
"edge-ai"
98+
"edge-ai",
99+
"door-lock",
100+
"access-control",
101+
"aliro"
99102
]
100103
},
101104
"description": "An array of tags describing the application."

0 commit comments

Comments
 (0)