<?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>How to program two nrf ICs</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119726/how-to-program-two-nrf-ics</link><description>We are making a board with nrf9161 and nrf54L15 so that we have the GPS tracking facility and BLE . We wish to connect (send) other devices&amp;#39; data to this device (like temperature , humidity ) and send the GPS coordinates and the data to the servver. We</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Mar 2025 08:37:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119726/how-to-program-two-nrf-ics" /><item><title>RE: How to program two nrf ICs</title><link>https://devzone.nordicsemi.com/thread/528552?ContentTypeID=1</link><pubDate>Mon, 24 Mar 2025 08:37:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13d9c0f2-706d-4909-aa2b-9da9f41ab477</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Please make a new case.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to program two nrf ICs</title><link>https://devzone.nordicsemi.com/thread/528317?ContentTypeID=1</link><pubDate>Fri, 21 Mar 2025 06:55:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8757c228-08a9-4c2c-ac97-24b6bfd01ce2</guid><dc:creator>Vivek</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can we use SIM other than iBasis to use nrf cloud?&lt;/p&gt;
&lt;p&gt;My SIM does not have a PUK. How to proceed without entering it.&lt;/p&gt;
&lt;p&gt;We need SIM too kit document for nrf9161.&lt;/p&gt;
&lt;p&gt;We are using nrf9161 developemnt board with BLE to test our GPS. How to get the Command list /protocol for this device?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to program two nrf ICs</title><link>https://devzone.nordicsemi.com/thread/526933?ContentTypeID=1</link><pubDate>Wed, 12 Mar 2025 13:09:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a32ce981-6e71-4b38-83f9-f9cf224190a7</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Using UART (RXD/TXD) between two IC&amp;#39;s is a good solution solution, also include the hardware flow control signals (RTS/CTS), this allow low power operation when there is no data either way (using LPUART driver). Personally I recommend that you have all control over BLE fully handled in the nRF54L15, and you make your own UART commands between the nRF9161 and nRF54L15 that contain the application data you want to send. This will limit the amount of data you need to send over UART, which will lower the power consumption and make it easier to develop code and have a clean cut between the nRF54L15 (BLE) and nRF9161 (Cellular).&lt;/p&gt;
&lt;p&gt;You will need to have two SWD interfaces here, one for the nRF54L15 and one for the nRF9161.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>