<?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>Its unclear that precompield BLE Mesh 2.0.1 demo does not run on nf52840 develboard</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34574/its-unclear-that-precompield-ble-mesh-2-0-1-demo-does-not-run-on-nf52840-develboard</link><description>Hello 
 For the BLE Mesh 2.0.1 demo i bought some nrf52840 develboards. Then i write the demo with &amp;quot;python scripts/quick_start/quick_start_demo.py&amp;quot; to the nrf52840 develboard and the demo do nothing. After some look around i realized that the demo is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 01 Jun 2018 08:09:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34574/its-unclear-that-precompield-ble-mesh-2-0-1-demo-does-not-run-on-nf52840-develboard" /><item><title>RE: Its unclear that precompield BLE Mesh 2.0.1 demo does not run on nf52840 develboard</title><link>https://devzone.nordicsemi.com/thread/134286?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 08:09:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3302ed9-ee35-409e-8d94-bdff694542f8</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Thank you for sharing!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Its unclear that precompield BLE Mesh 2.0.1 demo does not run on nf52840 develboard</title><link>https://devzone.nordicsemi.com/thread/134168?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 12:08:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39136fd9-b2fd-4d3d-8441-95291878c60c</guid><dc:creator>leonwj</dc:creator><description>&lt;p&gt;hello,&lt;/p&gt;
&lt;p&gt;Apologies for being late to the &amp;#39;party&amp;#39; on this... however both the current quick_start_demo.py and the proposed quick_start_demo_nrf52840.py scripts only support environments with single type NRF52 boards.&lt;/p&gt;
&lt;p&gt;I did change the&amp;nbsp;&lt;span&gt;quick_start_demo.py script a little while back to support environments regardless of the make up of devkit boards.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="python"&gt;soft_dev_hex52832    =  cwd + &amp;quot;./bin/softdevice/s132_nrf52_6.0.0_softdevice.hex&amp;quot;
provisioner_hex52832 =  cwd + &amp;quot;./bin/otime/light_switch_provisioner_nrf52832_xxAA_s132_6.0.0.hex&amp;quot;
client_hex52832      =  cwd + &amp;quot;./bin/otime/light_switch_client_nrf52832_xxAA_s132_6.0.0.hex&amp;quot;
server_hex52832      =  cwd + &amp;quot;./bin/otime/light_switch_server_nrf52832_xxAA_s132_6.0.0.hex&amp;quot;

soft_dev_hex52840    =  cwd + &amp;quot;./bin/softdevice/s140_nrf52_6.0.0_softdevice.hex&amp;quot;
provisioner_hex52840 =  cwd + &amp;quot;./bin/otime/light_switch_provisioner_nrf52840_xxAA_s140_6.0.0.hex&amp;quot;
client_hex52840      =  cwd + &amp;quot;./bin/otime/light_switch_client_nrf52840_xxAA_s140_6.0.0.hex&amp;quot;
server_hex52840      =  cwd + &amp;quot;./bin/otime/light_switch_server_nrf52840_xxAA_s140_6.0.0.hex&amp;quot;&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Needless to say it&amp;#39;s based upon determining&amp;nbsp;the type of board 52832 or 52840 and then flashing the requisite hex files accordingly (see attached&amp;nbsp;quick_start_demo-v2.py script)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="python"&gt;def board_type_get(device_id):
    if (device_id[2] == &amp;quot;2&amp;quot;):
        return &amp;quot;52832&amp;quot;
    elif (device_id[2] == &amp;quot;3&amp;quot;):
        return &amp;quot;52840&amp;quot;
    else:
        return &amp;quot;00&amp;quot;&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/0131.quick_5F00_start_5F00_demo_2D00_v2.py"&gt;devzone.nordicsemi.com/.../0131.quick_5F00_start_5F00_demo_2D00_v2.py&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Its unclear that precompield BLE Mesh 2.0.1 demo does not run on nf52840 develboard</title><link>https://devzone.nordicsemi.com/thread/134060?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 14:12:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:150d230e-8a89-4e23-af38-a809229b704d</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for sharing! Making a copy named quick_start_demo_nrf52840.py and change those four lines would be a very quick and easy way to support a set of nRF52840 DKs.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Its unclear that precompield BLE Mesh 2.0.1 demo does not run on nf52840 develboard</title><link>https://devzone.nordicsemi.com/thread/133714?ContentTypeID=1</link><pubDate>Mon, 28 May 2018 21:41:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d85b17b-a39b-4bc1-933e-f874cf31c2ff</guid><dc:creator>Lukas_Simma</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/4810.quick_5F00_start_5F00_demo_5F00_nrf52840.py"&gt;devzone.nordicsemi.com/.../4810.quick_5F00_start_5F00_demo_5F00_nrf52840.py&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Add file to scripts\quick_start\quick_start_demo_nrf52840.py &lt;br /&gt;(4 lines at Line 164 are&amp;nbsp;changed)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="python"&gt;soft_dev_hex52 = cwd + &amp;quot;./bin/softdevice/s140_nrf52_6.0.0_softdevice.hex&amp;quot;
provisioner_hex52 = cwd + &amp;quot;./bin/otime/light_switch_provisioner_nrf52840_xxAA_s140_6.0.0.hex&amp;quot;
client_hex52 = cwd + &amp;quot;./bin/otime/light_switch_client_nrf52840_xxAA_s140_6.0.0.hex&amp;quot;
server_hex52 = cwd + &amp;quot;./bin/otime/light_switch_server_nrf52840_xxAA_s140_6.0.0.hex&amp;quot;

&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;In the documentation add a small note.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Lukas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Its unclear that precompield BLE Mesh 2.0.1 demo does not run on nf52840 develboard</title><link>https://devzone.nordicsemi.com/thread/132820?ContentTypeID=1</link><pubDate>Tue, 22 May 2018 15:53:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3eec253c-5a57-4a04-be5e-e0965b8b1154</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for reporting this issue, it is highly appreciated.&lt;/p&gt;
&lt;p&gt;I have notified the team of this bug. It should either be stated clearly that the script only supports nRF52832 DK, or the script should be improved to support also the nRF52840. Exactly as you write, both nRF52832 and nRF52840 are supported. You can mix and match as much as you would like if you program the boards manually.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>