<?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>Developing on EVK NINA B111</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32782/developing-on-evk-nina-b111</link><description>Hi Nordic developers, 
 For my internship I’m developing a BLE application on de NINA-B111 module which does have the nRF52832. I&amp;#39;m using SDK 15.0.0 and Softdevice 132 v6.0.0 in Segger Embedded Studio. 
 Currently I’m developing on a EVK-NINA-B111. But</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 May 2018 14:11:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32782/developing-on-evk-nina-b111" /><item><title>RE: Developing on EVK NINA B111</title><link>https://devzone.nordicsemi.com/thread/130617?ContentTypeID=1</link><pubDate>Wed, 02 May 2018 14:11:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a648a601-44dc-476a-bb30-d89ce586adad</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m happy to hear it worked.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The event length is the time set aside for a connection on every connection interval in 1.25 ms units. The event length should be used together with the connection interval to set the desired bandwidth of the connection. It is used to ensure a fair allocation of the available radio time resources between the existing roles(i.e. if you run multilink). There is no defined maximum value, but for a single-link peripheral you should set it to match the maximum connection interval you use, in order to be able to&amp;nbsp;send packets for the whole connection event&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Developing on EVK NINA B111</title><link>https://devzone.nordicsemi.com/thread/130575?ContentTypeID=1</link><pubDate>Wed, 02 May 2018 13:15:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb2c668d-cc9e-4520-a52f-3d85cb4c48a5</guid><dc:creator>Stagiair</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;/p&gt;
&lt;p&gt;Thank you, step 2 worked for me! Is 320 the max NRF_SDH_BLE_GAP_EVENT_LENGTH?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Developing on EVK NINA B111</title><link>https://devzone.nordicsemi.com/thread/130529?ContentTypeID=1</link><pubDate>Wed, 02 May 2018 12:16:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e566548-ddf3-4fcc-be9f-1f1eb0303da8</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are a couple of things you could try.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1) By setting the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.0.0/structble__gatts__conn__cfg__t.html?cp=2_3_1_1_0_2_4_4_0_0#ae2a1156d8b06a6ccc70696f2372226cc"&gt;hvn_tx_queue_size&lt;/a&gt;, you are setting the minimum guaranteed number of Handle Value Notifications that can be queued for transmission. Try to increase this, if step 2 does not work.&lt;/p&gt;
&lt;p&gt;2) But, even if the application configures a large number of packets to be queued, not all of them will be sent during a single connection event if the configured event length(&lt;strong&gt;NRF_SDH_BLE_GAP_EVENT_LENGTH&lt;/strong&gt;) is not large enough to send the packets. You should therefore make sure that you set the&amp;nbsp;NRF_SDH_BLE_GAP_EVENT_LENGTH in sdk_config.h to a high enough number (try 320).&lt;/p&gt;
&lt;p&gt;3)&amp;nbsp;If you still get&amp;nbsp;NRF_ERROR_RESOURCES, either try again until you get&amp;nbsp;NRF_SUCCESS or wait for the&amp;nbsp;BLE_EVT_TX_COMPLETE event before you try again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Developing on EVK NINA B111</title><link>https://devzone.nordicsemi.com/thread/129112?ContentTypeID=1</link><pubDate>Fri, 20 Apr 2018 09:12:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66793ffb-d9db-4da0-b51d-429510e7879c</guid><dc:creator>Stagiair</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t quite get it. The code is already splitting the data in parts of 20 bytes. So I think it has something to do with the fifo buffer. My code returns the NRF_ERROR_RESOURCES error. I&amp;rsquo;ve read that this means the BLE buffers are full.&amp;nbsp;In here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/23118/introducing-fifo-buffer-in-uart_data_handler-function"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/23118/introducing-fifo-buffer-in-uart_data_handler-function&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How can I prevent this in softdevice 132 v6.0.0&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Developing on EVK NINA B111</title><link>https://devzone.nordicsemi.com/thread/128917?ContentTypeID=1</link><pubDate>Thu, 19 Apr 2018 08:47:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53a9c61d-0a13-458f-ac7e-bb234d47ff4a</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Hi Bob,&lt;/p&gt;
&lt;p&gt;If you do a search for &lt;em&gt;&lt;a href="https://devzone.nordicsemi.com/search?q=uart%2020%20bytes"&gt;uart 20 bytes&lt;/a&gt;&lt;/em&gt; on DevZone you will find several cases with answers. Please let me know if this enables you to solve your problem or if you require further assistance.&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Developing on EVK NINA B111</title><link>https://devzone.nordicsemi.com/thread/128846?ContentTypeID=1</link><pubDate>Wed, 18 Apr 2018 14:21:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d96affa-f6ee-414c-9d6e-79874892e11d</guid><dc:creator>Stagiair</dc:creator><description>&lt;p&gt;Hi Ketil,&lt;/p&gt;
&lt;p&gt;Yes I did manage to figure this out. I have a new problem. I want to send a json string from LPC to NINA over UART. When the Json string is bigger than 20 characters the NINA module can&amp;#39;t handle the data. Is an example available for handling the data received over UART?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Bob&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Developing on EVK NINA B111</title><link>https://devzone.nordicsemi.com/thread/127609?ContentTypeID=1</link><pubDate>Tue, 10 Apr 2018 12:04:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba31d6e0-ed14-4447-b49f-29c7a379df45</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Hi again Bob,&lt;/p&gt;
&lt;p&gt;Did you manage to figure this out or would you still like assistance?&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Developing on EVK NINA B111</title><link>https://devzone.nordicsemi.com/thread/126070?ContentTypeID=1</link><pubDate>Fri, 23 Mar 2018 12:18:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42022980-1f8f-497d-9260-e3fe37de4311</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Hi Bob,&lt;/p&gt;
&lt;p&gt;Just wanted to let you know that we have received your support case. Due to Easter holiday we may not be able to provide an answer until week 14. Sorry for any inconvenience.&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>