You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/door_lock_app_arch.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
:local:
8
8
:depth: 2
9
9
10
-
The |APP_NAME| runs on the Nordic Semiconductor's :ref:`supported SoCs <hw_requirements>` and utilizes the Aliro stack for access protocol and communication with user device over Near Field Communication (NFC) or Bluetooth® LE.
10
+
The |APP_NAME| runs on the Nordic Semiconductor's :ref:`supported SoCs <hw_requirements>` and utilizes the Aliro stack for access protocol and communication with a User Device over Near Field Communication (NFC) or Bluetooth® LE.
11
11
See the following diagram for an architecture overview:
12
12
13
13
.. _arch_overview:
@@ -20,7 +20,7 @@ See the following diagram for an architecture overview:
20
20
21
21
The |APP_NAME| is build using the :ref:`nRF Connect SDK <sdk_set_up>`, which includes the Zephyr RTOS with all necessary modules.
22
22
23
-
The Aliro stack implements the Access Protocol logic, Aliro-specific cryptographic primitives, and communication with the user device.
23
+
The Aliro stack implements the Access Protocol logic, Aliro-specific cryptographic primitives, and communication with the User Device.
24
24
The interfaces layer is a bridge connecting the Aliro stack to the Zephyr OS modules through specific backends that implement the following components required by the Aliro: crypto, NFC and, ultra wideband (UWB).
25
25
This layer additionally allows to utilize other, custom backends for the crypto, NFC and UWB components by implementing the provided API.
26
26
By default, the |APP_NAME| uses backends shown in the :ref:`architecture overview <arch_overview>`.
Copy file name to clipboardExpand all lines: docs/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Aliro is the new industry-standard access control and communication protocol, of
10
10
11
11
Aliro features several key features that distinguish it from existing access protocols:
12
12
13
-
* Interoperability and compatibility - Ensures seamless interaction between access readers, such as electronic locks and access control readers, and user devices like smartphone and wearables.
13
+
* Interoperability and compatibility - Ensures seamless interaction between access readers, such as electronic locks and access control readers, and User Devices like a smartphone and wearables.
14
14
The standardized solution allows manufacturer-independent devices and readers to work together without compromising security.
15
15
* Flexibility - Does not dictate how your digital door lock or access control reader connects to the rest of your ecosystem.
16
16
* Protocol support - Supports various transport protocols, including mandatory Near Field Communication (NFC), Bluetooth® LE or Bluetooth LE with Ultra-Wideband (UWB).
Copy file name to clipboardExpand all lines: docs/known_issues.rst
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,13 @@ AL-335: Watchdog expires for an NFC session upon test execution
46
46
When executing the RD-NFC-STDTXN-2.0 test, the ``Watchdog expired for NFC session`` event occasionally occurs.
47
47
This issue is caused by missing AUTH1 response from the test harness, despite logs indicating that the AUTH1 response was sent.
48
48
49
-
AL-239: Occasional timeout occurs in the reader when executing the RD-NFC-STDTXN-2.0 test from the test harness
50
-
When executing the RD-NFC-STDTXN-2.0 test case, the reader might report an RX timeout error code in the serial console.
49
+
AL-239: Occasional timeout occurs in the Reader when executing the RD-NFC-STDTXN-2.0 test from the test harness
50
+
When executing the RD-NFC-STDTXN-2.0 test case, the Reader might report an RX timeout error code in the serial console.
51
51
For more details, see `Test Harness issue #191`_.
52
52
53
53
AL-282: An undefined access decision occurs when executing the RD-NFC-STDTXN-2.0 test harness case in a loop
54
-
When executing the RD-NFC-STDTXN-2.0 test case multiple times in a row (with valid credentials provisioned), the reader might not report the access decision.
55
-
As a result, the ``ACCESS GRANTED`` or ``ACCESS DENIED`` logs are not displayed in the serial output of the reader under test.
54
+
When executing the RD-NFC-STDTXN-2.0 test case multiple times in a row (with valid credentials provisioned), the Reader might not report the access decision.
55
+
As a result, the ``ACCESS GRANTED`` or ``ACCESS DENIED`` logs are not displayed in the serial output of the Reader under test.
56
56
57
57
AL-148: The RD-NFC-STDTXN-1.0 test case fails when the NFC module ST X-NUCLEO-NFC05A1 is in use
58
58
Testing RD-NFC-STDTXN-1.0 with the NFC module NFC05A1 results in failure.
@@ -61,22 +61,22 @@ AL-148: The RD-NFC-STDTXN-1.0 test case fails when the NFC module ST X-NUCLEO-NF
61
61
**Workaround:** Switch to X-NUCLEO-NFC09A1, a newer, recommended revision of the NFC ST module.
62
62
Attach X-NUCLEO-NFC09A1 shield to the nRF54L15 DK, rebuild the firmware with the ``CONFIG_ST25R200_DRV`` Kconfig option enabled, and re-flash the nRF54L15 DK.
63
63
64
-
AL-159: Cannot provision multiple user devices
65
-
The system allows provisioning of only one user device to the reader device.
64
+
AL-159: Cannot provision multiple User Devices
65
+
The system allows provisioning of only one User Device to the Reader device.
66
66
67
67
AL-161: The RD-NFC-STDTXN-2.0 [X-NUCLEO-NFC08A1] test exhibits a delay in the transaction initiation step
68
68
During the RD-NFC-STDTXN-2.0 test execution, there is a noticeable delay of a few seconds after the transaction initiation step.
69
69
70
70
The |APP_NAME| v0.2.0
71
71
*********************
72
72
73
-
AL-239: Occasional timeout occurs in the reader when executing the RD-NFC-STDTXN-2.0 test from the test harness
74
-
When executing the RD-NFC-STDTXN-2.0 test case, the reader might report an RX timeout error code in the serial console.
73
+
AL-239: Occasional timeout occurs in the Reader when executing the RD-NFC-STDTXN-2.0 test from the test harness
74
+
When executing the RD-NFC-STDTXN-2.0 test case, the Reader might report an RX timeout error code in the serial console.
75
75
For more details, see `Test Harness issue #191`_.
76
76
77
77
AL-282: An undefined access decision occurs when executing the RD-NFC-STDTXN-2.0 test harness case in a loop
78
-
When executing the RD-NFC-STDTXN-2.0 test case multiple times in a row (with valid credentials provisioned), the reader might not report the access decision.
79
-
As a result, the ``ACCESS GRANTED`` or ``ACCESS DENIED`` logs are not displayed in the serial output of the reader under test.
78
+
When executing the RD-NFC-STDTXN-2.0 test case multiple times in a row (with valid credentials provisioned), the Reader might not report the access decision.
79
+
As a result, the ``ACCESS GRANTED`` or ``ACCESS DENIED`` logs are not displayed in the serial output of the Reader under test.
80
80
81
81
AL-148: The RD-NFC-STDTXN-1.0 test case fails when the NFC module ST X-NUCLEO-NFC05A1 is in use
82
82
Testing RD-NFC-STDTXN-1.0 with the NFC module NFC05A1 results in failure.
@@ -86,11 +86,11 @@ AL-148: The RD-NFC-STDTXN-1.0 test case fails when the NFC module ST X-NUCLEO-NF
86
86
Attach the X-NUCLEO-NFC09A1 shield to the supported Nordic development kit, rebuild the firmware with the ``CONFIG_ST25R200_DRV`` Kconfig option enabled, and reflash the DK.
87
87
88
88
AL-158: Access control is insufficient due to relying only on signature verification
89
-
The reader device does not have the capability to configure additional access rules.
89
+
The Reader device does not have the capability to configure additional access rules.
90
90
Access Manager is not implemented.
91
91
92
-
AL-159: Cannot provision multiple user devices
93
-
The system allows provisioning of only one user device to the reader device.
92
+
AL-159: Cannot provision multiple User Devices
93
+
The system allows provisioning of only one User Device to the Reader device.
94
94
95
95
AL-161: The RD-NFC-STDTXN-2.0 [X-NUCLEO-NFC08A1] test exhibits a delay in the transaction initiation step
96
96
During the RD-NFC-STDTXN-2.0 test execution, there is a noticeable delay of a few seconds after the transaction initiation step.
@@ -109,11 +109,11 @@ AL-148: The RD-NFC-STDTXN-1.0 test case fails when the NFC module ST X-NUCLEO-NF
109
109
Attach X-NUCLEO-NFC09A1 shield to the nRF54L15 DK, rebuild the firmware with the ``CONFIG_ST25R200_DRV`` Kconfig option enabled, and re-flash the nRF54L15 DK.
110
110
111
111
AL-158: Access control is insufficient due to relying only on signature verification
112
-
The reader device does not have the capability to configure additional access rules.
112
+
The Reader device does not have the capability to configure additional access rules.
113
113
Access Manager is not implemented.
114
114
115
-
AL-159: Cannot provision multiple user devices
116
-
The system allows provisioning of only one user device to the reader device.
115
+
AL-159: Cannot provision multiple User Devices
116
+
The system allows provisioning of only one User Device to the Reader device.
117
117
118
118
AL-161: The RD-NFC-STDTXN-2.0 [X-NUCLEO-NFC08A1] test exhibits a delay in the transaction initiation step
119
119
During the RD-NFC-STDTXN-2.0 test execution, there is a noticeable delay of a few seconds after the transaction initiation step.
* ST Microelectronics R/F Abstraction Layer driver with Zephyr Platform Abstraction Layer integration.
77
77
* |APP_NAME| that leverages Aliro stack and supports CLI-based provisioning of the Access Credential public key, the reader's group identifier, and the group sub-identifier.
0 commit comments