<?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>Disconnected, reason 62 in nrf5340 DK kit</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119356/disconnected-reason-62-in-nrf5340-dk-kit</link><description>hi, 
 i am trying to connect peripherials ( blood pressure, pulseox meter) with nrf5340 dk ( development kit from nordic PCA10095) using uuid and mac, initially using uuid filter are used to scan the devices around and store the mac of the device. once</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Mar 2025 16:14:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119356/disconnected-reason-62-in-nrf5340-dk-kit" /><item><title>RE: Disconnected, reason 62 in nrf5340 DK kit</title><link>https://devzone.nordicsemi.com/thread/525574?ContentTypeID=1</link><pubDate>Mon, 03 Mar 2025 16:14:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a389d9d-28c0-44c0-b9d4-b8226c2df020</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;All three pictures show a central in a connection with a peripheral device but I don&amp;#39;t know which devices these are. The capture should include the failing case where your central is sending the connect ind packet but failing to establish the connection. What happens when you try to upload the capture files?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disconnected, reason 62 in nrf5340 DK kit</title><link>https://devzone.nordicsemi.com/thread/525211?ContentTypeID=1</link><pubDate>Fri, 28 Feb 2025 08:40:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab51f99b-4624-4ad5-9c5d-8f4f05337c4c</guid><dc:creator>Aravibala</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;thank you for the mail, i tried to use sniffer to capture the events during the error reason 62 using nrf dongle. since I&amp;#39;m a new to the controller, I&amp;#39;m not sure how to identity the issue looking into the log. i&amp;#39;m not sure how to add the log file in the chat since there is no option to add a file i&amp;#39;m providing the snap of the log.&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/pastedimage1740728425268v1.png" alt=" " /&gt;&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/pastedimage1740728496874v2.png" alt=" " /&gt;&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/pastedimage1740731849821v5.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Moreover i tried to add the config bit to enable internal RC as per the example you have mentioned in added the config file under the directory child and also have added a folder called boards and added&amp;nbsp;nrf5340dk_nrf5340_cpuapp.conf as well but still i get the error 62 and i gets a warning as&amp;nbsp;&lt;span&gt;CONFIG_SOC_ENABLE_LFXO was already disabled. Missing dependencies:&lt;/span&gt;&lt;br /&gt;&lt;span&gt;SOC_NRF5340_CPUAPP can u plz tel what is difference between using conifg file in board folder , child folder and directly in the project as .confg file&amp;nbsp;&lt;/span&gt;&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/pastedimage1740731722721v4.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disconnected, reason 62 in nrf5340 DK kit</title><link>https://devzone.nordicsemi.com/thread/524997?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2025 09:07:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4cfb5503-e74e-4d75-a3cb-4ff4c7204477</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In v2.6.0 you can create a folder named &amp;#39;child_image&amp;#39; in your project root to apply configuration changes to the child images. Like in the throughput sample here:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/v2.6.3/samples/bluetooth/throughput/child_image"&gt;https://github.com/nrfconnect/sdk-nrf/tree/v2.6.3/samples/bluetooth/throughput/child_image&lt;/a&gt;&amp;nbsp;(&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.6.3/page/nrf/config_and_build/multi_image.html#permanent_configuration_changes_to_child_images"&gt;Permanent configuration changes to child images&lt;/a&gt;). Alternatively, you can change the default clock source in your board file if you have&amp;nbsp;defined your own board instead of building for the nRF5340 DK.&lt;/p&gt;
&lt;p&gt;The BT_HCI_ERR_CONN_FAIL_TO_ESTABL error is raised by the controller when the peer device does not respond to the CONNECT_IND packet after six connection events. In your previous ticket, I suggested capturing a BLE sniffer trace to&amp;nbsp;help&amp;nbsp;troubleshoot this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disconnected, reason 62 in nrf5340 DK kit</title><link>https://devzone.nordicsemi.com/thread/524935?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 22:58:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:151a4e5d-3b92-41a7-9cdf-9b63de8112dc</guid><dc:creator>Aravibala</dc:creator><description>&lt;p&gt;hi vidar, thank you for the mail the nrf sdk I&amp;#39;m currently using is 2.6.0 . kindly let me know the steps&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;moreover if the clock drift is not the issue since I&amp;#39;m using the nordic DK kit then what else would be the issue because i even tried increasing the maximum time out time to 10 sec form default 3 sec using the configuration bit but still i get this error hoe can i determine what exactly causes this error.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disconnected, reason 62 in nrf5340 DK kit</title><link>https://devzone.nordicsemi.com/thread/524917?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 18:06:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f38433d4-a948-4c54-8438-a4f92b90b4b2</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It it is not&amp;nbsp;very likely to be related to clock drift if you are testing with a nRF5340 DK on both ends of the link, but you can rule out this possibility by changing to the internal RC oscillator. Please let me know&amp;nbsp;the SDK version you are on so I&amp;nbsp;explain the steps for changing the clock source on the netcore.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>