<?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>Voice Transmit on ble</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33892/voice-transmit-on-ble</link><description>Hi. I am trying to transmit a microphone signal to the nrf52832 DK board. 
 
 
 Before development, i checked it by connecting a microphone(ADC) and a speaker(PWM) to one board. 
 This worked relatively well. 
 
 So i developed using two boards. One board</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Jun 2018 09:08:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33892/voice-transmit-on-ble" /><item><title>RE: Voice Transmit on ble</title><link>https://devzone.nordicsemi.com/thread/136508?ContentTypeID=1</link><pubDate>Mon, 18 Jun 2018 09:08:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25b28cfd-0c06-46eb-825c-b6a99229cb92</guid><dc:creator>haakonsh</dc:creator><description>&lt;ol&gt;
&lt;li&gt;What is your connection interval?&lt;/li&gt;
&lt;li&gt;Have you enabled Data Length Extension?&lt;/li&gt;
&lt;li&gt;Are you testing throughput with our DK or a custom board?&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Voice Transmit on ble</title><link>https://devzone.nordicsemi.com/thread/135463?ContentTypeID=1</link><pubDate>Mon, 11 Jun 2018 04:08:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18cccc8d-c067-415c-bcb8-6e2fc6d333e1</guid><dc:creator>HakJae</dc:creator><description>&lt;p&gt;I am sorry about my expressiveness.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I try to transmit microphone data.&lt;/p&gt;
&lt;p&gt;So i should transmit 8000 bytes per second.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;i setted the MTU size, and connection parameter as above. and i send 128 bytes each time.&lt;/p&gt;
&lt;p&gt;Then i should be able to send more than 8000 bytes in 1 second.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;but when i checked&amp;nbsp;transmit speed, i could only send 4224 bytes in 1 second..&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;i want to improve the transmission speed.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;please help me. thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Voice Transmit on ble</title><link>https://devzone.nordicsemi.com/thread/134218?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 14:29:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6af8cff-64d3-4928-acab-374b4c654051</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Hey HakJae,&amp;nbsp;&lt;br /&gt;I still do not understand what your problem is. I need you to describe your symptoms in more detail, specifically what you mean by transmission speed and receive interval.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Håkon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Voice Transmit on ble</title><link>https://devzone.nordicsemi.com/thread/132906?ContentTypeID=1</link><pubDate>Wed, 23 May 2018 08:08:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:967e62f8-7262-4a43-8ca8-784f33f16de0</guid><dc:creator>HakJae</dc:creator><description>&lt;p&gt;I set the MTU size to 247.&lt;/p&gt;
&lt;p&gt;#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 247;&lt;/p&gt;
&lt;p&gt;nrf_ble_gatt_data_length_set(&amp;amp;m_gatt, BLE_CONN_HANDLE_INVALID, NRF_SDH_BLE_GATT_MAX_MTU_SIZE + L2CAP_HDR_LEN);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Voice Transmit on ble</title><link>https://devzone.nordicsemi.com/thread/132718?ContentTypeID=1</link><pubDate>Tue, 22 May 2018 10:44:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11ac1a65-4490-4e62-9f1e-435f35453466</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;What about MTU size and Data Length Extension?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Voice Transmit on ble</title><link>https://devzone.nordicsemi.com/thread/131611?ContentTypeID=1</link><pubDate>Thu, 10 May 2018 07:50:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab4e62ce-f55c-43f7-80a0-a695d4576017</guid><dc:creator>HakJae</dc:creator><description>&lt;p&gt;this is mic board, speaker board&amp;#39;s connection parameters.&lt;/p&gt;
&lt;p&gt;The connection parameters of &amp;#39;mic board&amp;#39; and &amp;#39;speaker board&amp;#39; are the same.&lt;/p&gt;
&lt;p&gt;static ble_gap_conn_params_t const m_connection_param =&lt;br /&gt;{&lt;br /&gt; (uint16_t)MIN_CONNECTION_INTERVAL, // MIN_CONNECTION_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS)&lt;br /&gt; (uint16_t)MAX_CONNECTION_INTERVAL, // MAX_CONNECTION_INTERVAL MSEC_TO_UNITS(30, UNIT_1_25_MS)&lt;br /&gt; (uint16_t)SLAVE_LATENCY, //&amp;nbsp;0&lt;br /&gt; (uint16_t)SUPERVISION_TIMEOUT // MSEC_TO_UNITS(3200, UNIT_10_MS)&lt;br /&gt;};&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Voice Transmit on ble</title><link>https://devzone.nordicsemi.com/thread/131504?ContentTypeID=1</link><pubDate>Wed, 09 May 2018 12:12:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c1fb89e-091f-45ee-9e4d-6589fbf415b4</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;&amp;quot;After pairing, mic board transmit microphone signal to speaker board(128Byte). But the transmission speed is slow.&lt;/p&gt;
&lt;p&gt;I refer to thingy F/W. Thingy Board&amp;#39;s transmission speed is 6ms or 24ms. and my mic board&amp;#39;s transmission speed is 30ms.&amp;quot;&lt;/p&gt;
&lt;p&gt;Do you mean latency? If so what are your connection parameters?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Voice Transmit on ble</title><link>https://devzone.nordicsemi.com/thread/131079?ContentTypeID=1</link><pubDate>Sat, 05 May 2018 13:34:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6572c544-3035-4d0e-84c0-7949f95cb270</guid><dc:creator>HakJae</dc:creator><description>&lt;p&gt;I used my cell phone to pairing on the thingy board. And i receive microphone data. In nRF Connect&amp;#39;s log, the receive interval was repeated 6ms and 24ms. But my mic board&amp;#39;s receive interval was 30ms. My mic board used Nordic UART Service.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Voice Transmit on ble</title><link>https://devzone.nordicsemi.com/thread/130584?ContentTypeID=1</link><pubDate>Wed, 02 May 2018 13:28:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc94539c-f590-42f2-ba90-e3b6b18fc4a4</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Hey HakJae,&lt;/p&gt;
&lt;p&gt;From&amp;nbsp;&lt;a title="sd_ble_gatts_hvx" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.0.0/group___b_l_e___g_a_t_t_s___f_u_n_c_t_i_o_n_s.html?cp=2_3_1_1_0_2_4_2_4#ga313fe43c2e93267da668572e885945db"&gt;sd_ble_gatts_hvx&lt;/a&gt;&amp;nbsp;API docs:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a title="Not enough resources for operation." href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.0.0/group__nrf__error.html#gac94383171545e604e8347a044e8be13f"&gt;NRF_ERROR_RESOURCES&lt;/a&gt;;&amp;nbsp;Too many notifications queued. Wait for a&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.0.0/group___b_l_e___g_a_t_t_s___e_n_u_m_e_r_a_t_i_o_n_s.html#ggae537647902af1b05c1e32f12d6b401c7afab96bfa9918017082235f7664919f9d"&gt;BLE_GATTS_EVT_HVN_TX_COMPLETE&lt;/a&gt;&amp;nbsp;event and retry.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[quote user=""][/quote]&lt;/p&gt;
&lt;p&gt;After pairing, mic board transmit microphone signal to speaker board(128Byte). But the transmission speed is slow.&lt;/p&gt;
&lt;p&gt;I refer to thingy F/W. Thingy Board&amp;#39;s transmission speed is 6ms or 24ms. and my mic board&amp;#39;s transmission speed is 30ms.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Do you mean latency? If so what are your connection parameters?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Håkon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>