<?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>Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38567/test-procedure-for-any-ble-mesh-using-pca10059-nrf52840-usb-dongle</link><description>Hi, 
 I want to use nRF52840 USB dongle in my setup with other PCA10056 boards. I have seen that in link https://www.nordicsemi.com/eng/Products/nRF52840-Dongle it is mentioned that it can support bluetooth mesh. While I am browsing in devzone it is mentioned</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Sep 2018 08:43:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38567/test-procedure-for-any-ble-mesh-using-pca10059-nrf52840-usb-dongle" /><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/149362?ContentTypeID=1</link><pubDate>Wed, 19 Sep 2018 08:43:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e10c7586-623f-4625-ad6a-4b7094f747b3</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Yes, you should be able to write mbr, sd &amp;amp; application using the programmer app on nrf connect for desktop. If you are programming via the usb, the dfu will occur in two steps, but you should be able to add two hex files to the programmer app &amp;amp; then program the dongle. It should also be possible to program the dongle via the 10 pin SWD cable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/149267?ContentTypeID=1</link><pubDate>Tue, 18 Sep 2018 14:09:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:042e017b-7dcf-4032-b533-c5eeac46d605</guid><dc:creator>Sridhar Jonnavittula</dc:creator><description>&lt;p&gt;Ok. Thanks for your support. I will try with cable and come back about that.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One more doubt is&amp;nbsp;&lt;span&gt;nRF Connect for Desktop Programmer app is capable to write either MBR/SD or application. Both are not possible to write at a time and cant append application after softdevice. So SD is needed for Mesh right? So we cant use desktop app right?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/149232?ContentTypeID=1</link><pubDate>Tue, 18 Sep 2018 12:46:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ea555e9-9084-4836-ba6f-a60cc9a08776</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;I would recommend you to get a 10 pin swd cable &amp;amp; program the dongle via a dev kit for example. If you want to debug the dongle while it is running mesh, you require some kind of segger j-link to see the rtt logging. You could also try programming via nRF Connect for Desktop Programmer app. Maybe you want to try this before you program via the swd cable &amp;amp; nrfjprog.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/149226?ContentTypeID=1</link><pubDate>Tue, 18 Sep 2018 12:27:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5486d712-dbb0-442e-a9a8-f7e192712b18</guid><dc:creator>Sridhar Jonnavittula</dc:creator><description>&lt;p&gt;I dont have SEGGER JLink 10 pin cable and it is must for SES programming right. That is the reason I use GCC cmake Unix to generate proxy_server_nrf52840_xxAA_s140_6.0.0.hex and generating package by giving command:&lt;/p&gt;
