<?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>Receiveing signal strength is jumping and different from each other of NRF52832 Gateway</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33795/receiveing-signal-strength-is-jumping-and-different-from-each-other-of-nrf52832-gateway</link><description>hello, 
 Now i have two troubles in NRF52832 Gateway. 
 1.Planning introduce： 
 The only function of NRF52832 Gateway is to scan beacons&amp;#39; advertisements. With beacons‘ number is so huge，so we use three NRF52832 chips and scanning on 37/38/39 channels</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 May 2018 07:55:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33795/receiveing-signal-strength-is-jumping-and-different-from-each-other-of-nrf52832-gateway" /><item><title>RE: Receiveing signal strength is jumping and different from each other of NRF52832 Gateway</title><link>https://devzone.nordicsemi.com/thread/131675?ContentTypeID=1</link><pubDate>Fri, 11 May 2018 07:55:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fc813a6-d11c-4554-9414-a902954ffca4</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Good news on the reduction in signal strength variation.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Yes, 0xFFFF can be used per v5 Spec.&lt;/li&gt;
&lt;li&gt;You probably need to use a combination of network analyser (S-parameters or input impedance) and spectrum analyzer (nRF output power). The output power is the most convenient way to determine if the match is good or not, but there are some variation to output power between devices, so to not be tricked by this you should verify by measuring the input impedance or S-parameters of the matching.&lt;/li&gt;
&lt;li&gt;Not sure I understand your question correctly, but this has to be handled by the softdevice to not be reset. I suppose you could call the function various places, not necessarily in advertising_init.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiveing signal strength is jumping and different from each other of NRF52832 Gateway</title><link>https://devzone.nordicsemi.com/thread/131607?ContentTypeID=1</link><pubDate>Thu, 10 May 2018 06:46:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3565525-5457-47b8-ad67-4a3a364fc5b0</guid><dc:creator>liu</dc:creator><description>&lt;p&gt;Hi,Andreas&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Scanning waveforms of three NRF52832 chips were&amp;nbsp;not jump as i adjusted BLE_GAP_SCAN_WINDOW_MIN and&amp;nbsp;BLE_GAP_SCAN_INTERVAL_MIN (they are always equal) from 20ms to 10.24ms.So, as your said,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;input impedance are differ when you open or close radio.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Success!&amp;nbsp;strength gaps of them have become smaller.&lt;/p&gt;
&lt;p&gt;Now, i have three questions:&lt;/p&gt;
&lt;p&gt;Qes1:&lt;/p&gt;
&lt;p&gt;BLE_GAP_SCAN_INTERVAL_MAX and&amp;nbsp;BLE_GAP_SCAN_WINDOW_MAX are0XFFFF in sdk15.0, but it is 10.24s(0x3FFF) according to ble specification 4.2.&lt;/p&gt;
&lt;p&gt;I wonder if it can be use as 0xFFFF in ble 5.0.&lt;/p&gt;
&lt;p&gt;Qes2:&lt;/p&gt;
&lt;p&gt;What can i do to adjust RF 3.9nH and&amp;nbsp;&lt;span&gt; 0.8 pF capacitor according to my PCB.Using&amp;nbsp;network analyzer?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Actually, i know little about RF design.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Qes3:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In SDK15.0, if i want to maximize RF sending power, i should&amp;nbsp;use&amp;nbsp;sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV,m_adv_handle,+4).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But i wonder why it must be behind of&amp;nbsp;advertising_init(), because it is random in S110 of SDK8.1.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&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;Liu&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Beijing,China&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;liumanjinkobe@126.com&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiveing signal strength is jumping and different from each other of NRF52832 Gateway</title><link>https://devzone.nordicsemi.com/thread/130075?ContentTypeID=1</link><pubDate>Fri, 27 Apr 2018 09:10:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6a96970-a3b3-4372-ae5d-9310fbaa2d63</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi Liu,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The 3.9 nH is part of the matching network of the nRF52, ensuring 50 ohm input impedance and harmonic rejection. Adjusting it (and the parallel 0.8 pF capacitor) is often needed, as the optimal values will vary from layout to layout. The layouts of the 3 chips are quite similar though, so even if not entirely optimal you should get equal insertion loss to all three, provided the transmission lines(RF_OUTx) are 50 ohm lines.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiveing signal strength is jumping and different from each other of NRF52832 Gateway</title><link>https://devzone.nordicsemi.com/thread/130046?ContentTypeID=1</link><pubDate>Fri, 27 Apr 2018 01:15:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a96cbc5-770d-4daf-8cbe-72ea3cc9383e</guid><dc:creator>liu</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I want to know the role of &amp;nbsp;3.9nH linked to RF pin of NRF52832.I wonder if i shoule adjust the value of it according to the impedance or length of RF lines.&lt;/p&gt;
&lt;p&gt;Liu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiveing signal strength is jumping and different from each other of NRF52832 Gateway</title><link>https://devzone.nordicsemi.com/thread/129998?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 14:35:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d0c5550-8806-463d-8740-58b51abc0e51</guid><dc:creator>liu</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Andreas.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks for your help very much.I think i should&amp;nbsp;make some experiperments to test it according to your suggests.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Liu&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiveing signal strength is jumping and different from each other of NRF52832 Gateway</title><link>https://devzone.nordicsemi.com/thread/129901?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 09:03:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c196505f-4a3d-4984-a5ba-f428254df05e</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi Liu,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;OK, the ground information is valuable, that should be fine then.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The input impedance of the chip will differ when the radio is off, from when it is in RX or TX, meaning it will not have 50 ohm input when off. This will alter the&amp;nbsp;S-parameters of the power dividers, and probably cause more of the power to be directed towards the other device (the one that is on).&lt;/p&gt;
&lt;p&gt;When the chips are erased, the radio will be off all the time, so the received signal strength should be consistent all the time. If the chips are loaded with a Softdevice application the radio HW will switch itself on and off, meaning received power in one device will fluctuate between the levels given when the other two devices are on or off.&lt;/p&gt;
&lt;p&gt;Similarly if instead of erasing the application of one or two devices, if you load an application that has the radio in RX continuously, you should read a signal strength that does not fluctuate.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiveing signal strength is jumping and different from each other of NRF52832 Gateway</title><link>https://devzone.nordicsemi.com/thread/129827?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 15:21:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bd1e5fb-9da9-423b-920d-1db221917385</guid><dc:creator>liu</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;My PCB board is 4 layers.The second layer is GND totally.&lt;/p&gt;
&lt;p&gt;So,there have solid ground underneath all RF paths,and through it we made 50&amp;Omega; impedance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiveing signal strength is jumping and different from each other of NRF52832 Gateway</title><link>https://devzone.nordicsemi.com/thread/129824?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 15:10:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7618dbda-74e4-434c-a48e-3db57b96d90c</guid><dc:creator>liu</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Andreas.Thanks for your reply.&lt;/p&gt;
&lt;p&gt;I am sorry for my expression not clearly. I mean received power is jumping about 4dBm,because my gateway only be used for scanning. Program is burned means NRF52832 is loaded softdevice and application program.&lt;/p&gt;
&lt;p&gt;Program is loaded when it is erased means chips have no programs.&lt;/p&gt;
&lt;p&gt;I find received power is jumping when chips are loaded programs but which is stable when chips have no program.But what&amp;#39;s caused it?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiveing signal strength is jumping and different from each other of NRF52832 Gateway</title><link>https://devzone.nordicsemi.com/thread/129759?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 12:32:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3262a418-2efd-43e6-a56c-1d27a5d0a995</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi Liu,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is a very uncommon application for our devices, so please understand that we have&amp;nbsp;very little knowledge on this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Troubles:&lt;/p&gt;
&lt;p&gt;1. I do not understand what is jumping, transmitting or received power? Which program is burned? Which program is loaded when it is erased?&lt;/p&gt;
&lt;p&gt;2. The difference in signal strength is probably a combination between trace length and the middle trace just passing through 1 power divider, even though it is 3-way division. Also there should be solid ground underneath all RF paths, without ground, and with a trace passing underneath one direction, you do not have control that it will be similar.&lt;/p&gt;
&lt;p&gt;3. Using the RSSI module in the nRF52 is an inaccurate way to characterize this. It would be better to use a signal/spectrum analyzer. A network analyzer could be useful to see how different the loads seen by the nRF52 are.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>