<?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>Long range with SDK16.0.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56654/long-range-with-sdk16-0-0</link><description>Hi all, 
 I am trying to deploy the long range mode with nRF52840. I modified the blinky example under SK 16.0.0 and it just keeps resetting 
 and the error code is 0x0007. Is there anyone can help me with that? Thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 18 Feb 2020 23:49:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56654/long-range-with-sdk16-0-0" /><item><title>RE: Long range with SDK16.0.0</title><link>https://devzone.nordicsemi.com/thread/235025?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2020 23:49:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8fdf8a73-83e5-404a-8ffb-c5b5e62938c3</guid><dc:creator>Steven983</dc:creator><description>&lt;p&gt;I still have one more question. In the Uart example, the structure of&amp;nbsp;ble_advertising_init_t is used to initiate the advertising module. However, the stucture of&amp;nbsp;&amp;nbsp;ble_gap_adv_params_t&amp;nbsp; is used in the blinky example. What is the difference between these two types of structure? And how to choose them in different situations?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range with SDK16.0.0</title><link>https://devzone.nordicsemi.com/thread/235024?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2020 23:45:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ddd4ed76-0490-4dfb-8aca-c1d2efd267a0</guid><dc:creator>Steven983</dc:creator><description>&lt;p&gt;It works. Thanks Simon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range with SDK16.0.0</title><link>https://devzone.nordicsemi.com/thread/229850?ContentTypeID=1</link><pubDate>Mon, 20 Jan 2020 13:18:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e10dd7e0-4ad4-433c-a2c3-36d8306ce8a7</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Can you try to enable authorization for read/write of the characteristic that returns error code 0x0007? That error code means that there&amp;#39;s an insufficient encryption key size somewhere.&lt;/p&gt;
&lt;p&gt;I suggest you check out the project I uploaded and see if you can find anything that differs from your project as well, as that project is confirmed to work from our end.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range with SDK16.0.0</title><link>https://devzone.nordicsemi.com/thread/229733?ContentTypeID=1</link><pubDate>Sun, 19 Jan 2020 22:15:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba17e141-26e1-4504-90c8-4f4866fde448</guid><dc:creator>Steven983</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;It doesn&amp;#39;t work after I set&amp;nbsp;adv_data.p_data to NULL. The reson that I didn&amp;#39;t add the payload in the scan response is that in this Blog post&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/38267/long-range/183279#183279"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/38267/long-range/183279#183279&lt;/a&gt;, Harvard said that&amp;nbsp;srdata&amp;nbsp;(scan response data) is not used together with extended advertising, and should not be encoded and suggeted that srdata should set to NULL.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any more advice?&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Steven&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long range with SDK16.0.0</title><link>https://devzone.nordicsemi.com/thread/229629?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2020 13:41:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:862a4e9c-28b1-476b-b29a-81d04ac9a06a</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I see that you haven&amp;#39;t added the payload in the scan response. Can you try setting adv_data.p_data to NULL? You can use this project as a template for how a Coded PHY example should be set up for advertising, as not much has changed in that regard since SDK v.15.2.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-c768cf0487464e07b691cd407c25c4ac/nRF5_5F00_SDK_5F00_15.2.0_5F00_mod.zip"&gt;devzone.nordicsemi.com/.../nRF5_5F00_SDK_5F00_15.2.0_5F00_mod.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>