<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AccessMGR Credential</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122888/accessmgr-credential</link><description>SoC: mRF54L15, SDK 3.0 
 
 AccessMgr :: Instance (). SetCredential ( credentialIndex , creator , modifier , credentialStatus , credentialType , secret ); 
 
 Looking at the above API, it accepts only kPIN credential Type for secret. We want to store RFID</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Oct 2025 12:31:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122888/accessmgr-credential" /><item><title>RE: AccessMGR Credential</title><link>https://devzone.nordicsemi.com/thread/550480?ContentTypeID=1</link><pubDate>Thu, 02 Oct 2025 12:31:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f1882fc-fed4-4810-b8d8-ee5bb9fd841d</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The difference in memory when including RFID should be minimal.&lt;/p&gt;
&lt;p&gt;The reason you get an error when trying to use fingerprint without RFID is because this has not been instantiated as a template variant:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;/* Explicitly instantiate supported template variants to avoid linker errors. */
template class AccessManager&amp;lt;DoorLockData::PIN&amp;gt;;
template class AccessManager&amp;lt;DoorLockData::PIN | DoorLockData::RFID&amp;gt;;
template class AccessManager&amp;lt;DoorLockData::PIN | DoorLockData::RFID | DoorLockData::FINGER&amp;gt;;
template class AccessManager&amp;lt;DoorLockData::PIN | DoorLockData::RFID | DoorLockData::FINGER | DoorLockData::VEIN&amp;gt;;
template class AccessManager&amp;lt;DoorLockData::PIN | DoorLockData::RFID | DoorLockData::FINGER | DoorLockData::VEIN |
			     DoorLockData::FACE&amp;gt;;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You can try adding it as a template variant:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;template class AccessManager&amp;lt;DoorLockData::PIN | DoorLockData::FINGER&amp;gt;;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This needs to be added to&amp;nbsp;access_manager_credentials.cpp,&amp;nbsp;access_manager_schedules.cpp,&amp;nbsp;access_manager_users.cpp, and&amp;nbsp;access_manager.cpp.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AccessMGR Credential</title><link>https://devzone.nordicsemi.com/thread/550395?ContentTypeID=1</link><pubDate>Wed, 01 Oct 2025 16:25:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:923aa591-6ecc-4657-bb7c-3ff4ce954b1d</guid><dc:creator>SubuMuthu</dc:creator><description>&lt;p&gt;we have product variation - a product with RFID and another one with Finger print (w/o RFID). So for finger print, it works only if we set the below:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;AccessMgr&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;AccessManager&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;DoorLockData&lt;/span&gt;&lt;span&gt;::&lt;/span&gt;&lt;span&gt;PIN&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;|&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;DoorLockData&lt;/span&gt;&lt;span&gt;::&lt;/span&gt;&lt;span&gt;RFID&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;|&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;DoorLockData&lt;/span&gt;&lt;span&gt;::&lt;/span&gt;&lt;span&gt;FINGER&amp;gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Please clarify by including RFID, it will not take up more memory.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AccessMGR Credential</title><link>https://devzone.nordicsemi.com/thread/542444?ContentTypeID=1</link><pubDate>Mon, 14 Jul 2025 21:03:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15cc1160-dbdf-4af8-a2d5-13a7ee8214b9</guid><dc:creator>SubuMuthu</dc:creator><description>&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AccessMGR Credential</title><link>https://devzone.nordicsemi.com/thread/542299?ContentTypeID=1</link><pubDate>Sat, 12 Jul 2025 08:44:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93582da7-6793-4f13-a104-a8654345e203</guid><dc:creator>MichelleHuel</dc:creator><description>[deleted]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AccessMGR Credential</title><link>https://devzone.nordicsemi.com/thread/542228?ContentTypeID=1</link><pubDate>Fri, 11 Jul 2025 11:23:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3007ac9-0893-47fd-868e-95e4852889b1</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Subu,&lt;/p&gt;
&lt;p&gt;Have you added RFID to the AccessMgr bitmask? &lt;br /&gt;I assume you are using the lock sample. If that is the case, please try changing &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v3.0.2/samples/matter/lock/src/bolt_lock_manager.h#L21"&gt;this line&lt;/a&gt; in bolt_lock_manager.h:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;using AccessMgr = AccessManager&amp;lt;DoorLockData::PIN&amp;gt;;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;to this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;using AccessMgr = AccessManager&amp;lt;DoorLockData::PIN | DoorLockData::RFID&amp;gt;;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This should make the AccessManager support both PIN and RFID credentials, and allow you to use SetCredential() with kRFID.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>