<?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>Antenna questions on nRF7002 - nRF5340</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102082/antenna-questions-on-nrf7002---nrf5340</link><description>Hello everyone! I&amp;#39;m developing a custom board in which the two above mentioned chip will live. 
 As the nRF7002 Prod. Spec file states, I can use two different antennas, one dedicated to the 5340, one to the 7002. 
 I already have a working design for</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 01 Sep 2023 07:54:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102082/antenna-questions-on-nrf7002---nrf5340" /><item><title>RE: Antenna questions on nRF7002 - nRF5340</title><link>https://devzone.nordicsemi.com/thread/444008?ContentTypeID=1</link><pubDate>Fri, 01 Sep 2023 07:54:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92fa6868-1cf4-4fed-a99b-9f9afda868fe</guid><dc:creator>Bendik Heiskel</dc:creator><description>&lt;p&gt;The RF switch is controlled by the nRF7002, it will be set high when WIFI is transmitting or receiving. The state of the CTRL pin must match the input of the RF switch the nRF7002 is connected to. Using the DK as a example, if the nRF7002 was connected to RF2, the SW_CTRL0 pin could be connected directly to the CTRL pin of the RF switch.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Antenna questions on nRF7002 - nRF5340</title><link>https://devzone.nordicsemi.com/thread/443770?ContentTypeID=1</link><pubDate>Wed, 30 Aug 2023 15:17:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de98a7ea-e9c0-4ca1-be81-5108e447edb5</guid><dc:creator>dario.sortino</dc:creator><description>&lt;p&gt;Sorry for the late reply.&lt;/p&gt;
&lt;p&gt;So I assume that I can connect directly SW_CTRL0 to the CTRL pin of the RF switch, and have a devicetree overlay with&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;	nrf_radio_coex: nrf7002-coex {
		....
		....
		
		swctrl1-gpios = &amp;lt;&amp;amp;gpio0 29 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)&amp;gt;;
		...
		...
		
	};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Am I correct?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Antenna questions on nRF7002 - nRF5340</title><link>https://devzone.nordicsemi.com/thread/439318?ContentTypeID=1</link><pubDate>Tue, 01 Aug 2023 14:34:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21468fe8-33b3-4fa7-8422-535fbc8d4c58</guid><dc:creator>Bendik Heiskel</dc:creator><description>&lt;p&gt;It&amp;#39;s used for inverting the control signal from the nRF7002. The pull-up resistor R62 configures the RF switch to connect RF2 to RF by default. This is done to eliminate the need for crossing the RF traces. Which would be needed if the SW_CTRL0 pin of the nRF7002 is connected directly to the CTRL pin of the RF switch, as the switch would by default connect RF1 to RF.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Antenna questions on nRF7002 - nRF5340</title><link>https://devzone.nordicsemi.com/thread/439187?ContentTypeID=1</link><pubDate>Tue, 01 Aug 2023 08:28:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:814f336e-b4cd-4977-90e5-127cdc38b540</guid><dc:creator>dario.sortino</dc:creator><description>&lt;p&gt;Do you have an explanation for the Q10 transistor used to control the RF Swtich in the 7002 part of schematic (image in your first comment)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Antenna questions on nRF7002 - nRF5340</title><link>https://devzone.nordicsemi.com/thread/439056?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2023 13:49:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2280fe7e-a647-482d-ac41-b7111c2cc4e8</guid><dc:creator>Bendik Heiskel</dc:creator><description>[quote user="dario.sortino"]Does this mean that in &amp;quot;regular&amp;quot; applications like normal BT, without having WiFi, let&amp;#39;s say by default I should have a 2.4Ghz antenna that can interface directly with the 5340?[/quote]
