<?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>nRF52832 BLE UUID value incorrect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111725/nrf52832-ble-uuid-value-incorrect</link><description>I don&amp;#39;t know if this is a hardware or a software problem. My nRF52832 code runs correctly on a PCA10040 development board (UUID = E9:4A:AF:04:D2:16). My custom hardware advertises correctly but the UUID is incorrect (C9:7C:A5:8B:19:EB). The 32MHz xtal</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Jun 2024 08:31:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111725/nrf52832-ble-uuid-value-incorrect" /><item><title>RE: nRF52832 BLE UUID value incorrect</title><link>https://devzone.nordicsemi.com/thread/487242?ContentTypeID=1</link><pubDate>Tue, 04 Jun 2024 08:31:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3de55a7-823c-4462-82ce-9745dad65056</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="Metaresearch"]Let me try a different approach, where is the MAC address / UUID stored in the nRF5_sdk_17_1/examples//ble_perpiheral/ ble_app_hrs project?[/quote]
&lt;p&gt;As mentioned:&lt;/p&gt;
[quote user="hkn"]It is to be expected that the MAC address differs from one device to another. By default, the mac address used is loaded from the FICR DEVICEADDR register, which is uniquely generated for each device.[/quote]
&lt;p&gt;More detailed info here:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/2112/how-to-get-6-byte-mac-address-at-nrf51822/9000"&gt;RE: How to get 6 byte mac address at nrf51822&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is written for 51-series devices, but is&amp;nbsp;valid for all nRF5-series devices.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If there&amp;#39;s another 6 byte string/address/ID that you&amp;#39;re changing, please share a screenshot/log or something to let me know what you&amp;#39;re actually trying to change.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="Metaresearch"]Unfortunately changing the load cap to 22pF made no difference, the UUID remains the same as before.[/quote]
&lt;p&gt;The MAC address will only change if the firmware changes it.&lt;/p&gt;
&lt;p&gt;Is the &amp;quot;CL&amp;quot; value 12 pF for your xtal? You must do a calculation based on the formula that I previously posted to ensure that the 32M is loaded properly.&lt;/p&gt;
[quote user="Metaresearch"]&lt;div&gt;The Johanson 2450AT42A100E chip antenna does not require a matching network.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;[/quote]
&lt;p&gt;I highly recommend that you add a pi-network (shunt-series-shunt) and use a 0 ohm for the series-component as a place-holder.&lt;/p&gt;
&lt;p&gt;You currently have no way to tune your antenna design, and antennas will always need tuning towards your specific design.&lt;/p&gt;
&lt;p&gt;If you check other antennas from Johanson, you will see that they recommend antenna tuner components.&lt;/p&gt;
[quote user="Metaresearch"]&lt;div&gt;The L3 and C18 components are 0402 in this layout. I cannot find your reference layout, please send me the URL.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;By changing the UUID in my Android app I am able to communicate perfectly with the nRF52832.&lt;/div&gt;[/quote]
&lt;p&gt;Capacitors shall be NP0. Inductors should have a resonance freq &amp;gt; 3 GHz (for instance murata LQP-series).&lt;/p&gt;
&lt;p&gt;Please also take note of the orientation and grounding of the&amp;nbsp;capacitor on&amp;nbsp;the ANT pin:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1717489682103v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;This is crucial, as also noted in the PS:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1717489871171v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 BLE UUID value incorrect</title><link>https://devzone.nordicsemi.com/thread/487163?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2024 17:09:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68c4c89c-3e99-45b0-9d47-c3ab31968a83</guid><dc:creator>Metaresearch</dc:creator><description>&lt;p&gt;Let me try a different approach, where is the MAC address / UUID stored in the nRF5_sdk_17_1/examples//ble_perpiheral/ ble_app_hrs project?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 BLE UUID value incorrect</title><link>https://devzone.nordicsemi.com/thread/487161?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2024 16:18:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8efbf8c3-7a09-4970-81f2-87f74c21f77e</guid><dc:creator>Metaresearch</dc:creator><description>&lt;p&gt;Unfortunately changing the load cap to 22pF made no difference, the UUID remains the same as before.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 BLE UUID value incorrect</title><link>https://devzone.nordicsemi.com/thread/487156?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2024 15:35:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb89d304-4608-4f5b-9ad0-368270711511</guid><dc:creator>Metaresearch</dc:creator><description>&lt;p&gt;&lt;span&gt;Thank you for your comments.&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;An alternative&amp;nbsp;PCB layout (attached) UUID is EB:9E:40:D1:D2:F1 is closer but still not correct.&lt;/div&gt;
&lt;div&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/PCB_5F00_Top_5F00_2024_2D00_06_2D00_03.png" /&gt;&lt;/div&gt;
&lt;div&gt;The Johanson 2450AT42A100E chip antenna does not require a matching network.&lt;/div&gt;
&lt;div&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2450AT42A100.pdf"&gt;devzone.nordicsemi.com/.../2450AT42A100.pdf&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;The 32MHz crystal is YXC X322532MOB4SI I will try a 20pF load. Unfortunately I am not able to measure the exact frequency.&lt;/div&gt;
&lt;div&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/32MHz-xtal.pdf"&gt;devzone.nordicsemi.com/.../32MHz-xtal.pdf&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;The L3 and C18 components are 0402 in this layout. I cannot find your reference layout, please send me the URL.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;By changing the UUID in my Android app I am able to communicate perfectly with the nRF52832.&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 BLE UUID value incorrect</title><link>https://devzone.nordicsemi.com/thread/487067?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2024 09:54:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef241137-6e39-47d8-b54f-4f238db6fd75</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]My nRF52832 code runs correctly on a PCA10040 development board (UUID = E9:4A:AF:04:D2:16). My custom hardware advertises correctly but the UUID is incorrect (C9:7C:A5:8B:19:EB). [/quote]
&lt;p&gt;It is to be expected that the MAC address differs from one device to another. By default, the mac address used is loaded from the FICR DEVICEADDR register, which is uniquely generated for each device.&lt;/p&gt;
[quote user=""]The 32MHz xtal is +/-10ppm @ 12pF load[/quote]
&lt;p&gt;Does your XTAL have a &amp;quot;Cl&amp;quot; parameter of 12 pF?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If yes, then the loading caps should be ~20 pF.&lt;/p&gt;
&lt;p&gt;C = 2*CL - Cpin&lt;/p&gt;
&lt;p&gt;Cpin = 4pF&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;C=2*12-4=20 pF.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Your layout seems to differ from the reference design:&lt;/p&gt;
&lt;p&gt;* Please note how the reference layout aligns the first inductor on the ANT pin:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf52832/page/ref_circuitry.html#d941e1505"&gt;https://docs.nordicsemi.com/bundle/ps_nrf52832/page/ref_circuitry.html#d941e1505&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;* Your chip antenna lacks antenna-tuner components. Usually 3 components, either a pi-network or a T-network.&lt;/p&gt;
&lt;p&gt;* The components L3 and C18 seems to be 0603 - we recommend that you use 0402 component size.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>