<?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>Unable to detect node in nRF MESH app after flashing code into BL653 kit</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78408/unable-to-detect-node-in-nrf-mesh-app-after-flashing-code-into-bl653-kit</link><description>Hello Nordic Team, 
 I am trying to flash the existing BLE light example code to my BL653 kit with Segger Embedded Studio. After falshing the code into the board it is taking some time to give the ouput. The node is not getting detected in the nRF mesh</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Aug 2021 11:57:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78408/unable-to-detect-node-in-nrf-mesh-app-after-flashing-code-into-bl653-kit" /><item><title>RE: Unable to detect node in nRF MESH app after flashing code into BL653 kit</title><link>https://devzone.nordicsemi.com/thread/324665?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 11:57:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a75488af-0bdd-4cd8-8dae-0dde90563f6f</guid><dc:creator>pavani</dc:creator><description>&lt;p&gt;Thank you so much&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to detect node in nRF MESH app after flashing code into BL653 kit</title><link>https://devzone.nordicsemi.com/thread/324664?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 11:53:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b55312b-0a8c-4910-ac12-a57880f3bd20</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Glad it worked out for you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to detect node in nRF MESH app after flashing code into BL653 kit</title><link>https://devzone.nordicsemi.com/thread/324663?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 11:53:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7c66b4f-0d46-49ed-8ea9-6e2791b736b8</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Group address is a multicast address meaning you can publish to a group address and every node that are subscribed to this group address will receive the message sent. You can find which addresses you can assign as a group address &lt;a href="https://www.bluetooth.com/blog/the-fundamental-concepts-of-bluetooth-mesh-networking-part-2/" rel="noopener noreferrer" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to detect node in nRF MESH app after flashing code into BL653 kit</title><link>https://devzone.nordicsemi.com/thread/324625?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 09:56:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03193666-1c1f-4c05-bae6-8fe23db398ce</guid><dc:creator>pavani</dc:creator><description>&lt;p&gt;In nRF mesh app, what does group address exactly mean and what address can i give in the while creating a group&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to detect node in nRF MESH app after flashing code into BL653 kit</title><link>https://devzone.nordicsemi.com/thread/324623?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 09:53:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4647d38-7085-4af4-8f1a-4f5bd5338247</guid><dc:creator>pavani</dc:creator><description>&lt;p&gt;now i am able to detect the node successfully&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to detect node in nRF MESH app after flashing code into BL653 kit</title><link>https://devzone.nordicsemi.com/thread/324622?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 09:47:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80eeab8d-b2a5-4250-bbed-41b14541c323</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;No extra code should be necessary for it to be detected in the nRF Mesh app. Have you made any modifications to the example other than adding your board?&lt;/p&gt;
&lt;p&gt;Can you also use the nRF Connect app for mobile to see if you can detect it there? This is just to check if the device is advertising at all.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to detect node in nRF MESH app after flashing code into BL653 kit</title><link>https://devzone.nordicsemi.com/thread/324347?ContentTypeID=1</link><pubDate>Wed, 11 Aug 2021 05:07:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34b7151c-344c-4e32-98d9-af169a9a4386</guid><dc:creator>pavani</dc:creator><description>&lt;p&gt;I am using nRF connect sdk v1.6.1 version. I am reffering to the mesh light example from nRF connect sdk.just i have done debug and flashed the codebinto the BL653 kit. Still i am unable to see the device in nRF mesh app in my mobile. Ihave 32khz crystal on my board. Can u suggest which extra code need to be added so that device can be detected in the nRF mesh app&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to detect node in nRF MESH app after flashing code into BL653 kit</title><link>https://devzone.nordicsemi.com/thread/324317?ContentTypeID=1</link><pubDate>Tue, 10 Aug 2021 16:37:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85c44528-ab66-4b3e-a66f-50f7c5584037</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Can you also answer all the other questions in my previous reply? It will help me figuring out what might have gone wrong.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to detect node in nRF MESH app after flashing code into BL653 kit</title><link>https://devzone.nordicsemi.com/thread/324308?ContentTypeID=1</link><pubDate>Tue, 10 Aug 2021 15:33:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8e5dc78-005b-4cd0-a297-7ddfdeaf8845</guid><dc:creator>pavani</dc:creator><description>&lt;p&gt;output mean when mesh light example is flashed led&amp;#39;s should glow but leds taking some time to glow and the device is not visisble in the nRF mesh app and unable to detect the node&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to detect node in nRF MESH app after flashing code into BL653 kit</title><link>https://devzone.nordicsemi.com/thread/324306?ContentTypeID=1</link><pubDate>Tue, 10 Aug 2021 15:29:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90df2e0d-ebf3-454f-abd9-ad405f7ac2fd</guid><dc:creator>pavani</dc:creator><description>&lt;p&gt;i am using the mesh light example from nRF connect sdk&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to detect node in nRF MESH app after flashing code into BL653 kit</title><link>https://devzone.nordicsemi.com/thread/324305?ContentTypeID=1</link><pubDate>Tue, 10 Aug 2021 15:27:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9fd8bc23-c1c7-4119-b56b-2b13a0e6ff0c</guid><dc:creator>pavani</dc:creator><description>&lt;p&gt;device is not visible in nRF mesh app and output is taking time&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to detect node in nRF MESH app after flashing code into BL653 kit</title><link>https://devzone.nordicsemi.com/thread/324301?ContentTypeID=1</link><pubDate>Tue, 10 Aug 2021 15:24:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f35f78a9-1e1f-4aa8-9fea-bbb3260f95e5</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]I am trying to flash the existing BLE light example code to my BL653 kit with Segger Embedded Studio[/quote]
&lt;p&gt;Which SDK version are you using?&lt;/p&gt;
&lt;p&gt;Are you referring to the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/samples/bluetooth/mesh/light/README.html" rel="noopener noreferrer" target="_blank"&gt;Bluetooth: Mesh light example&lt;/a&gt; from nRF Connect SDK? If so, what modifications have you made to it? You should be able to see the device in nRF Mesh app out-of-the-box.&lt;/p&gt;
&lt;p&gt;Can you see the device in nRF Connect app on mobile?&lt;/p&gt;
[quote user=""] After falshing the code into the board it is taking some time to give the ouput.[/quote]
&lt;p&gt;What do you mean by output?&lt;/p&gt;
&lt;p&gt;Also, do you have the 32khz crystal on your board?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>