<?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>nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111960/nrf-ble-mesh-sample-light_fixture-not-showing-in-nrf-mesh-application-after-flashing-with-nrf-connect-desktop-in-to-nrf52840-dongle</link><description>I have flashed the light_ctrl hex file in nrf52840 dongle. Flashing Have been completed sueccessfully for provisioning in nrf mesh application its not showing in the network. to connect with light switch to create a mesh.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 18 Jun 2024 10:49:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111960/nrf-ble-mesh-sample-light_fixture-not-showing-in-nrf-mesh-application-after-flashing-with-nrf-connect-desktop-in-to-nrf52840-dongle" /><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/489257?ContentTypeID=1</link><pubDate>Tue, 18 Jun 2024 10:49:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a11abd1-0e76-449e-a545-9a3e9eb751c8</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Great to hear! Then that was the issue, that the area where the network data was stored was not empty. Perhaps it had some old network data, so it was just looking for that old network, not advertising as a new node.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sorry for the delay. Let me know if you encounter any other issues.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/489111?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2024 13:07:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd4f3cb4-393b-423d-9048-253674fa5ab2</guid><dc:creator>cyriactoms</dc:creator><description>&lt;p&gt;Its working Thank You Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/489075?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2024 11:27:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13c1f0dc-bcb3-4872-94e5-f0c0b6c548a6</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I found the one that I was thinking of. It is linked in my colleague, Jørgen&amp;#39;s reply in this ticket:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/62449/do-an-erase-all-like-segger-for-dk-but-for-dongle-on-nrfconnect/254510"&gt;RE: Do an erase all like segger for DK but for dongle on nRFConnect&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Try this, and then re-program the application, and make sure you start with an empty network on your phone. Let me know if that doesn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488939?ContentTypeID=1</link><pubDate>Sat, 15 Jun 2024 05:53:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee82beb1-8835-4659-ad56-4cd88bbf4718</guid><dc:creator>cyriactoms</dc:creator><description>&lt;p&gt;ok thanks for the concern&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488927?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2024 20:38:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0d8a014-4c23-4221-9c32-251eaa35afce</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;That is correct. The issue is that the bootloader in the dongle doesn&amp;#39;t erase the entire flash of the dongle. Only the part that is needed for the application. The network data for a mesh network is stored at the very top of the flash, so if it was previously used for something else, then there may be old data on the top of the dongle. And since the dongle doesn&amp;#39;t have a debugger, there is no way to delete this data.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It is of course possible to delete it, but we don&amp;#39;t have any tools to do it. I am sorry, but I was busy the last couple of days, having to do some other stuff, so I didn&amp;#39;t get time to write an application. I will try to do it on Monday.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sorry for the delay.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488594?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2024 06:34:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afdb9fba-ece0-477b-9248-ae4fdb9be29b</guid><dc:creator>cyriactoms</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i will explian how i am flashing the code&lt;/p&gt;
&lt;p&gt;i will build the light fixture through the vscode nrf connection vs code extension pack.&lt;/p&gt;
&lt;p&gt;by using nrf connect desktop i will add the hex file which is builded and flash it to the dongle after making the dongle to bootloader mode.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is this the method correct or should i need to do anything more&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488593?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2024 06:03:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74a35b87-6ec1-4cdf-8779-3527e2168b46</guid><dc:creator>cyriactoms</dc:creator><description>&lt;p&gt;yess i have done reset mesh network several times but its getting the same.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488571?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 21:45:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3a763a9-18ac-4c75-8525-559a4acdd557</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Can you please try to reset the network in you nRF Mesh application?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It may differ in iOS and Android, but on iOS you&amp;#39;ll find it under the Settings tab (in the nRF Mesh app) -&amp;gt; Reset Mesh Network (Forget Network).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Have you (or someone) used the dongles for a Mesh application before, and provisioned it into another Mesh network? It struck me that they may have old network data stored in the flash, which may not be overwritten by the DFU process in the nRF Connect for Desktop -&amp;gt; Programmer app. Unfortunately, there is no simple way of telling whether the flash has old network data present.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let me know if resetting the Mesh network on the phone doesn&amp;#39;t work, and I will see if I can find/write a small application that will delete the network data pages on the dongle.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488462?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 09:51:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b77ccaeb-cd56-4e3e-b658-eda57c520fcf</guid><dc:creator>cyriactoms</dc:creator><description>&lt;p&gt;Does it have any problem with the softdevices.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488454?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 09:24:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5345f652-300a-4ec8-a8e5-3204166878e0</guid><dc:creator>cyriactoms</dc:creator><description>&lt;p&gt;After flashing the hex file you have provided. In the serial terminal i am getting it like in the screenshot i have provided earlier. Bluetooth is initialising but the mesh is not initialised.&amp;nbsp; &amp;nbsp;in nrf connect app it is able to connect with bluetooth but in nrf mesh app it is not showing for provision.&amp;nbsp; &amp;nbsp; &amp;nbsp;Is it a problem regarding the dongle. i have got 3 dongles in three of them i am having the same problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488445?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2024 08:37:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ba7220a-979f-4f2a-b5cf-9f6486beba5d</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Can you please try to flash the attached .hex file:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/test_5F00_sample.hex"&gt;devzone.nordicsemi.com/.../test_5F00_sample.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And try to scan for it in the nRF Mesh app.&lt;/p&gt;
&lt;p&gt;Do you see it? If not, can you try to scan using the nRF Connect for Desktop/iOS/Android? Do you see it there? (It should be using the advertising name &amp;quot;Mesh Light Fixture&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488355?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2024 13:51:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33409466-846b-4427-be69-e45f8af04054</guid><dc:creator>cyriactoms</dc:creator><description>&lt;p&gt;Yess i used the same for flashing it. Is it the problem with my dongle. But i am able to flash blinky example and all and its working fine.&amp;nbsp; &amp;nbsp;I am getting the error which i have shared in the screenshot&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488315?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2024 12:14:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec03cb36-76a7-4244-b936-614756c14c26</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;How did you flash your build\zephyr\zephyr.hex file? When I flashed it, it ran without any issues. I used the nRF Connect for Desktop -&amp;gt; Programmer app to program the .hex file. How did you do it?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488274?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2024 09:39:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d73f8e3-f0c2-4248-93e9-d683e6933522</guid><dc:creator>cyriactoms</dc:creator><description>&lt;p&gt;I am attaching my code with build folder&lt;/p&gt;
&lt;p&gt;&lt;a href="https://drive.google.com/file/d/1i2O5pRRJbxJficguQxR2HObf3M2pzqfA/view?usp=drive_link"&gt;https://drive.google.com/file/d/1i2O5pRRJbxJficguQxR2HObf3M2pzqfA/view?usp=drive_link&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488254?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2024 08:46:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb49af20-9416-40c8-8a07-f4852fddab25</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;First, can you please try to use the v2.6.0 version of NCS? I know it seems like it would make sense to use the cs-1 as it is newer, but this is an experimental build of the SDK, targeting some new chips. For the nRF52 and nRF53 series, please stick to the stable version, v2.6.0, or v2.6.1. If changing to this version alone doesn&amp;#39;t work:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Can you please share some screenshots of how you built the application? Can you also please zip the application folder (including the build folder), and upload it here? You can drag and drop the zipped folder into the text window that you reply in.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Part of the challenge here is that the logs are capped, so we can&amp;#39;t see whether it starts successfully or not. The fix for this is to reset the device, but this is not possible with the dongle without unplugging it, because the reset button on the dongle will put the device in DFU mode, so it will not start the application.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;NB: I tested the unmodified light_ctrl sample built for the board nrf52840dongle_nrf52840 (both build\zephyr\zephyr.hex and build\zephyr\merged.hex) in NCS v2.6.1, and it worked as expected.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488222?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2024 07:07:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7dcbfd4-5fce-4880-814f-c5c4815564a5</guid><dc:creator>cyriactoms</dc:creator><description>&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/pastedimage1718089543011v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In the serial terminal after flasing its showing like this. Bluetooth initialized but mesh not getting initialised&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488213?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2024 06:14:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:156a27cc-fbbc-41ea-bd46-6ef52e2fe919</guid><dc:creator>cyriactoms</dc:creator><description>&lt;p&gt;Hi Edvin&lt;/p&gt;
&lt;p&gt;I have been flasing a .hex which is generated after building the project. i am flasing it using nrf connect desktop&amp;nbsp; (path - build/zephyr/zephyr.hex)&lt;/p&gt;
&lt;p&gt;The SDK version i am using is v2.6.99-cs1&lt;/p&gt;
&lt;p&gt;I have builded an example for nrf mesh which can be flashed to the nrf52840 dongle using nrf connect desktop.&lt;/p&gt;
&lt;p&gt;flasing is done sucessfully but in nrf connect applicaton its not showing the device to provision.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488146?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2024 13:08:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2f945bc-3eb7-41a1-b39a-8fcd104b795a</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user="cyriactoms"]Should i need to flash firmware before flashing the code[/quote]
&lt;p&gt;Not really sure what you mean by this.&lt;/p&gt;
[quote user=""]I have flashed the light_ctrl hex file in nrf52840 dongle.[/quote]
&lt;p&gt;what .hex file did you use? One that you built yourself, or a precompiled one? If you built it yourself, what SDK version were you using? Was it built particularly for the nRF52840 dongle, or the nRF52840 DK? Is it possible upload the .hex file here?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf BLE mesh sample      light_fixture not showing in nrf mesh application after flashing with nrf connect desktop in to nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/488066?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2024 09:14:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:791ddc5e-bed8-4eb0-b42a-701d279cfc1f</guid><dc:creator>cyriactoms</dc:creator><description>&lt;p&gt;Should i need to flash firmware before flashing the code&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>