<?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>Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109605/noise-on-pcb-during-2-4ghz-rf-transmission</link><description>Hello friends, 
 I am using nrf52840-CKAA for my customize PCB. 
 I am facing the noise during RF transmission on my ADC. The peak noise happen when I send a packet of data via RF antenna. 
 Power_Tx = 4dBm 
 
 When I decrease the Tx Power to -12dBm,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Apr 2024 06:13:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109605/noise-on-pcb-during-2-4ghz-rf-transmission" /><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/477004?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2024 06:13:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1f27a7b-4273-45ed-a0be-f986276bf2b8</guid><dc:creator>MinhDuc</dc:creator><description>&lt;p&gt;Hello hmoles,&lt;/p&gt;
&lt;p&gt;In my case, I send a continuous of 12 32-bit SPI command (16MHz SCK) every 50us (20kHz sampling rate). It takes a round ( 2us/SPI command *12 + ~1.5us/CS high * 11) =&amp;nbsp; 40us.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I checked The SPI signal with oscilloscope. I didn&amp;#39;t observe any Radio interrupt problem or unpredictable sampling.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Note that I send the RF packet of 252byte. In other word, I don&amp;#39;t send the packet of data every 50us. I collect 252 bytes first then send it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bests,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/476946?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 15:27:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb6713a9-3158-432c-9e86-352ddb74c3e0</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;I was thinking more of high transfer rate with long DMA transfers to get predictably even sampling, given that the radio requires interrupt priority short transfers do not work well and lead to unpredictable sampling unless scheduled away from radio activity. Something like the&amp;nbsp;STM32U535xx; For the nRF5x PWM spoofing of SCK, MOSI and /CS works in conjunction with using SPIS instead of SPIM to receive the data but the frequency is on the low side. Spoofing of&amp;nbsp;&lt;span&gt;SCK, MOSI and /CS&amp;nbsp;with PPI-linked timers is also an option, but increases power due to the significant number of peripherals running and synchronising the timers requires care. What data rate do you achieve?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/476722?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 03:32:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:972cc10a-5c7a-4e5e-9b00-869a8d6924e1</guid><dc:creator>MinhDuc</dc:creator><description>&lt;p&gt;Thank you for sharing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My SPI is ok. It&amp;rsquo;s around 1.5us CS pulse high between each 32-bit SPI command.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/476721?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 02:13:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d6eca61-8863-4e62-8e7b-f1ce391c7b4d</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;If using a battery with plenty of capacity, such as a rechargeable battery or AA cells, or external supply such as USB, then the average VDD voltage probably stays high enough for 3.3 volt operation and so use the ideal diode (small, cheap, low voltage drop 30mV). If using (say) CR2032 or CR2540 coin cells where the voltage will drop over time to (say) 2.7 volts, then a buck-boost regulator to supply the ADC with 3.3 volts becomes mandatory. If using such a buck-boost regulator to maintain 3.3 volts for the ADC, choose one which will hold the voltage output even when the input voltage sags or drops sharply. Something like a TPS63000; there are lots of options but I use this one.&amp;nbsp;&lt;a href="https://www.ti.com/product/TPS63000"&gt;TPS63000&lt;/a&gt;&amp;nbsp;in which case this replaces the Ideal Diode.&lt;/p&gt;
&lt;p&gt;How are you handling the 32-bit SPI transfer /CS requirement other than millions of short transfers? &amp;quot;&lt;em&gt;The CS line must be pulsed high between every 32-bit data transfer.; ie.&lt;/em&gt;&amp;nbsp;&lt;em&gt;/CS stays high for 154 ns between words&lt;/em&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1712111229619v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/476717?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 01:18:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da5734ec-fc15-455a-acc8-0d26bfd76d3f</guid><dc:creator>MinhDuc</dc:creator><description>&lt;p&gt;It was very clear. I don&amp;#39;t have experience using ideal diode for this purpose. Can you please recommend which one is better for my case? Ideal diode or separate LDO?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Appreciate your help.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/476680?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2024 16:56:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65d12eed-db8c-4c2b-a48b-ba0b0ea6d2e9</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;I would just common the ADC VDD pins and drive from a single Ideal Diode; it is not clear which VDD pin supplies which subsystem within the ADC die, often one is used for io and others for analogue but it doesn&amp;#39;t matter here I don&amp;#39;t think. Capacitor should be (say) 47uF 6.3V or (better) 10V or 16V rating. Normally connect EN to Vdd (ie nRF VDD) or leave floating (EN has internal pull-up). Note &lt;em&gt;&amp;quot;It is not necessary (or recommended) to use separate &amp;ldquo;analog&amp;rdquo; and &amp;ldquo;digital&amp;rdquo; power lines&lt;/em&gt;.&amp;quot;&lt;/p&gt;
&lt;p&gt;VSTIM would perhaps be treated separately if also coming from nRF VDD.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/476678?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2024 16:29:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f606b01-08e2-4723-9ca2-c382c7c1a3dc</guid><dc:creator>MinhDuc</dc:creator><description>&lt;p&gt;Hello hmolesworth,&lt;/p&gt;
&lt;p&gt;Yes I think it makes sense.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;In the case of ideal diode, should I use each diode for each VDD pin of external ADC?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/476670?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2024 15:39:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:512d5c6c-135d-490b-917d-7b593c480a9d</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Common problem, the nRF VDD sags a lot during BLE transmission which (worse) is often asynchronous to the ADC readings. One fix is to feed the supply for the external ADC via an ideal diode, thus when the nRF VDD sags the external ADC VDD holds up with a more-or-less linear droop for the duration of the nRF VDD sag; this droop is orders of magnitude less than nRF VDD sag so does not have a big impact on ADC readings. A separate regulator which blocks reverse-drain can also be used instead of the ideal diode.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1712072259512v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/476563?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2024 12:20:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aca849c5-cdf6-4ba8-be22-3362a3c58665</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;After discussing this with one of our HW experts, this is normal behavior, as the radio pulls the voltage lower when used which thus affects the ADC.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/476048?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2024 07:12:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:628a2563-bc0a-4ef1-91bb-4c8ca173bedc</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I will have to wait for some of the HW engineers to come back from Easter vacation, so someone will be able to help you Tuesday April 2nd. In the meantime, can you upload the full schematics and gerber files of your design so we can conduct a proper HW review on our end? If you&amp;#39;d like I can set this case to private mode so the files you upload will only be visible to yourself and Nordic engineers.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/475821?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 07:51:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0cc017a-566d-4abe-87e6-7170f28eb21a</guid><dc:creator>MinhDuc</dc:creator><description>&lt;p&gt;Hi Simonr,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My ADC is Intan chip RHS2116. It is controlled by MCU via SPI communication.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Instead of&amp;nbsp;connecting all VSS at top layer ground plan, I use uVia for each VSS pin&amp;nbsp;for connecting it directly to the layer 2 ground plane.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In my PCB, I use a lot of via so it limit the return path. Do you think it is a possible reason?&amp;nbsp;&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/pastedimage1711439496831v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/475804?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 06:37:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:855c00c6-c848-43a7-a8ff-058df0515dc6</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Can you share your HW files so we can do a review of schematics and the PCB you&amp;#39;re using? Here is an image of how the ground plane and VSS pins should be connected.&amp;nbsp;&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/pastedimage1711434936459v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Also, please share some more details on the ADC you&amp;#39;re using. What are you measuring on it, and what is this external ADC exactly? And is it connected to the nRF52840 somehow? If so, to what pins on the nRF52840.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/475786?ContentTypeID=1</link><pubDate>Tue, 26 Mar 2024 00:02:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15069a38-1589-4ba3-bcd8-0d0eb17953ed</guid><dc:creator>MinhDuc</dc:creator><description>&lt;p&gt;Glad to hear from you Simonr. When I mentioned &amp;quot;ADC&amp;quot;, it was the external ADC instead of nrf52840-ADC.&lt;/p&gt;
&lt;p&gt;I locate that external ADC quite far from the ANT trace (around 2cm).&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Noise on PCB during 2.4GHz RF transmission</title><link>https://devzone.nordicsemi.com/thread/475687?ContentTypeID=1</link><pubDate>Mon, 25 Mar 2024 14:23:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48721d17-9629-4278-85fa-59f02ff04c84</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;What pin(s) are you using for ADC on your nRF52840 SoC? As you can see in &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fpin.html"&gt;the nRF52840 pin assignments&lt;/a&gt;&amp;nbsp;section, some GPIOs are recommended to use at standard drives/low frequencies. That is because these are located near the radio, and can affect radio performance. It is also thus possible that the radio can affect pins/lines that goes close to the ANT pin/trace.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regarding your second point, I will need to check that with one of my more &amp;quot;HW oriented&amp;quot; colleagues and get back to you. Thanks for your patience!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>