&lt;p&gt;nrfutil pkg generate --hw-version 52 --sd-req 0x00 --softdevice&amp;nbsp; C:\Users\THIS\Downloads\nRF5_SDK_15.0.0_a53641a\components\softdevice\s140\hex\s140_nrf52_6.0.0_softdevice.hex --application-version 1 --application dongle_proxy_server_nrf52840_xxAA_s140_6.0.0.hex --sd-id 0xA9 pkg.zip&lt;/p&gt;
&lt;p&gt;Programming command: nrfutil dfu usb_serial -pkg pkg.zip -p COM9&lt;/p&gt;
&lt;p&gt;Reset the board after this and it is not visible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/149213?ContentTypeID=1</link><pubDate>Tue, 18 Sep 2018 11:54:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81142313-39a8-4f92-810c-e373dd8275a5</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;May I ask why you are programming via usb dfu? Why not just program via the ses project? If you have successfully done a DFU, you might need to reset the board before you can see it in nRF Mesh Android app. Also, you could just unzip the mesh sdk one more time &amp;amp; use the light switch proxy example there. That should definitely work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/149198?ContentTypeID=1</link><pubDate>Tue, 18 Sep 2018 11:00:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:547c1e12-3321-434b-b192-910a1f065c4e</guid><dc:creator>Sridhar Jonnavittula</dc:creator><description>&lt;p&gt;Ok. I am using SES IDE and erasing chip every time.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/bjorn-kvaale"&gt;Bjørn Kvaale&lt;/a&gt;I took proxy server example and kept under Mesh sdk/examples/light_switch/ folder with different name. Opened SES project and while compiling it is throwing errors for all files under Application folder as incorrect path. So I removed and replaced each file under Application folder by searching one by one in Mesh SDK. Out of files, boards.c is replaced by SDKv15.0.0. Programmed using nrfutil tool over USB DFU but not able to see in nRF Mesh Android app.&lt;/p&gt;
&lt;p&gt;Did I do correct?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/149195?ContentTypeID=1</link><pubDate>Tue, 18 Sep 2018 10:42:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76bf2aa8-9972-4aa4-a66a-13189ad3be37</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Yes, it is very important to erase the flash if you have already tried provisioning a dk. This may lead to the issue you describe.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/149162?ContentTypeID=1</link><pubDate>Tue, 18 Sep 2018 07:51:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b93af207-49ee-481c-a927-653dc34f65e5</guid><dc:creator>Rex1979</dc:creator><description>&lt;p&gt;Hi Sridhar,&lt;br /&gt;&lt;br /&gt;Have try erase all for proxy client(PC)?&lt;br /&gt;&lt;br /&gt;because PC flash maybe residual&amp;nbsp;&lt;span&gt;provisioner&amp;nbsp;log.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/149146?ContentTypeID=1</link><pubDate>Tue, 18 Sep 2018 06:16:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd7283a8-e18f-44bf-bafd-03e77603a467</guid><dc:creator>Sridhar Jonnavittula</dc:creator><description>&lt;p&gt;Android OS as mentioned earlier&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/149143?ContentTypeID=1</link><pubDate>Tue, 18 Sep 2018 06:00:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f632290-6bc4-4bf0-9f3c-9911b0f90dbd</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Are you using nRF Mesh for Android or iOS?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/149069?ContentTypeID=1</link><pubDate>Mon, 17 Sep 2018 13:47:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b30dab1a-5f58-4e07-82e3-a7a8d7bdf983</guid><dc:creator>Sridhar Jonnavittula</dc:creator><description>&lt;p&gt;I am using nRF52840 PDK and DK, Mesh SDK V2.2.0. Failure conditions I observed for Light server proxy client are: Configured successfully sometimes because it is failing at provisioned state and at a stage of &amp;quot;scanning for provisioned devices&amp;quot; application is waiting for provisioned device to be discovered.&lt;/p&gt;
&lt;p&gt;This observation may or may not be issue which I cant decide, that is, Generic on off client, server model devices are configured, played with them for some time and kept idle state for about ten minutes, then when resuming sometimes delay(working state no delay, non working state 2-3 seconds) is present in reflecting the LED state on server.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/149004?ContentTypeID=1</link><pubDate>Mon, 17 Sep 2018 11:13:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:825d9bb3-549a-4b44-b3e0-62f97fc6ab40</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Are you testing with a 52 dev kit or with the 52840 dongle? I know for a fact that everything works with the 52 dev kit, as I have tested this myself.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/148997?ContentTypeID=1</link><pubDate>Mon, 17 Sep 2018 10:33:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ff8ed5a-5b38-4daa-8392-4bced319d87d</guid><dc:creator>Sridhar Jonnavittula</dc:creator><description>&lt;p&gt;But I have programmed proxy light switch client. It is showing in scanner tab but disconnecting and cant able to proceed for provision.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/148994?ContentTypeID=1</link><pubDate>Mon, 17 Sep 2018 10:26:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d6b5a14-d224-4a18-855a-98cffdf98273</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Hi Sridhar,&lt;/p&gt;
&lt;p&gt;Here are the working examples. Unzip under the examples folder. You can rename the folder something other than light_switch. You can either use the server or proxy server examples. I believe both should work in mesh sdk v2.2.0.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-725e122c6c824a7bac380d0a93b8d5fa/server.zip"&gt;devzone.nordicsemi.com/.../server.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here is the other project file:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://drive.google.com/file/d/1dA4kLkUAwEKJzuBt6ZJvJZIAStV6qq_2/view?usp=sharing"&gt;drive.google.com/.../view&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You need to use the proxy client &amp;amp; proxy server examples to be able to provision via nRF Mesh. If you are not using the latest mesh sdk v2.2.0, I would recommend trying with those examples. They definitely work with the nrf52 dev kits using nRF Mesh.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/148987?ContentTypeID=1</link><pubDate>Mon, 17 Sep 2018 10:01:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7a467d4-bf68-4ee5-9203-46f6b4a7700c</guid><dc:creator>Sridhar Jonnavittula</dc:creator><description>&lt;p&gt;Hi Kvaale,&lt;/p&gt;
&lt;p&gt;1. I just wanted to involve nRF52840 dongle in mesh network with nRF52840 PDK and nRF52840 DK. If dongle act as server then I can make use of DKs as provisioner and client. Please give me the working example you have.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. Another issue I want to raise to you(may or may not be out of this context) is, if I use two DKs as light switch client and server by programming as it is using Mesh SDK and then scan using nRF Mesh android app both are not visible. Other way I tried is program proxy light switch client, proxy light switch server on two DK and then scan. Now both are visible and can able to add only proxy server to mesh network but proxy client is also visible but cant add to mesh network.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Sridhar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle</title><link>https://devzone.nordicsemi.com/thread/148913?ContentTypeID=1</link><pubDate>Mon, 17 Sep 2018 07:17:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88262238-bf50-4d86-8687-c78914e8ae73</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Hi Sridhar,&lt;/p&gt;
&lt;p&gt;You can naturally use the mesh sdk on the 52840 dongle. You will just need to change the board header file to point to the pca10059 header file instead of the pca10056 board. You will most likely also need to change the led initialization to point to the dongle LEDs instead of the 52840 dev kit. Do you want to use the dongle as a client or server in the mesh network? I have the light swich server example that works perfectly for the server on the dongle if you are interested.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>