<?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>about nRF52-ble-long-range-demo</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92133/about-nrf52-ble-long-range-demo</link><description>Hi, 
 I&amp;#39;m trying to measure the communication distance with Coded PHY using two nRF52840s and the demo software below, 
 but there are some problems. They are shown below. 
 https://github.com/NordicPlayground/nRF52-ble-long-range-demo 
 a. Buttons and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Oct 2022 12:12:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92133/about-nrf52-ble-long-range-demo" /><item><title>RE: about nRF52-ble-long-range-demo</title><link>https://devzone.nordicsemi.com/thread/389196?ContentTypeID=1</link><pubDate>Tue, 04 Oct 2022 12:12:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:396f341a-18dc-4eab-8672-8e011c9c14e0</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes, this should be the same on the S140, as long as you use the same version number or newer. Older versions of the SoftDevices did not have support for controlling PA/LNA devices.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about nRF52-ble-long-range-demo</title><link>https://devzone.nordicsemi.com/thread/389093?ContentTypeID=1</link><pubDate>Tue, 04 Oct 2022 00:57:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c21e267-90f7-418d-abe7-bb20d9da19b5</guid><dc:creator>Dai.Ima</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I read the blog you introduced.&amp;nbsp;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;In the blog, the case of S132 was described.&lt;/span&gt;&lt;/span&gt; &lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;I understand that it is the same when applied to others (for example, S140), is that correct?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;Best Regards&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;Dai.Ima&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about nRF52-ble-long-range-demo</title><link>https://devzone.nordicsemi.com/thread/388905?ContentTypeID=1</link><pubDate>Mon, 03 Oct 2022 07:50:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2437de3f-01df-48df-be2e-01757d8e80d7</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Essentially you should call this function after you have enabled the SoftDevice, before you start any BLE activity (like advertising). It would make sense to include it as a part of the GAP initialization phase.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you have a look at &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/pa-lna-support-in-s132"&gt;this old blog&lt;/a&gt;, it includes an example function showing how you can use this function to enable external PA/LNA.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about nRF52-ble-long-range-demo</title><link>https://devzone.nordicsemi.com/thread/388548?ContentTypeID=1</link><pubDate>Thu, 29 Sep 2022 11:16:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e2dcb31-244b-4fdf-8de4-caca7a3e4a0d</guid><dc:creator>Dai.Ima</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;I have a question.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;To enable the sd_ble_opt_set(..) function,&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span class="Q4iAWc"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;What part of the firmware should I change?&lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b"&gt;&lt;span class="Q4iAWc"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;Also, in order to enable the sd_ble_opt_set(..) function, are there any other preparations other than the app and firmware you provide?&lt;/span&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;Dai.Ima&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about nRF52-ble-long-range-demo</title><link>https://devzone.nordicsemi.com/thread/388413?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2022 16:14:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b8444d5-4741-4bd3-9104-cf3c0a6c0ee0</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Many of the Bluetooth SoftDevices support automatic control of TX enable and RX enable pins for use with PA/LNA solutions, yes.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can enable these signals on any pins you like, by using the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v6.1.1/group___b_l_e___c_o_m_m_o_n___f_u_n_c_t_i_o_n_s.html?cp=4_7_4_4_2_0_2_2_4#ga511d431bc3d9ccf9bef09ad20cbf855a"&gt;sd_ble_opt_set(..)&lt;/a&gt; function, and all the GPIO pins are available on pin headers on the nRF52840DK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Just make sure to select pins that aren&amp;#39;t already used for something else, such as buttons or LED&amp;#39;s.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about nRF52-ble-long-range-demo</title><link>https://devzone.nordicsemi.com/thread/388018?ContentTypeID=1</link><pubDate>Tue, 27 Sep 2022 00:19:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0a99d6d-b350-4eb7-bb54-fe8021a6c0d5</guid><dc:creator>Dai.Ima</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Thank you for your support.&lt;/p&gt;
