<?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>How to measure the distance between the nRF52840 and a smartphone using the Nordic Distance Measurement library?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/97831/how-to-measure-the-distance-between-the-nrf52840-and-a-smartphone-using-the-nordic-distance-measurement-library</link><description>Until now, the distance between a other BLE module and a smartphone has been measured from RSSI. 
 For my use case, I thought that RSSI alone would be sufficient, since I only needed to know the relative value of the distance, not the exact distance.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Mar 2023 10:27:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/97831/how-to-measure-the-distance-between-the-nrf52840-and-a-smartphone-using-the-nordic-distance-measurement-library" /><item><title>RE: How to measure the distance between the nRF52840 and a smartphone using the Nordic Distance Measurement library?</title><link>https://devzone.nordicsemi.com/thread/417628?ContentTypeID=1</link><pubDate>Mon, 27 Mar 2023 10:27:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e76080e-ab99-4832-b011-9b6ad6522c08</guid><dc:creator>overclocker</dc:creator><description>&lt;p&gt;Thank you for your answer.&lt;/p&gt;
&lt;p&gt;As it is difficult to have another nRF52 in my use case, I will use RSSI, knowing that it is not accurate.&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to measure the distance between the nRF52840 and a smartphone using the Nordic Distance Measurement library?</title><link>https://devzone.nordicsemi.com/thread/417438?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2023 13:43:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1951d3e3-7252-405d-b46f-38c480d9a3b0</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;RSSI is the simplest way of measuring between a phone and an nRF52 device. Even though it is not accurate. I am not aware of other better way, unless you have an nRF52 close to the phone, that uses the Distance measurement library to find the distance to the initial nRF52, and later to report the information to the phone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to measure the distance between the nRF52840 and a smartphone using the Nordic Distance Measurement library?</title><link>https://devzone.nordicsemi.com/thread/416169?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2023 00:02:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bff40028-caa1-4450-9b9d-a0d44fef2ed1</guid><dc:creator>overclocker</dc:creator><description>&lt;p&gt;Thank you for your answer.&lt;br /&gt;I have also reviewed the documents you provided.&lt;/p&gt;
&lt;p&gt;I also understood that the Nordic Distance Measurement Library uses various factors to measure distances and that smartphones cannot be used.&lt;/p&gt;
&lt;p&gt;Conversely, is there a better way to measure the distance between the nRF52840 and the smartphone?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to measure the distance between the nRF52840 and a smartphone using the Nordic Distance Measurement library?</title><link>https://devzone.nordicsemi.com/thread/416145?ContentTypeID=1</link><pubDate>Sat, 18 Mar 2023 13:04:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be5e9288-42ad-4c22-b90b-7194ab0eb2fb</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Is it possible to use the Nordic Distance Measurement library in conjunction with a smartphone application such as Andorid or iPhone?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;No, It is not possible.&amp;nbsp;&lt;span&gt;The Nordic Distance Toolbox (NDT) is a set of methods for measuring the distance between two of Nordic&amp;#39;s SoCs.&amp;nbsp;O&lt;span dir="ltr"&gt;ne device configured as reflector and another device as initiator, so it could not support one of them be smartphone. Using signal strength (RSSI) for estimating distance is the inherent disadvantage of the technology for getting precise distance measurements. Since there are so many factors such as reflections and physical blocking effect the signal strength of the signal, hence the calculation of distance.&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span dir="ltr"&gt;Here is a slides of our distance measurement webinar you can look at&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/5734.Measuring_5F00_distance_5F00_with_5F00_Nordic_5F00_Distance_5F00_Toolbox_5F00_slides.pdf"&gt;https://devzone.nordicsemi.com/cfs file/__key/communityserver-discussions-components-files/4/Measuring_5F00_distance_5F00_with_5F00_Nordic_5F00_Distance_5F00_Toolbox_5F00_slides.pdf&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span dir="ltr"&gt;Here is the documentation of using Distance Measurement Library:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/others/dm.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/others/dm.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span dir="ltr"&gt;Thanks.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span dir="ltr"&gt;BR&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span dir="ltr"&gt;Kazi&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>