<?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>Does nrf mesh let you set the CID of a node?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55193/does-nrf-mesh-let-you-set-the-cid-of-a-node</link><description>After provisioning a node, I see that the Company field is displayed as &amp;quot;Ericsson Technology Licensing&amp;quot;, indicating that the CID field on Composition Data Page 0 equals 0x0000 as indicated here: https://www.bluetooth.com/specifications/assigned-numbers</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Dec 2019 10:13:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55193/does-nrf-mesh-let-you-set-the-cid-of-a-node" /><item><title>RE: Does nrf mesh let you set the CID of a node?</title><link>https://devzone.nordicsemi.com/thread/223827?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 10:13:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe9c1f3d-af58-4d1d-a388-ef64b9aec959</guid><dc:creator>bluetooth_mdw</dc:creator><description>&lt;p&gt;Hi Joakim&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using Zephyr rather than the Nordic SDK. So it seems I have to set the CID in my source code rather than configure it using a mesh config client like nRF Mesh. You&amp;#39;ve answered my question :-)&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Martin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does nrf mesh let you set the CID of a node?</title><link>https://devzone.nordicsemi.com/thread/223614?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2019 13:35:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84481fe0-60ef-4560-ae82-a374efc03e04</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I just tested this using the light switch example in the nRF5 SDK for Mesh v.3.2.0, but the CID seems to be 0x0059 (Nordic Semiconductor) after provisioning.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you add some more information about your process in order for me to reproduce?&lt;/p&gt;
&lt;p&gt;Which version of the Mesh SDK and which example are you using?&lt;/p&gt;
&lt;p&gt;However, you can&amp;#39;t change the CID in the nRF Mesh app. This is defined in the source code.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Using the Light switch server (Mesh SDK v.3.2.0) as an example:&amp;nbsp;&lt;br /&gt;In nrf_mesh_config_app.h, line: 56:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;/** Device company identifier. */&lt;br /&gt;#define DEVICE_COMPANY_ID (ACCESS_COMPANY_ID_NORDIC)&lt;/p&gt;
&lt;p&gt;In access.h, line: 76:&lt;/p&gt;
&lt;p&gt;/** Company ID value for Nordic Semiconductor. */&lt;br /&gt;#define ACCESS_COMPANY_ID_NORDIC (0x0059)&lt;/p&gt;
&lt;p&gt;So the Company ID should be set to match Nordic Semiconductors CID.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>