&lt;p&gt;I understand&amp;nbsp; t&lt;span&gt;he RSSI displayed on the central side&amp;nbsp;&lt;/span&gt;&lt;span&gt;and&amp;nbsp;&lt;/span&gt;i&lt;span&gt;t needs to have an LNA&amp;nbsp; to boost the RSSI seen on the central side.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;When I use LNA or FEM, I know that I need a signal to control the LNA.&lt;/span&gt;&lt;/span&gt; &lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;Does the nRF52840-DK have ports for extracting control signals like TXEN(Tx enable) and RXEN(Rx enable)?&lt;/span&gt;&lt;/span&gt; &lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;If it doesn&amp;#39;t exist, do we have to modify it ourselves?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about nRF52-ble-long-range-demo</title><link>https://devzone.nordicsemi.com/thread/387967?ContentTypeID=1</link><pubDate>Mon, 26 Sep 2022 14:28:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0be581bb-9954-4dc3-a7f4-3836997dfed7</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The RSSI displayed on the central side should be the signal strength of the incoming signal from the peripheral.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In other words if you add a FEM on the central side it needs to have an LNA (rather than a PA) to boost the RSSI seen on the central side.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about nRF52-ble-long-range-demo</title><link>https://devzone.nordicsemi.com/thread/387458?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2022 10:40:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3be473e2-2600-40cb-b447-3440cf25694f</guid><dc:creator>Dai.Ima</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I got everything working.&lt;/p&gt;
&lt;p&gt;But I have a question. RSSI display in Central. I&lt;span&gt;s this Central&amp;#39;s RSSI or Peripheral&amp;#39;s RSSI?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;As next step,&lt;/span&gt;&lt;span&gt;&amp;nbsp;I added FEM between A and nRF82540 on Central side, but RSSI didn&amp;#39;t change with or without FEM. I want to determine whether it is due to the operation of FEM.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about nRF52-ble-long-range-demo</title><link>https://devzone.nordicsemi.com/thread/387398?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2022 07:04:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65e05364-6705-4032-87ca-f6eb6bc9f656</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Does that mean you now got everything working, or do you still have some issues getting the demo to run?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about nRF52-ble-long-range-demo</title><link>https://devzone.nordicsemi.com/thread/387240?ContentTypeID=1</link><pubDate>Wed, 21 Sep 2022 09:26:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e22f6b05-b189-4598-a903-4f3336477205</guid><dc:creator>Dai.Ima</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;I checked the board, the firmware was stored in flash memory.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I think I misunderstood that the firmware update method was wrong and the LED didn&amp;#39;t light up, &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;so the firmware wasn&amp;#39;t saved.&lt;/span&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: about nRF52-ble-long-range-demo</title><link>https://devzone.nordicsemi.com/thread/387235?ContentTypeID=1</link><pubDate>Wed, 21 Sep 2022 09:04:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90b245e2-058d-4fbc-b2ac-1ad1f181d281</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
[quote user=""]c.&amp;nbsp;When the writing of the software is completed, the power of the board is turned off, and it is restarted, the software disappears. Is this due to lack of memory?[/quote]
&lt;p&gt;This shouldn&amp;#39;t happen, no. The firmware is stored in flash memory, which will be retained during power down.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you press the reset button on the board after it wakes up will the code start running then?&lt;/p&gt;
&lt;p&gt;Did you remember to reconnect the RTT viewer application after powering up the board?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about nRF52-ble-long-range-demo</title><link>https://devzone.nordicsemi.com/thread/387210?ContentTypeID=1</link><pubDate>Wed, 21 Sep 2022 07:54:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:754f023d-ffb0-49f7-9332-ae348ef3a756</guid><dc:creator>Dai.Ima</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;I have solved question a and b.&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;The cause is that there was a flaw in writing the demo software to nRF52840-DK.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;&lt;span&gt;I was able to confirm that the RSSI value was displayed on Teraterm according to the procedure you showed.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;&lt;span&gt;Please answer question C.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span class="Q4iAWc"&gt;&lt;span&gt;Best Regards,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>