<?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>nRF9160 with nRF5340</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/97331/nrf9160-with-nrf5340</link><description>I&amp;#39;d like to design a board that includes: 
 
 nRF5340 (Bluetooth, NFC, Zigbee, etc.) 
 nRF9160 (LTE-M) 
 Qorvo DW3110 (UWB) 
 Antennas for each 
 Coin battery for power 
 
 I&amp;#39;d like to program the application on the nRF5340, and have the nRF9160 and DW3110</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Mar 2023 11:57:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/97331/nrf9160-with-nrf5340" /><item><title>RE: nRF9160 with nRF5340</title><link>https://devzone.nordicsemi.com/thread/415681?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 11:57:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:716644ac-4b75-4c2c-a1f9-0e1f175eedb3</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The nRF21540 is a pure front-end module to increase output power, so it can&amp;#39;t support BLE stand-alone. To support BLE you need to connect an nRF52-variant to the nRF9160. The nRF52 need for instance to run the BLE:HCI low power UART to be controlled from the nRF9160.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have an example in nRF Connect SDK where the nRF9160 can control the nRF52840 over the HCI:&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/lte_ble_gateway/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/lte_ble_gateway/README.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 with nRF5340</title><link>https://devzone.nordicsemi.com/thread/415020?ContentTypeID=1</link><pubDate>Mon, 13 Mar 2023 20:33:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96afa030-0862-424b-a3ba-0be2bee0c35c</guid><dc:creator>Kyle</dc:creator><description>&lt;p&gt;Thanks Marte.&lt;/p&gt;
&lt;p&gt;Are there any chips available to do it the other way around (nRF9160 as the master, with some Bluetooth/NFC front-end slaved to it)?&lt;/p&gt;
&lt;p&gt;For example, would it be possible to use an nRF9160 with a &lt;a href="https://www.nordicsemi.com/products/nrf21540"&gt;nRF21540&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Or is there any other chip/module that offers BLE and NFC functionality, without also having an on-board processor?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 with nRF5340</title><link>https://devzone.nordicsemi.com/thread/413552?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2023 13:20:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b5bf79d-74c1-4f7f-86d9-00c028094671</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]Is it possible to disable the application processor in the&amp;nbsp;&lt;span&gt;nRF9160, while allowing the&amp;nbsp;nRF5340&amp;#39;s processor to control the&amp;nbsp;nRF9160&amp;#39;s LTE-M functionality?&lt;/span&gt;[/quote]
&lt;p&gt;This is not possible. An application must run on the nRF9160 to interact with the modem.&amp;nbsp;This can be a simple application that only communicates with the modem and sends/receives AT commands.&lt;/p&gt;
[quote user=""]If not, is there any way to set this up so that only the&amp;nbsp;nRF5340 needs to be programmed, and we don&amp;#39;t need to program both chips?[/quote]
&lt;p&gt;You will need to program both chips initially. If you program a bootloader on the nRF9160, you can send firmware updates to it from the nRF5340, for example, over UART.&lt;/p&gt;
[quote user=""]Unrelated, but how does power consumption compare between the&amp;nbsp;nRF5340 and the nRF52840?[/quote]
&lt;p&gt;I do not know which settings you configured when testing, but&amp;nbsp;if you look at the default settings, you see that the idle current of the nRF5340 is larger than on the nRF52840, but the current consumption of the Bluetooth LE event is lower.&lt;/p&gt;
&lt;p&gt;nRF5340:&lt;/p&gt;
&lt;p&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/pastedimage1678106908623v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;nRF52840:&lt;/p&gt;
&lt;p&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/pastedimage1678106936249v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;You can find information about current consumption and numbers for typical current consumption in the specifications:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf5340/chapters/current_consumption/doc/current_consumption.html?cp=4_0_0_3_3"&gt;nRF5340 - Current consumption&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/chapters/current_consumption/doc/frontpage.html?cp=5_0_0_4_1"&gt;nRF52840 - Current consumption&lt;/a&gt;. You will find that the nRF5340 has lower TX/RX current consumption than the nRF52840.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you want to use the nRF5340 for the radio (Bluetooth LE or IEEE 802.15.4), I recommend running the application on the nRF9160 and only the radio driver/controller on the other chip. In that case, you can use a smaller chip such as the nRF52810 and run something like the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/zephyr/samples/bluetooth/hci_rpmsg/README.html"&gt;Bluetooth: HCI RPMsg&lt;/a&gt;&amp;nbsp;sample or the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/zephyr/samples/boards/nrf/ieee802154/802154_rpmsg/README.html"&gt;nRF IEEE 802.15.4: Serialization RPMsg&lt;/a&gt;&amp;nbsp;sample. Once again, both chips will need to be programmed separately initially,&amp;nbsp;and then you can use a bootloader on the nRF52810 for firmware updates.&amp;nbsp;&lt;br /&gt;For the firmware update, you can look at an example made by a colleague of mine:&amp;nbsp;&lt;a href="https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/tree/main/bootloader_samples/client_smp/smp_client_uart"&gt;https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/tree/main/bootloader_samples/client_smp/smp_client_uart&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>