<?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>Is it feasible to transmit 16bit 16KHz PCM audio via Nrf52840?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46544/is-it-feasible-to-transmit-16bit-16khz-pcm-audio-via-nrf52840</link><description>I&amp;#39;m using Nrf52840 as the MCU for my circuit board, now I need to use it to transmit audio data which is 16bit, 16KHz PCM format(mono channel, therefore 256 Kbps) to the external device(mobile phone). Is that feasible to implement this with Nrf52840 without</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 24 Apr 2019 14:15:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46544/is-it-feasible-to-transmit-16bit-16khz-pcm-audio-via-nrf52840" /><item><title>RE: Is it feasible to transmit 16bit 16KHz PCM audio via Nrf52840?</title><link>https://devzone.nordicsemi.com/thread/183534?ContentTypeID=1</link><pubDate>Wed, 24 Apr 2019 14:15:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4af125c3-209d-4008-89df-1af38df6e84e</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;Example used for measurements:&lt;br /&gt;nRF5_SDK_15.2.0_9412b96\examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput&lt;/p&gt;
&lt;p&gt;Connection interval: 23.75ms&lt;br /&gt;Packet size: DLE :&amp;nbsp;251 bytes&lt;br /&gt;On air encoding: 1Mbps&lt;br /&gt;Time taken to transfer 1Mbyte from nRF52840 peripheral to central : ~12.9 seconds (approximately 650kbps)&lt;br /&gt;Packets lost to CRC errors : 0&lt;/p&gt;
&lt;p&gt;Looks like DLE is required at a minimum as a 27 byte RF packet seems to be too small for the 256kbps bandwidth.&lt;br /&gt;2Mbps on air will be better but the number of phones supporting 2Mbps on air will be smaller.&lt;br /&gt;connection intervals like 23.75ms performed better than connection intervals like 7.5ms, likely due to more large packets fitting in an longer connection interval.&lt;/p&gt;
&lt;p&gt;=&lt;/p&gt;
&lt;p&gt;The closest example for microphone integration would be the Smart Remote 3 reference design.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Download#infotabs"&gt;See the code and documentation here&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;Caveat: the Smart remote 3 uses an older SDK version and you will need to upgrade it to get it to work with the latest SDK version.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it feasible to transmit 16bit 16KHz PCM audio via Nrf52840?</title><link>https://devzone.nordicsemi.com/thread/183402?ContentTypeID=1</link><pubDate>Wed, 24 Apr 2019 10:25:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a63d2ad-e42a-48d6-ad89-2f75a2afbc1b</guid><dc:creator>BK</dc:creator><description>&lt;p&gt;Hi Amanda, thank you so much for your quick response :)&lt;/p&gt;
&lt;p&gt;Is the&amp;nbsp;&amp;quot;USB Audio Class Example&amp;quot; is to use a cable connection to transmit the audio?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My case it to transmit he realtime voice captured by microphone on my circuit board to an mobile phone via bluetooth.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it feasible to transmit 16bit 16KHz PCM audio via Nrf52840?</title><link>https://devzone.nordicsemi.com/thread/183357?ContentTypeID=1</link><pubDate>Wed, 24 Apr 2019 08:47:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fa6f785-5d94-4d04-bb56-50430cfb28ad</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/usbd_audio_example.html?resultof=%22%50%43%4d%22%20%22%70%63%6d%22%20"&gt;USB Audio Class Example&lt;/a&gt;&amp;nbsp;is close to your requirement.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Amanda&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>