<?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>transmit low quiality audio with nrf52833</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90479/transmit-low-quiality-audio-with-nrf52833</link><description>Hi, 
 I&amp;#39;d like to add live audio streaming to my product, The current product consists of a sender unit and a receiver unit. Both using the nrf52833 (I&amp;#39;ve already bought 500 nrf52833 modules which I&amp;#39;d like to use) 
 I hoped to just add a MEMS microphone</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 29 Jul 2022 08:27:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90479/transmit-low-quiality-audio-with-nrf52833" /><item><title>RE: transmit low quiality audio with nrf52833</title><link>https://devzone.nordicsemi.com/thread/379255?ContentTypeID=1</link><pubDate>Fri, 29 Jul 2022 08:27:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:423e000c-213b-4e51-9960-1f3289994f46</guid><dc:creator>Jason</dc:creator><description>&lt;p&gt;Thank you Karl, I appreciate the quick answer. great blog post.&lt;/p&gt;
&lt;p&gt;Such a shame that this is technically possible but currently unsupported by nordic. 3rd party licensing sounds like a headache.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I wonder if periodic advertising&amp;nbsp;could work with 4khz 12bit uncompressed audio. It works out at 6144 bytes per second.&lt;span style="font-family:inherit;"&gt;I believe the maximum data length for periodic advertising is 254 bytes, and the minimum interval is 20ms. I think it works out at 101,600 bits per second.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1659083157209v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: transmit low quiality audio with nrf52833</title><link>https://devzone.nordicsemi.com/thread/379208?ContentTypeID=1</link><pubDate>Fri, 29 Jul 2022 00:24:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c24da7a-df78-487e-afab-1282e3cba7c5</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello Jason,&lt;/p&gt;
[quote user=""]In the Nordic Connect SDK I can see in the zephyr samples the&amp;nbsp;&lt;strong&gt;zephyr\samples\bluetooth\broadcast_audio_source&lt;/strong&gt;&amp;nbsp;and&amp;nbsp;&lt;strong style="font-family:inherit;"&gt;zephyr\samples\bluetooth\&lt;/strong&gt;&lt;strong style="font-family:inherit;"&gt;broadcast_audio_source&lt;/strong&gt;&lt;span style="font-family:inherit;"&gt; which seem to do what I need (but I&amp;#39;ve not examined it closely). I think that example might only run on the&amp;nbsp;&lt;/span&gt;nrf5340 to do the LC3 codec, but I&amp;#39;m not sure.[/quote]
&lt;p&gt;You are correct that these examples are made to run on the nRF5340 SoC, with the LC3 codec, as a demonstration of the new LE Audio standard for wireless audio playback and transfer.&lt;br /&gt;I would recommend &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/low-energy-audio-is-finally-here"&gt;reading through this blogpost&lt;/a&gt;&amp;nbsp;for a quick introduction to LE Audio and its capabilities.&lt;/p&gt;
[quote user=""]Is it possible to&amp;nbsp;&lt;span&gt;sample and stream this data from sender to receiver with my nrf52833 modules?&lt;/span&gt;[/quote]
&lt;p&gt;Unfortunately there are some issues with using regular BLE services and characteristics (not using isochronous channels) for live audio playback - especially the lossless feature of the BLE link makes this less feasible, since you may incur a backlog of &amp;#39;old&amp;#39; audio packages that needs to be sent in order to catch up with the live stream, in the case that the sender or receiver is at maximum range or otherwise is experiencing a lot of dropped packages.&lt;br /&gt;This is also described in the blogpost I referenced above.&lt;br /&gt;In addition to this, we only support LE Audio development on our nRF5340 SoC, since we created this SoC with this specific purpose in mind, and we have optimized all of our LE Audio related applications and binaries to run on this specific SoC.&lt;br /&gt;&lt;br /&gt;However, I have seen third-party companies using the nRF52840 for LE Audio, so it seems that it could be a possibility, but you would have to reach out to them directly to inquire about how to achieve this. It seems that Packetcraft, for instance, has plans to create a LE Audio evaluation kit based on the nRF52840, so you might check with them about this.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>