<?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>BLE app UART with peer manager</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56414/ble-app-uart-with-peer-manager</link><description>Hello, 
 I am currently working on adding the pairing part to the ble_app_uart with peer manager. I have followed the way that is used for ble_app_gls and ble_app_hrs. I could successfully integrate peer manager to ble_app_uart example code and just initailzed</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Jan 2020 06:18:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56414/ble-app-uart-with-peer-manager" /><item><title>RE: BLE app UART with peer manager</title><link>https://devzone.nordicsemi.com/thread/228925?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2020 06:18:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c71eaccb-138e-4c56-a6d3-011ba8633502</guid><dc:creator>NikhilIngale</dc:creator><description>&lt;p&gt;I haven&amp;#39;t changed the macro value. Yes, i will go step by step and will check which thing is making it to return that error.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks...!!!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app UART with peer manager</title><link>https://devzone.nordicsemi.com/thread/228862?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2020 15:12:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e7eddc7-4700-490f-ba97-8cb2d4a1dff3</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;If I copy your clock configurations it works on my side. I see that you have:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_ACCURACY  - External clock accuracy used in the LL to compute timing.
 
// &amp;lt;0=&amp;gt; NRF_CLOCK_LF_ACCURACY_250_PPM 
// &amp;lt;1=&amp;gt; NRF_CLOCK_LF_ACCURACY_500_PPM 
// &amp;lt;2=&amp;gt; NRF_CLOCK_LF_ACCURACY_150_PPM 
// &amp;lt;3=&amp;gt; NRF_CLOCK_LF_ACCURACY_100_PPM 
// &amp;lt;4=&amp;gt; NRF_CLOCK_LF_ACCURACY_75_PPM 
// &amp;lt;5=&amp;gt; NRF_CLOCK_LF_ACCURACY_50_PPM 
// &amp;lt;6=&amp;gt; NRF_CLOCK_LF_ACCURACY_30_PPM 
// &amp;lt;7=&amp;gt; NRF_CLOCK_LF_ACCURACY_20_PPM 
// &amp;lt;8=&amp;gt; NRF_CLOCK_LF_ACCURACY_10_PPM 
// &amp;lt;9=&amp;gt; NRF_CLOCK_LF_ACCURACY_5_PPM 
// &amp;lt;10=&amp;gt; NRF_CLOCK_LF_ACCURACY_2_PPM 
// &amp;lt;11=&amp;gt; NRF_CLOCK_LF_ACCURACY_1_PPM 

#ifndef NRF_SDH_CLOCK_LF_ACCURACY
#define NRF_SDH_CLOCK_LF_ACCURACY NRF_CLOCK_LF_ACCURACY_500_PPM
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;NRF_CLOCK_LF_ACCURACY_500_PPM is usually defined in nrf_sdm.h. Have you changed it there? (Line 209), or is it still 1?&lt;/p&gt;
&lt;p&gt;If it is in fact 1, then there is something different. I believe you need to roll back and try to go step by step forward to see what change that made this return NRF_ERROR_INVALID_PARAM.&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: BLE app UART with peer manager</title><link>https://devzone.nordicsemi.com/thread/228780?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2020 12:08:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9ee7001-6469-4cf2-8740-c09d24e88de7</guid><dc:creator>NikhilIngale</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/0640.sdk_5F00_config.h"&gt;devzone.nordicsemi.com/.../0640.sdk_5F00_config.h&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please find the attached sdk_config.h file and let me know if any configuration change is required ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app UART with peer manager</title><link>https://devzone.nordicsemi.com/thread/228773?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2020 11:43:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd048455-ad5f-44f0-9d75-25b32cdced30</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Are you sure that you are not changing the&amp;nbsp;CLOCK_CONFIG_LF_SRC instead of the NRF_SDH_CLOCK_LF_SRC?&lt;/p&gt;
&lt;p&gt;Can you send me your sdk_config.h?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app UART with peer manager</title><link>https://devzone.nordicsemi.com/thread/228705?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2020 04:59:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56d1aa19-587d-414d-bde8-d31d3f440499</guid><dc:creator>NikhilIngale</dc:creator><description>&lt;p&gt;Hi Edvin,&lt;/p&gt;
&lt;p&gt;Thank you for you reply.&lt;/p&gt;
&lt;p&gt;I used the same configuration as mentioned in the thread, still it is throwing the error at sd_softdevice_enable function (returning &lt;span&gt;NRF_ERROR_INVALID_PARAM&lt;/span&gt;). I am using SDK15.3.0&lt;/p&gt;
&lt;p&gt;Anything that i am missing&amp;nbsp;in clock configuration ?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Nikhil&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app UART with peer manager</title><link>https://devzone.nordicsemi.com/thread/228623?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2020 14:55:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c7a95cc-2a53-4e51-a9af-ce301d689e68</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;I don&amp;#39;t know what SDK version you use, but if you recompile the entire project, then you should see a compiler warning saying:&lt;/p&gt;
&lt;p&gt;Please select NRF_CLOCK_LF_ACCURACY_500_PPM when using NRF_CLOCK_LF_SRC_RC&lt;/p&gt;
&lt;p&gt;This is because you don&amp;#39;t have a clock with accuracy 20ppm when you use the RC Oscillator.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would suggest to use the following combination if you are going to use the RC Oscillator:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define NRF_SDH_CLOCK_LF_SRC 0
#define NRF_SDH_CLOCK_LF_RC_CTIV 16
#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2
#define NRF_SDH_CLOCK_LF_ACCURACY 1&lt;/pre&gt;&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></channel></rss>