<?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>Range Finding, nrf_dm won&amp;#39;t build cleanly or at all.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/103853/range-finding-nrf_dm-won-t-build-cleanly-or-at-all</link><description>I can&amp;#39;t get &amp;quot;nrf_dm&amp;quot; to build cleanly. I don&amp;#39;t see anything in the readme that indicates I have to do anything special/additional... nrf5340dk might work (I have to order 2x nrf5340dk&amp;#39;s), but it generates enough Warnings to be concerning... Eventually</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Sep 2023 07:05:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/103853/range-finding-nrf_dm-won-t-build-cleanly-or-at-all" /><item><title>RE: Range Finding, nrf_dm won't build cleanly or at all.</title><link>https://devzone.nordicsemi.com/thread/447358?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2023 07:05:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:116c5b25-eff6-423b-8c76-8e8da0d618f1</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Please open a new case for this new question:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/support/add"&gt;https://devzone.nordicsemi.com/support/add&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Range Finding, nrf_dm won't build cleanly or at all.</title><link>https://devzone.nordicsemi.com/thread/447321?ContentTypeID=1</link><pubDate>Sun, 24 Sep 2023 22:36:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df4186c9-b4ca-4c27-b9bf-b946e7b8d303</guid><dc:creator>mej7000</dc:creator><description>&lt;p&gt;I have nrf_dm running on two nrf52832dk boards working perfectly. I can read the information in the UART. &lt;strong&gt;But I need help interpreting the BLE data.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I can see the 3 characteristics that return measurements:&lt;/p&gt;
&lt;p&gt;/** @brief UUID of the Distance Measurement Characteristic. **/&lt;br /&gt;#define BT_UUID_DDFS_DISTANCE_MEAS_VAL \&lt;br /&gt; BT_UUID_128_ENCODE(0x21490001, 0x494a, 0x4573, 0x98af, 0xf126af76f490)&lt;/p&gt;
&lt;p&gt;/** @brief UUID of the Azimuth Measurement Characteristic. **/&lt;br /&gt;#define BT_UUID_DDFS_AZIMUTH_MEAS_VAL \&lt;br /&gt; BT_UUID_128_ENCODE(0x21490002, 0x494a, 0x4573, 0x98af, 0xf126af76f490)&lt;/p&gt;
&lt;p&gt;/** @brief UUID of the Elevation Measurement Characteristic. **/&lt;br /&gt;#define BT_UUID_DDFS_ELEVATION_MEAS_VAL \&lt;br /&gt; BT_UUID_128_ENCODE(0x21490003, 0x494a, 0x4573, 0x98af, 0xf126af76f490)&lt;/p&gt;
&lt;p&gt;From the 3 different notifies I get BLE data such as:&lt;/p&gt;
&lt;p&gt;DISTANCE_MEAS_VAL: 0x020082BA2E1FAEC601050009000C000500&lt;br /&gt;AZIMUTH_MEAS_VAL: 0x0000FFEEDDCCBBAA011401&lt;br /&gt;ELEVATION_MEAS_VAL: 0x0002FFEEDDCCBBAA01F5&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I assume the above is meant to be read into an application and not just used/required for the distance measurement firmware? If so, I need help&amp;nbsp;on how to turn the above into decimal information. thanks!&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Range Finding, nrf_dm won't build cleanly or at all.</title><link>https://devzone.nordicsemi.com/thread/447162?ContentTypeID=1</link><pubDate>Thu, 21 Sep 2023 23:53:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:468c9f19-debc-4cb4-a57f-b71d787d2780</guid><dc:creator>Sigurd</dc:creator><description>[quote user="mej7000"]&lt;p&gt;Is there a good way to start nrf_dm development now? Is there is a &amp;quot;best&amp;quot; dk that specifically works well with nrf_dm?&lt;/p&gt;
&lt;p&gt;Eventually I was planning to use the nrf5340 in production because it has the memory to do the higher end distance calculations and seems to have the best power profile, but as long as I can develop successfully on something now I can move the project forward with the client.&lt;/p&gt;
&lt;p&gt;If the nrf_dm team revises the example&amp;nbsp;to make it more nrf5340dk friendly is there a good way to get notified when they are done? Do you have any sense of how long that might take? Weeks/Months?&lt;/p&gt;[/quote]
&lt;p&gt;The sample should work fine on the nRF5340-DK. There are some warnings when building, yes, but I don&amp;#39;t see why that should stop you from going forward with developing your&amp;nbsp;project with the nRF5340.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Range Finding, nrf_dm won't build cleanly or at all.</title><link>https://devzone.nordicsemi.com/thread/446909?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2023 13:59:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c4a8720-347d-41bd-b3a9-d60a95aad64a</guid><dc:creator>mej7000</dc:creator><description>&lt;p&gt;Thanks! That is good to know. Helps me qualify that maybe my installation is better than I thought...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there a good way to start nrf_dm development now? Is there is a &amp;quot;best&amp;quot; dk that specifically works well with nrf_dm?&lt;/p&gt;
&lt;p&gt;Eventually I was planning to use the nrf5340 in production because it has the memory to do the higher end distance calculations and seems to have the best power profile, but as long as I can develop successfully on something now I can move the project forward with the client.&lt;/p&gt;
&lt;p&gt;If the nrf_dm team revises the example&amp;nbsp;to make it more nrf5340dk friendly is there a good way to get notified when they are done? Do you have any sense of how long that might take? Weeks/Months?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Range Finding, nrf_dm won't build cleanly or at all.</title><link>https://devzone.nordicsemi.com/thread/446799?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2023 08:45:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab0f4cf3-d9d2-47db-8cdc-39fa8525d7c5</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m seeing these warnings for this sample when building for nRF53-DK as well.&lt;/p&gt;
&lt;p&gt;I will report this to the nrf_dm developers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Range Finding, nrf_dm won't build cleanly or at all.</title><link>https://devzone.nordicsemi.com/thread/446485?ContentTypeID=1</link><pubDate>Mon, 18 Sep 2023 14:45:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aef663a5-7622-46ec-b168-58d626a7ad92</guid><dc:creator>mej7000</dc:creator><description>&lt;p&gt;No Thingy53. That makes sense. Thanks.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;This build is straight out of the samples, using the nrf5340dk board. No code revisions. I am concerned my environment is not setup correctly because it&amp;#39;s generating 10 warnings, some that look fairly serious...&lt;/li&gt;
&lt;li&gt;Is there any way for me to improve my IDE environment so that I generate less Warnings?&lt;/li&gt;
&lt;li&gt;I always have to &amp;quot;scan for kits&amp;quot;, but &amp;quot;no kit selected&amp;quot; is always returned in the bottom toolbar. Is that something I should be concerned about?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;[{&lt;br /&gt; &amp;quot;resource&amp;quot;: &amp;quot;/../../../CMakeLists.txt&amp;quot;,&lt;br /&gt; &amp;quot;owner&amp;quot;: &amp;quot;nrf-connect&amp;quot;,&lt;br /&gt; &amp;quot;severity&amp;quot;: 4,&lt;br /&gt; &amp;quot;message&amp;quot;: &amp;quot;No SOURCES given to Zephyr library: lib__libc__common&amp;quot;,&lt;br /&gt; &amp;quot;source&amp;quot;: &amp;quot;cmake&amp;quot;,&lt;br /&gt; &amp;quot;startLineNumber&amp;quot;: 839,&lt;br /&gt; &amp;quot;startColumn&amp;quot;: 1,&lt;br /&gt; &amp;quot;endLineNumber&amp;quot;: 839,&lt;br /&gt; &amp;quot;endColumn&amp;quot;: 2147483647&lt;br /&gt;},{&lt;br /&gt; &amp;quot;resource&amp;quot;: &amp;quot;/c:/ncs/v2.4.2/nrf/subsys/dm/dm.c&amp;quot;,&lt;br /&gt; &amp;quot;owner&amp;quot;: &amp;quot;cpptools&amp;quot;,&lt;br /&gt; &amp;quot;severity&amp;quot;: 4,&lt;br /&gt; &amp;quot;message&amp;quot;: &amp;quot;#warning \&amp;quot;The ncs,dm-timer chosen node is not set; defaulting to TIMER2\&amp;quot; [-Wcpp]&amp;quot;,&lt;br /&gt; &amp;quot;source&amp;quot;: &amp;quot;gcc&amp;quot;,&lt;br /&gt; &amp;quot;startLineNumber&amp;quot;: 43,&lt;br /&gt; &amp;quot;startColumn&amp;quot;: 2,&lt;br /&gt; &amp;quot;endLineNumber&amp;quot;: 43,&lt;br /&gt; &amp;quot;endColumn&amp;quot;: 2&lt;br /&gt;},{&lt;br /&gt; &amp;quot;resource&amp;quot;: &amp;quot;/c:/ncs/v2.4.2/zephyr/CMakeLists.txt&amp;quot;,&lt;br /&gt; &amp;quot;owner&amp;quot;: &amp;quot;nrf-connect&amp;quot;,&lt;br /&gt; &amp;quot;severity&amp;quot;: 4,&lt;br /&gt; &amp;quot;message&amp;quot;: &amp;quot;No SOURCES given to Zephyr library: lib__libc__common&amp;quot;,&lt;br /&gt; &amp;quot;source&amp;quot;: &amp;quot;cmake&amp;quot;,&lt;br /&gt; &amp;quot;startLineNumber&amp;quot;: 839,&lt;br /&gt; &amp;quot;startColumn&amp;quot;: 1,&lt;br /&gt; &amp;quot;endLineNumber&amp;quot;: 839,&lt;br /&gt; &amp;quot;endColumn&amp;quot;: 2147483647&lt;br /&gt;},{&lt;br /&gt; &amp;quot;resource&amp;quot;: &amp;quot;/c:/ncs/v2.4.2/zephyr/CMakeLists.txt&amp;quot;,&lt;br /&gt; &amp;quot;owner&amp;quot;: &amp;quot;nrf-connect&amp;quot;,&lt;br /&gt; &amp;quot;severity&amp;quot;: 4,&lt;br /&gt; &amp;quot;message&amp;quot;: &amp;quot;__ASSERT() statements are globally ENABLED&amp;quot;,&lt;br /&gt; &amp;quot;source&amp;quot;: &amp;quot;cmake&amp;quot;,&lt;br /&gt; &amp;quot;startLineNumber&amp;quot;: 1865,&lt;br /&gt; &amp;quot;startColumn&amp;quot;: 1,&lt;br /&gt; &amp;quot;endLineNumber&amp;quot;: 1865,&lt;br /&gt; &amp;quot;endColumn&amp;quot;: 2147483647&lt;br /&gt;},{&lt;br /&gt; &amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myApps/nrf_dm_4/boards/nrf5340dk_nrf5340_cpuapp.conf&amp;quot;,&lt;br /&gt; &amp;quot;owner&amp;quot;: &amp;quot;kconfig0&amp;quot;,&lt;br /&gt; &amp;quot;severity&amp;quot;: 4,&lt;br /&gt; &amp;quot;message&amp;quot;: &amp;quot;CONFIG_MPSL was assigned the value n, but got the value n. Missing dependencies:\nSOC_SERIES_BSIM_NRFXX || SOC_SERIES_NRF52X || SOC_NRF5340_CPUNET&amp;quot;,&lt;br /&gt; &amp;quot;startLineNumber&amp;quot;: 12,&lt;br /&gt; &amp;quot;startColumn&amp;quot;: 1,&lt;br /&gt; &amp;quot;endLineNumber&amp;quot;: 12,&lt;br /&gt; &amp;quot;endColumn&amp;quot;: 12&lt;br /&gt;},{&lt;br /&gt; &amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myApps/nrf_dm_4/child_image/hci_rpmsg.conf&amp;quot;,&lt;br /&gt; &amp;quot;owner&amp;quot;: &amp;quot;kconfig0&amp;quot;,&lt;br /&gt; &amp;quot;severity&amp;quot;: 4,&lt;br /&gt; &amp;quot;message&amp;quot;: &amp;quot;MAIN_STACK_SIZE set more than once. Old value \&amp;quot;512\&amp;quot;, new value \&amp;quot;680\&amp;quot;.&amp;quot;,&lt;br /&gt; &amp;quot;startLineNumber&amp;quot;: 20,&lt;br /&gt; &amp;quot;startColumn&amp;quot;: 1,&lt;br /&gt; &amp;quot;endLineNumber&amp;quot;: 20,&lt;br /&gt; &amp;quot;endColumn&amp;quot;: 27,&lt;br /&gt; &amp;quot;relatedInformation&amp;quot;: [&lt;br /&gt; {&lt;br /&gt; &amp;quot;startLineNumber&amp;quot;: 6,&lt;br /&gt; &amp;quot;startColumn&amp;quot;: 1,&lt;br /&gt; &amp;quot;endLineNumber&amp;quot;: 6,&lt;br /&gt; &amp;quot;endColumn&amp;quot;: 23,&lt;br /&gt; &amp;quot;message&amp;quot;: &amp;quot;Already set to \&amp;quot;512\&amp;quot; here&amp;quot;,&lt;br /&gt; &amp;quot;resource&amp;quot;: &amp;quot;/c:/ncs/v2.4.2/zephyr/samples/bluetooth/hci_rpmsg/prj.conf&amp;quot;&lt;br /&gt; }&lt;br /&gt; ]&lt;br /&gt;},{&lt;br /&gt; &amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myApps/nrf_dm_4/child_image/hci_rpmsg.conf&amp;quot;,&lt;br /&gt; &amp;quot;owner&amp;quot;: &amp;quot;kconfig0&amp;quot;,&lt;br /&gt; &amp;quot;severity&amp;quot;: 4,&lt;br /&gt; &amp;quot;message&amp;quot;: &amp;quot;HEAP_MEM_POOL_SIZE set more than once. Old value \&amp;quot;8192\&amp;quot;, new value \&amp;quot;2048\&amp;quot;.&amp;quot;,&lt;br /&gt; &amp;quot;startLineNumber&amp;quot;: 27,&lt;br /&gt; &amp;quot;startColumn&amp;quot;: 1,&lt;br /&gt; &amp;quot;endLineNumber&amp;quot;: 27,&lt;br /&gt; &amp;quot;endColumn&amp;quot;: 31,&lt;br /&gt; &amp;quot;relatedInformation&amp;quot;: [&lt;br /&gt; {&lt;br /&gt; &amp;quot;startLineNumber&amp;quot;: 4,&lt;br /&gt; &amp;quot;startColumn&amp;quot;: 1,&lt;br /&gt; &amp;quot;endLineNumber&amp;quot;: 4,&lt;br /&gt; &amp;quot;endColumn&amp;quot;: 26,&lt;br /&gt; &amp;quot;message&amp;quot;: &amp;quot;Already set to \&amp;quot;8192\&amp;quot; here&amp;quot;,&lt;br /&gt; &amp;quot;resource&amp;quot;: &amp;quot;/c:/ncs/v2.4.2/zephyr/samples/bluetooth/hci_rpmsg/prj.conf&amp;quot;&lt;br /&gt; }&lt;br /&gt; ]&lt;br /&gt;},{&lt;br /&gt; &amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myApps/nrf_dm_4/prj.conf&amp;quot;,&lt;br /&gt; &amp;quot;owner&amp;quot;: &amp;quot;kconfig0&amp;quot;,&lt;br /&gt; &amp;quot;severity&amp;quot;: 4,&lt;br /&gt; &amp;quot;message&amp;quot;: &amp;quot;CONFIG_MPSL was assigned the value y, but got the value n. Missing dependencies:\nSOC_SERIES_BSIM_NRFXX || SOC_SERIES_NRF52X || SOC_NRF5340_CPUNET&amp;quot;,&lt;br /&gt; &amp;quot;startLineNumber&amp;quot;: 30,&lt;br /&gt; &amp;quot;startColumn&amp;quot;: 1,&lt;br /&gt; &amp;quot;endLineNumber&amp;quot;: 30,&lt;br /&gt; &amp;quot;endColumn&amp;quot;: 12&lt;br /&gt;}]&lt;/p&gt;
&lt;p&gt;&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/Screenshot-2023_2D00_09_2D00_18-103909.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Range Finding, nrf_dm won't build cleanly or at all.</title><link>https://devzone.nordicsemi.com/thread/446446?ContentTypeID=1</link><pubDate>Mon, 18 Sep 2023 11:55:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40ec5e8e-5275-4532-a875-fd10a9932efe</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;See the requirements here:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/nrf_dm/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/nrf_dm/README.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thingy:53 is not supported by this sample.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>