<?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>NRF52832 NUS data transfer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65067/nrf52832-nus-data-transfer</link><description>Hello support, 
 Currently i&amp;#39;m working with one application using NRF52832. 
 in which i have to fetch data from coming from PIC controller to NRF52832 over UART communication and same time i have to transfer the data to BLE android app. 
 The requirement</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Aug 2020 07:43:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65067/nrf52832-nus-data-transfer" /><item><title>RE: NRF52832 NUS data transfer</title><link>https://devzone.nordicsemi.com/thread/266110?ContentTypeID=1</link><pubDate>Tue, 25 Aug 2020 07:43:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8fb5134-02d0-48c1-803e-fe855a0db531</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Which SDK example are you using?&lt;/p&gt;
&lt;p&gt;Normally the connection parameteres are defined at the top of the main.c file, named something like&amp;nbsp;MIN_CONN_INTERVAL, MAX_CONN_INTERVAL, SLAVE_LATENCY and&amp;nbsp;CONN_SUP_TIMEOUT.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 NUS data transfer</title><link>https://devzone.nordicsemi.com/thread/265891?ContentTypeID=1</link><pubDate>Mon, 24 Aug 2020 07:42:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b245bf76-5d25-418d-b7eb-0f4869700b98</guid><dc:creator>Mannu</dc:creator><description>&lt;p&gt;Thanks &lt;a href="https://devzone.nordicsemi.com/members/ovrebekk"&gt;ovrebekk&lt;/a&gt;,Can you please tell me which file contains connection interval.&lt;br /&gt;because i&amp;#39;m not able to find.so please help me to get this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 NUS data transfer</title><link>https://devzone.nordicsemi.com/thread/265885?ContentTypeID=1</link><pubDate>Mon, 24 Aug 2020 07:34:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:374df06b-1194-467f-97d6-c3492320c3c0</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;What are your connection parameters and data length settings?&lt;/p&gt;
&lt;p&gt;In order to maximize throughput you want to use a short connection interval, like 15ms, and a long data length so that you can send longer packets.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Most phones should allow you to send 256 33-byte packets in one second, but if the phone allows you to use a longer data length you will get even faster throughput by combining multiple 33-byte packets in one BLE packet, since there is some overhead for every single packet.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The maximum data length available allows for 244 data bytes in one packet, which is enough for at least 7 33-byte payloads, but it can vary from phone to phone what data length it will support.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>