<?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 and nRF7002 Wi-Fi controller connection</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/101766/nrf9160-and-nrf7002-wi-fi-controller-connection</link><description>I am in the process of designing a pcb with nRF9160 and nRF7002 to be able to use the network via LTE and / or Wi-Fi. In addition, I will use the GSM module for notifications. 
 I know that I must connect both modules (nRF7 and nRF9) with the QSPI bus</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Sep 2023 18:03:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/101766/nrf9160-and-nrf7002-wi-fi-controller-connection" /><item><title>RE: nRF9160 and nRF7002 Wi-Fi controller connection</title><link>https://devzone.nordicsemi.com/thread/446137?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2023 18:03:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d41fd823-5b7f-44e2-965e-00533f6685b7</guid><dc:creator>Gova</dc:creator><description>&lt;p&gt;Hi Pawel,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am also trying to do the same.&lt;/p&gt;
&lt;p&gt;In 7002DK, Did you just solder the SB20-SB25 and used the QSPI pins via P24 header?&lt;/p&gt;
&lt;p&gt;Or did you remove the 0R Resistors R26-R31 also?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Without removing the resistors, will it work?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Pls help.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 and nRF7002 Wi-Fi controller connection</title><link>https://devzone.nordicsemi.com/thread/436274?ContentTypeID=1</link><pubDate>Thu, 13 Jul 2023 13:27:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:246738a2-ea2e-48e5-b51b-55337456f118</guid><dc:creator>isilio</dc:creator><description>&lt;p&gt;Thanks for your help Charlie, now i understand.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Pawel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 and nRF7002 Wi-Fi controller connection</title><link>https://devzone.nordicsemi.com/thread/436261?ContentTypeID=1</link><pubDate>Thu, 13 Jul 2023 12:54:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d225ed4-ab33-44ec-98fb-320210b8e3af</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Pawel,&lt;/p&gt;
&lt;p&gt;I think you can refer to&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.0/nrf/samples/wifi/shell/README.html"&gt;Wi-Fi: Shell — nRF Connect SDK 2.4.0 documentation (nordicsemi.com)&lt;/a&gt;, which provides full functions of WiFi based on nRF9160DK+nRF7002EK.&lt;/p&gt;
&lt;p&gt;The following files show how they are connected:&lt;/p&gt;
&lt;p&gt;nrf\boards\shields\nrf7002ek\nrf7002ek.overlay&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/* Copyright (c) 2023 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
 */
#include &amp;lt;freq.h&amp;gt;
#include &amp;quot;nrf7002ek_coex.overlay&amp;quot;

&amp;amp;arduino_spi {
	status = &amp;quot;okay&amp;quot;;
	cs-gpios = &amp;lt;&amp;amp;arduino_header 16 GPIO_ACTIVE_LOW&amp;gt;; /* D10 */

	nrf700x: nrf7002@0 {
		compatible = &amp;quot;nordic,nrf700x-spi&amp;quot;;
		status = &amp;quot;okay&amp;quot;;
		reg = &amp;lt;0&amp;gt;;
		spi-max-frequency = &amp;lt;DT_FREQ_M(8)&amp;gt;;

		iovdd-ctrl-gpios = &amp;lt;&amp;amp;arduino_header 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)&amp;gt;;    /* D0 */
		bucken-gpios = &amp;lt;&amp;amp;arduino_header 7 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)&amp;gt;;        /* D1 */
		host-irq-gpios = &amp;lt;&amp;amp;arduino_header 13 GPIO_ACTIVE_HIGH&amp;gt;;     /* D7 */
	};
};
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;nrf\samples\wifi\shell\boards\nrf9160dk_nrf9160_ns.overlay&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/*
 * Copyright (c) 2022 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
 */

/* Use high drive mode on SPI pins that handle communication with nRF7002
 * so that SCK frequency &amp;gt; 4 MHz can be used. */
