<?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>nRF Connect SDK missing Proximity app example (present in nRF5 SDK)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/103567/nrf-connect-sdk-missing-proximity-app-example-present-in-nrf5-sdk</link><description>Hey guys, sorry if my question was answered in some way in the past, but after some digging I couldn&amp;#39;t find anything in here... 
 In the past I&amp;#39;ve worked in a project involving the proximity profile for tracking and finding personal belongings and right</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 09 Sep 2023 17:39:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/103567/nrf-connect-sdk-missing-proximity-app-example-present-in-nrf5-sdk" /><item><title>RE: nRF Connect SDK missing Proximity app example (present in nRF5 SDK)</title><link>https://devzone.nordicsemi.com/thread/445243?ContentTypeID=1</link><pubDate>Sat, 09 Sep 2023 17:39:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27f68805-8b44-411e-a901-c4358976f00d</guid><dc:creator>Tulio</dc:creator><description>&lt;p&gt;Hi Hung Bui,&lt;/p&gt;
&lt;p&gt;I understood and I just found the code you&amp;#39;ve mentioned and I&amp;#39;ll do as you&amp;#39;ve said. I really appreciate your help and time! Thank you so much again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect SDK missing Proximity app example (present in nRF5 SDK)</title><link>https://devzone.nordicsemi.com/thread/445165?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2023 13:59:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0214ac4-1731-4c0b-a562-23eb25d02ad9</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Tulio,&amp;nbsp;&lt;br /&gt;There is no sample. It&amp;#39;s the service. You need to find it in the SDK folder in your computer it&amp;#39;s located in&lt;/p&gt;
&lt;p&gt;yourSDKfolder\zephyr\subsys\bluetooth\services\ias&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think you can mix the nRF5 SDK code with nRF Connect SDK code. They are totally different platform. You would need to rewrite. But as I mentioned,&amp;nbsp;LLS service is not too complex code so you should be able to base on what we have in nRF5 SDK and write somethin gsimilar for nRF Conenct SDK. Please try to get familiar with the IAS service code first.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect SDK missing Proximity app example (present in nRF5 SDK)</title><link>https://devzone.nordicsemi.com/thread/445164?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2023 13:53:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cd9453b-1e63-4ce1-9796-00c7eaca9268</guid><dc:creator>Tulio</dc:creator><description>&lt;p&gt;Hi Hung Bui and thank you for the reply!&lt;/p&gt;
&lt;p&gt;I understand, I did try but couldn&amp;#39;t find something similar to &amp;quot;&lt;span&gt;\zephyr\subsys\bluetooth\services\ias&amp;quot; here in my nRF Connect SDK. I&amp;#39;m using the most recent version available in Toolchain Manager (v1.2.5), nRF Connect SDK v2.4.2 running on macOS.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&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/pastedimage1694180308293v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&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/Screen-Shot-2023_2D00_09_2D00_08-at-10.41.20.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Besides that, is it safe to try to mix and match the proximity sample code from nRF5 sdk with a new project created in nRF Connect SDK? I would really appreciate your opinion on that. Thanks again!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect SDK missing Proximity app example (present in nRF5 SDK)</title><link>https://devzone.nordicsemi.com/thread/445098?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2023 09:39:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22777cff-d53e-41db-8722-67c4f9fd9193</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Tuilo,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As far as I know the closest to the proximity profile we have in the NRF Connect SDK is the IAS (immediate alert) service including both the server and the client. You can find them in \zephyr\subsys\bluetooth\services\ias .&amp;nbsp; We don&amp;#39;t have the link loss service unfortunately.&amp;nbsp;&lt;br /&gt;If you need the link loss service, you may have to implement it on your own. From what I can see in the LLS service in nRF5 SDK, it&amp;#39;s not a very complex service.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>