&lt;p&gt;Yes, for boards without WiFI you would just connect the antenna directly to the nRF5340, with only the required radio and antenna matching networks in the RF path. Here is the nRF5340DK as a reference point:&lt;br /&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/pastedimage1690811365146v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;J1 is just a test connector it can be ignored.&lt;/p&gt;
[quote user="dario.sortino"]Also, If I want to make my matching+patch antenna instead of using A2 as a chip antenna, should I control the impedance of the traces (inside the blue pen drawing) to be 50 ohms?[/quote]
&lt;p&gt;Yes, all transmission lines should have a controlled impedance of 50 Ohm.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Antenna questions on nRF7002 - nRF5340</title><link>https://devzone.nordicsemi.com/thread/438468?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2023 09:24:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4deac67-17cc-47a1-9f2e-99b358535939</guid><dc:creator>dario.sortino</dc:creator><description>&lt;p&gt;I have one more question about this topic.&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/pastedimage1690449776114v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The component U16 is the switch between the 5340 own antenna and the shared one with the 7002. This is controlled by GPIO 1 10 that in the devicetree I see its the btrf-switch-gpios field under the coex interface.&lt;/p&gt;
&lt;p&gt;Does this mean that in &amp;quot;regular&amp;quot; applications like normal BT, without having WiFi, let&amp;#39;s say by default I should have a 2.4Ghz antenna that can interface directly with the 5340?&lt;/p&gt;
&lt;p&gt;Also, If I want to make my matching+patch antenna instead of using A2 as a chip antenna, should I control the impedance of the traces (inside the blue pen drawing) to be 50 ohms?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Antenna questions on nRF7002 - nRF5340</title><link>https://devzone.nordicsemi.com/thread/437708?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2023 14:28:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e645d2c8-3aff-46ea-b242-b80f2ff8189b</guid><dc:creator>Bendik Heiskel</dc:creator><description>&lt;p&gt;Yes, it should be possible to make WiFi coexist with ESB,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Antenna questions on nRF7002 - nRF5340</title><link>https://devzone.nordicsemi.com/thread/437707?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2023 14:27:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40639e39-329c-4fea-84b0-adec49686120</guid><dc:creator>dario.sortino</dc:creator><description>&lt;p&gt;Super clear. Just one last question: even if the example works with BLE, is it possible to make WiFi coexist with ESB?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Antenna questions on nRF7002 - nRF5340</title><link>https://devzone.nordicsemi.com/thread/437705?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2023 14:23:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40e10924-5613-4678-a4d4-29b7185ba8e7</guid><dc:creator>Bendik Heiskel</dc:creator><description>&lt;p&gt;Since both ESB and WiFi uses the 2.4GHz band the two antennas will be optimized for the same frequency band, this means a good amount of power will be coupled from one antenna to the other. WiFi can transmit at a higher power than the nRF5340, leading to the nRF5340 being deafened by the nRF7002. If the nRF5340 is in RX mode it may not be able to receive the anything as the receiver may be saturated by the TX power of the nRF7002.&lt;/p&gt;
&lt;p&gt;This is solved by using coexistence, which ensures only one device is using the radio, most protocols allows for this as there isn&amp;#39;t continuously radio activity. We have a sample that demonstrates this with WiFi and BLE coexistence:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/wifi/sr_coex/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/wifi/sr_coex/README.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This also allows the nRF7002 and nRF5340 to share a 2.4GHz antenna as both won&amp;#39;t be using it at the same time. The nRF7002 have dedicated pins for coexistence which must be connected to the nRF5340, as well as a dedicated pin for controlling the RF switch when sharing antenna with the nRF5340.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Antenna questions on nRF7002 - nRF5340</title><link>https://devzone.nordicsemi.com/thread/437697?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2023 14:09:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9a56d4f-0b5d-40c8-8f50-ce0331922b7c</guid><dc:creator>dario.sortino</dc:creator><description>&lt;p&gt;Thank you for your answer.&lt;/p&gt;
&lt;p&gt;What do you mean that both can&amp;#39;t be transmitting simultaneously even if I have different antennas?&amp;nbsp;I thought it was not a problem since the antennas are different. I was planning to collect data from a set of devices via ESB (hence running in the network core) and forward them via WiFi (in the application core). Is there any problem with this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Antenna questions on nRF7002 - nRF5340</title><link>https://devzone.nordicsemi.com/thread/437695?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2023 13:58:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5b88526-c378-4285-8aad-65dbb53d4d63</guid><dc:creator>Bendik Heiskel</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are some designs for dual band PCB antennas, but they would require simulation to optimize the shape for both bands simultaneously. Using just one antenna is OK, but if you just want to use the 2.4GHz band it would be simplest just to share the antenna between the nRF5340 and the nRF7002. Both radios can&amp;#39;t be transmitting simultaneously anyways so sharing the antenna is not a problem. If you want to try this you can use parts of the&lt;a href="https://nsscprodmedia.blob.core.windows.net/prod/software-and-other-downloads/dev-kits/nrf7002-dk/nrf7002-development-kit---hardware-files-0_7_2.zip"&gt; nRF7002 DK design files&lt;/a&gt; as reference, as the DK have a option to use the same 2.4GHz antenna for both radios:&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/pastedimage1689947107875v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;just remove the diplexter and connect the output of the RF switch to the antenna matching network directly.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]Do I need matching circuitry? If not, it&amp;#39;s correct to assume that my antenna start directly from the PIN?[/quote]
&lt;p&gt;You don&amp;#39;t need a matching network for the nRF7002 side as the TXRF0 pin already have an impedance of 50 Ohm, but the antenna will require a matching network. The type of matching network is dependent on the type of antenna.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The TXRF1 pin can just be left floating when not using 5GHz.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Bendik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>