&amp;amp;spi3_default {
	group1 {
		nordic,drive-mode = &amp;lt;NRF_DRIVE_H0H1&amp;gt;;
	};
};

/* Disabled because of conflicts on P0.00 and P0.01 - Arduino pins D0 and D1
 * (iovdd-ctrl-gpios and bucken-gpios in nrf7002ek_nrf7002, respectively). */
&amp;amp;uart1 {
	status = &amp;quot;disabled&amp;quot;;
};

&amp;amp;arduino_header {
        gpio-map = &amp;lt;0 0 &amp;amp;gpio0 14 0&amp;gt;,
                   &amp;lt;1 0 &amp;amp;gpio0 15 0&amp;gt;,
                   &amp;lt;2 0 &amp;amp;gpio0 16 0&amp;gt;,
                   &amp;lt;3 0 &amp;amp;gpio0 17 0&amp;gt;,
                   &amp;lt;4 0 &amp;amp;gpio0 18 0&amp;gt;,
                   &amp;lt;5 0 &amp;amp;gpio0 19 0&amp;gt;,
                   &amp;lt;6 0 &amp;amp;gpio0 0 0&amp;gt;,
                   &amp;lt;7 0 &amp;amp;gpio0 1 0&amp;gt;,
                   &amp;lt;8 0 &amp;amp;gpio0 2 0&amp;gt;,
                   &amp;lt;9 0 &amp;amp;gpio0 3 0&amp;gt;,
                   &amp;lt;10 0 &amp;amp;gpio0 4 0&amp;gt;,
                   &amp;lt;11 0 &amp;amp;gpio0 5 0&amp;gt;,
                   &amp;lt;12 0 &amp;amp;gpio0 6 0&amp;gt;,
                   &amp;lt;13 0 &amp;amp;gpio0 7 0&amp;gt;,
                   &amp;lt;14 0 &amp;amp;gpio0 8 0&amp;gt;,
                   &amp;lt;15 0 &amp;amp;gpio0 9 0&amp;gt;,
                   &amp;lt;16 0 &amp;amp;gpio0 10 0&amp;gt;,
                   &amp;lt;17 0 &amp;amp;gpio0 11 0&amp;gt;,
                   &amp;lt;18 0 &amp;amp;gpio0 12 0&amp;gt;,
                   &amp;lt;19 0 &amp;amp;gpio0 13 0&amp;gt;,
                   &amp;lt;20 0 &amp;amp;gpio0 30 0&amp;gt;,
                   &amp;lt;21 0 &amp;amp;gpio0 31 0&amp;gt;;
};
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 and nRF7002 Wi-Fi controller connection</title><link>https://devzone.nordicsemi.com/thread/436027?ContentTypeID=1</link><pubDate>Wed, 12 Jul 2023 14:24:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec3b6158-10b4-438e-a7d0-573d15190fb5</guid><dc:creator>isilio</dc:creator><description>&lt;p&gt;Thanks Charlie for the reply.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I understand that the nRF7002EK overlay will solve the problem of turning on the power in hardware, but in my case I have to set the BUCKEN and VDIO pins at the right time?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Pawel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 and nRF7002 Wi-Fi controller connection</title><link>https://devzone.nordicsemi.com/thread/436007?ContentTypeID=1</link><pubDate>Wed, 12 Jul 2023 13:39:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50f57663-3a99-4090-aa5a-4db770d4588b</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Pawel,&lt;/p&gt;
&lt;p&gt;There is actually one sample using nRF7002EK with nRF9160DK for WiFi location service.&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/pastedimage1689169067635v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.0/nrf/samples/nrf9160/location/README.html"&gt;nRF9160: Location — nRF Connect SDK 2.4.0 documentation (nordicsemi.com)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There is only SPI connection between them and&amp;nbsp;&lt;span&gt;SW_CTR01, SW_CTRL1, COEX_GRANT, COEX_REQ, COEX_STATUS0 pins on nRF7002 are left in unconnected state.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Charlie&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>