<?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>nRF5340 with Bluetooth 5.4 Availability</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/105282/nrf5340-with-bluetooth-5-4-availability</link><description>Hello everyone, 
 
 I&amp;#39;m in the middle of my final year project and I am supposed to transmit audio signal from an analog microphone to a phone using Bluetooth. As far as I understand, only Bluetooth 5.2 and above would be supporting Audio LE for audio</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 05 Nov 2023 13:47:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/105282/nrf5340-with-bluetooth-5-4-availability" /><item><title>RE: nRF5340 with Bluetooth 5.4 Availability</title><link>https://devzone.nordicsemi.com/thread/454087?ContentTypeID=1</link><pubDate>Sun, 05 Nov 2023 13:47:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05402d34-194d-4c0c-bf63-dd60273567c5</guid><dc:creator>Raoul</dc:creator><description>&lt;p&gt;Yes, you would have develop firmware in the nRF Connect SDK. You can use one of our many samples as references.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Raoul&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 with Bluetooth 5.4 Availability</title><link>https://devzone.nordicsemi.com/thread/454029?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2023 17:05:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac2cff99-35ef-4e12-b2a0-6dfb6e06740c</guid><dc:creator>syedadil19</dc:creator><description>&lt;p&gt;That means I&amp;rsquo;ll need to configure the nRF5340 using the nRF Connect SDK to upload my programs right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 with Bluetooth 5.4 Availability</title><link>https://devzone.nordicsemi.com/thread/454007?ContentTypeID=1</link><pubDate>Fri, 03 Nov 2023 14:41:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b51f6f34-e12a-4e64-b028-dc15d3eeb4e3</guid><dc:creator>Raoul</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I see! Well, if you use two MCU&amp;#39;s on your board, you have a number of options to &amp;quot;integrate&amp;quot; them. It&amp;#39;s common to use a serial communication protocol such as UART; SPI or I2C. If the expected interaction for one of the chips is simple, you could also just use GPIO&amp;#39;s to toggle behavior.&lt;/p&gt;
&lt;p&gt;If you want to learn more about these protocols, you could check out our nRF Connect courses on &lt;a href="https://academy.nordicsemi.com/"&gt;https://academy.nordicsemi.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I also recommend you to consider whether you can do everything on the nRF5340, since you need that one anyway. It would depend on how much stuff your Nano is doing, and how much audio stuff you are doing (multiple streams, or just one?) but I think you might be able to do away with the nano entirely. That would simplify your design.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Raoul&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 with Bluetooth 5.4 Availability</title><link>https://devzone.nordicsemi.com/thread/453811?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2023 15:50:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90b6000a-6774-428b-b885-6e918747fe76</guid><dc:creator>syedadil19</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for your reply. I need to transmit audio signal to my phone using BLE, which is why I require the nRF5340 as it supports Audio LE. But, I am already using an Arduino Nano 33 BLE which is required for other part of the project. My plan is to only use the nRF5340 for it&amp;rsquo;s Audio LE capability together with my Nano 33 BLE which is executing other programs for the project.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Syed&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 with Bluetooth 5.4 Availability</title><link>https://devzone.nordicsemi.com/thread/453803?ContentTypeID=1</link><pubDate>Thu, 02 Nov 2023 15:20:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a73a6db4-f3c1-4461-b9f0-1efe16f51c7e</guid><dc:creator>Raoul</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I think that the information from the distributors is just outdated. As far as I know, any nRF5340 version you can find will support BLE 5.4.&lt;/p&gt;
[quote user=""]2. How can I use the SoC with my Nano 33 BLE? I could not think of how to integrate them together as my idea was like to only use it&amp;#39;s Audio LE capability.[/quote]
&lt;p&gt;I&amp;#39;m not certain what you mean here, could you elaborate your question?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Raoul&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>