<?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>Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127151/current-version-of-assettracker</link><description>Hi 
 
 There is a github repo https://github.com/nrfconnect/Asset-Tracker-Template/tree/main that receives updates as of yesterday. 
 
 However on the documentation website https://docs.nordicsemi.com/bundle/ncs-2.9.2/page/nrf/applications/asset_tracker_v2</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Feb 2026 09:51:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127151/current-version-of-assettracker" /><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/562202?ContentTypeID=1</link><pubDate>Fri, 27 Feb 2026 09:51:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae7731d5-c2b5-4313-af31-89507c4a4bc6</guid><dc:creator>Simon D-M</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m glad you were able to find a solution!&lt;/p&gt;
&lt;p&gt;I found that there is &lt;a href="https://github.com/nrfconnect/Asset-Tracker-Template/tree/no-location-module"&gt;a branch&lt;/a&gt; on the GitHub repo that was made with the location module removed. It looks like it has not been updated, but it can be a good way to see what needs to be done to remove it cleanly.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon D-M&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/562197?ContentTypeID=1</link><pubDate>Fri, 27 Feb 2026 09:05:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe354e97-1d69-4239-ade2-98eacf4de8cc</guid><dc:creator>Eau Du Puid</dc:creator><description>&lt;p&gt;Hi Simon&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I disabled all location services:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;# Location&lt;br /&gt;CONFIG_LOCATION=n&lt;br /&gt;CONFIG_LOCATION_DATA_DETAILS=n&lt;br /&gt;CONFIG_LOCATION_METHOD_GNSS=n&lt;br /&gt;CONFIG_LOCATION_METHOD_CELLULAR=n&lt;br /&gt;CONFIG_LOCATION_SERVICE_EXTERNAL=n&lt;br /&gt;CONFIG_LOCATION_REQUEST_DEFAULT_GNSS_TIMEOUT=60000&lt;br /&gt;CONFIG_LOCATION_REQUEST_DEFAULT_CELLULAR_TIMEOUT=30000&lt;br /&gt;CONFIG_LOCATION_REQUEST_DEFAULT_TIMEOUT=120000&lt;br /&gt;CONFIG_LOCATION_REQUEST_DEFAULT_CELLULAR_CELL_COUNT=3&lt;br /&gt;CONFIG_LOCATION_REQUEST_DEFAULT_GNSS_VISIBILITY_DETECTION=n&lt;br /&gt;CONFIG_LTE_NETWORK_MODE_LTE_M_NBIOT_GPS=n&lt;br /&gt;CONFIG_LTE_NETWORK_MODE_LTE_M_NBIOT=y&lt;br /&gt;CONFIG_NRF_CLOUD_AGNSS=n&lt;br /&gt;CONFIG_LOCATION_REQUEST_DEFAULT_METHOD_SECOND_CELLULAR=n&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;However, this doesn&amp;#39;t compile out of the box because of missing guards. Also, this disables the button 1 function.&lt;/p&gt;
&lt;p&gt;It might be interesting to refactor the template so that people who don&amp;#39;t need location can easily disable it. Also, basic data upload should work in the free plan even when location quotas are exceeded.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Anyway, thank you very much for your help.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/562196?ContentTypeID=1</link><pubDate>Fri, 27 Feb 2026 08:27:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef0e59ee-45ff-473f-8786-e9799740af35</guid><dc:creator>Simon D-M</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, please try the suggested change first. And if you still have problems with the location service requests after that, I&amp;#39;ll forward your issue internally to the nRF Cloud team.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon D-M&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/562158?ContentTypeID=1</link><pubDate>Thu, 26 Feb 2026 14:28:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbfdcc32-c4bf-4885-b4dc-a8eda09e0123</guid><dc:creator>Eau Du Puid</dc:creator><description>&lt;p&gt;Hi Simon&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you , I will try this in a minute. I just upgraded to Pro but I still get the same error:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;[00:00:30.428,436] &amp;lt;inf&amp;gt; nrf_cloud_fota_poll: No pending FOTA job&lt;br /&gt;[00:00:30.428,436] &amp;lt;dbg&amp;gt; fota: state_polling_for_update_entry: No FOTA job available&lt;br /&gt;[00:00:30.428,833] &amp;lt;dbg&amp;gt; fota: state_waiting_for_poll_request_entry: state_waiting_for_poll_request_entry&lt;br /&gt;[00:00:30.869,415] &amp;lt;err&amp;gt; nrf_cloud_coap_transport: Unexpected response: {&amp;quot;message&amp;quot;:&amp;quot;This request exceeds your monthly quota of 1500 location service requests.&amp;quot;,&amp;quot;code&amp;quot;:40005}&lt;br /&gt;[00:00:30.869,476] &amp;lt;err&amp;gt; nrf_cloud_coap: Unexpected response: {&amp;quot;message&amp;quot;:&amp;quot;This request exceeds your monthly quota of 1500 location service requests.&amp;quot;,&amp;quot;code&amp;quot;:40005}&lt;br /&gt;[00:00:30.869,750] &amp;lt;err&amp;gt; nrf_cloud_coap: Error getting location; result code: 4.00&lt;br /&gt;[00:00:30.869,781] &amp;lt;wrn&amp;gt; cloud: nRF Cloud CoAP location coordinates not found, error: 128&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t need location so I am going to change prj.conf as you suggested, but since this is now Pro, maybe there is another issue ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/562154?ContentTypeID=1</link><pubDate>Thu, 26 Feb 2026 14:03:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:070a4ccc-0270-4b11-926c-d5e48a77f472</guid><dc:creator>Simon D-M</dc:creator><description>&lt;p&gt;Hi Peter,&lt;/p&gt;
&lt;p&gt;I just asked internally, and the Asset Tracker Template has other things that use the nRF Cloud Location service.&lt;/p&gt;
&lt;p&gt;It uses the Location service for Cellular Positioning and Wi-Fi Positioning (Wi-Fi is only relevant for the Thingy:91 X).&lt;/p&gt;
&lt;p&gt;To deactivate these service, you can disable the config &amp;quot;&lt;code&gt;CONFIG_LOCATION_METHOD_CELLULAR=n&lt;/code&gt;&amp;quot; in &lt;code&gt;prj.conf&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;And :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;for the &lt;strong&gt;nRF9151 DK&lt;/strong&gt;, disable&amp;nbsp;in &lt;code&gt;boards/nrf9151dk_nrf9151_ns.conf&lt;/code&gt;&amp;nbsp;:
&lt;ul&gt;
&lt;li&gt;&amp;quot;&lt;code&gt;CONFIG_LOCATION_REQUEST_DEFAULT_METHOD_SECOND_CELLULAR=n&lt;/code&gt;&amp;quot;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;for the &lt;strong&gt;Thingy:91 X&lt;/strong&gt;, disable in &lt;code&gt;boards/thingy91x_nrf9151_ns.conf&lt;/code&gt;&amp;nbsp;:
&lt;ul&gt;
&lt;li&gt;&amp;quot;&lt;code&gt;CONFIG_LOCATION_METHOD_WIFI=n&lt;/code&gt;&amp;quot;&lt;/li&gt;
&lt;li&gt;&amp;quot;&lt;code&gt;CONFIG_LOCATION_REQUEST_DEFAULT_METHOD_FIRST_WIFI=n&lt;/code&gt;&amp;quot;&lt;/li&gt;
&lt;li&gt;&amp;quot;&lt;code&gt;CONFIG_LOCATION_REQUEST_DEFAULT_METHOD_THIRD_CELLULAR=n&lt;/code&gt;&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I hope this will solve your issue. If it still uses the Location Service I&amp;#39;ll try to check if there is even more things that use it.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon D-M&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/562134?ContentTypeID=1</link><pubDate>Thu, 26 Feb 2026 11:51:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4020689b-7b91-4f83-9d11-75877c122da1</guid><dc:creator>Eau Du Puid</dc:creator><description>&lt;p&gt;Hi, thank you, unfortunately, it doesn&amp;#39;t help. I flashed 3 different nRF9151 SMA DKs in addition to the Thingy91X and the nRF9161 DK.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The Thingy91x has been flashed with the Asset Tracker from nRf Connect for Desktop, all others with the github version.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Two of the three nRF9151 SMA DKs show this:&lt;br /&gt;&lt;br /&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/pastedimage1772106470054v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;I have reflashed one with the suggestion you made (disable&amp;nbsp;&lt;span&gt;CONFIG_NRF_CLOUD_AGNSS) but this doesnt help:&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;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1772106523314v2.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Finally the third nRF9151 SMA DK show this:&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/pastedimage1772106582111v3.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;so no terminal , no data but a location !. This was the first one I claimed in nRFCloud. I have unclaimed it then reflashed it ( with the github version) and then reclaimed it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;No idea why it is rendered differently in nRFCloud.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/562132?ContentTypeID=1</link><pubDate>Thu, 26 Feb 2026 11:37:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:726664cc-5e19-4e62-a95d-cbf90f35a4b0</guid><dc:creator>Simon D-M</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Eau Du Puid"]When I try to compile the Asset Tracker Template from Github for the nRF9161 Dk, I get a compile time error.[/quote]
&lt;p&gt;The Asset tracker template does not natively support the nRF9161 DK. As for now, it only natively supports the nRF9151 DK / SMA DK and the Thingy:91 X. When using the Thingy, it also collects some more information from the on-board sensors.&lt;/p&gt;
[quote user="Eau Du Puid"]when I press Button 1, I get:[/quote]
&lt;p&gt;It says that your monthly quota of 1500 location service has already been used. It fails because the Asset Tracker Template uses by default nRF Cloud A-GNSS, which uses &amp;quot;location service tokens&amp;quot;. (&lt;em&gt;If you don&amp;#39;t know what A-GNSS is, you can learn a more &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/networking/nrf_cloud_agnss.html"&gt;here&lt;/a&gt;.&lt;/em&gt;)&lt;/p&gt;
&lt;p&gt;Now, you have 3 options in front of you:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;You can wait until you have new &amp;quot;location service tokens&amp;quot;.&lt;/li&gt;
&lt;li&gt;You can upgrade your nRF Cloud plan to one that gives more &amp;quot;location service tokens&amp;quot;&lt;/li&gt;
&lt;li&gt;You can use normal GNSS instead of A-GNSS.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I would recommend you to try the latest one, as you don&amp;#39;t have to wait and it is free.&lt;/p&gt;
&lt;p&gt;To do that, you can go in the &lt;code&gt;prj.conf&lt;/code&gt; and disable the A-GNSS config &amp;quot;&lt;code&gt;CONFIG_NRF_CLOUD_AGNSS=n&lt;/code&gt;&amp;quot;. Rebuild the application and flash it and now your device should be using normal GNSS.&lt;/p&gt;
&lt;p&gt;Please tell me if that worked, I wasn&amp;#39;t able to test it myself as I don&amp;#39;t have access to a limited nRF Cloud account right now.&lt;/p&gt;
&lt;p&gt;If you still don&amp;#39;t have the right interface in nRF Cloud, you can try to delete the device and unclaim it. Then reclaim it and run the application again.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon D-M&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/562086?ContentTypeID=1</link><pubDate>Wed, 25 Feb 2026 17:35:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c91d01d8-cd9f-4882-a4eb-133c08ca76bd</guid><dc:creator>Eau Du Puid</dc:creator><description>&lt;p&gt;I forgot: I use the nRF9151 SMA DK, I also have a ThingyX91 flashed with AssetTracker using nrf Connect for Desktop which shows the expected UI elements (Terminal, ...) . The same is true for the nRF9161 DK flashed also with the nRF Connect for Desktop App. When I try to compile the Asset Tracker Template from Github for the nRF9161 Dk, I get a compile time error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/562084?ContentTypeID=1</link><pubDate>Wed, 25 Feb 2026 16:57:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b1a0c2b-ff42-4283-bc50-bb70a7328ccc</guid><dc:creator>Eau Du Puid</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I followed the steps in&amp;nbsp;&lt;a id="" href="https://github.com/nrfconnect/Asset-Tracker-Template/blob/main/docs/common/getting_started.md"&gt;https://github.com/nrfconnect/Asset-Tracker-Template/blob/main/docs/common/getting_started.md&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto"&gt;
&lt;pre&gt;&lt;span class="pl-c"&gt;# Initialize asset-tracker-template workspace&lt;/span&gt;
west init -m &lt;a href="https://github.com/nrfconnect/Asset-Tracker-Template.git"&gt;github.com/.../Asset-Tracker-Template.git&lt;/a&gt; --mr main asset-tracker-template

&lt;span class="pl-c1"&gt;cd&lt;/span&gt; asset-tracker-template

&lt;span class="pl-c"&gt;# Update nRF Connect SDK modules. This may take a while.&lt;/span&gt;
west update&lt;br /&gt;&lt;br /&gt;Navigate to the application folder:&lt;/pre&gt;
&lt;/div&gt;
&lt;ol dir="auto"&gt;
&lt;li&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto"&gt;
&lt;pre&gt;&lt;span class="pl-c"&gt;# Assuming you are in the asset-tracker-template folder&lt;/span&gt;
&lt;span class="pl-c1"&gt;cd&lt;/span&gt; project/app&lt;/pre&gt;
&lt;div class="zeroclipboard-container"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto"&gt;
&lt;pre&gt;west build -p -b nrf9151dk/nrf9151/ns &lt;span class="pl-c"&gt;# Pristine build&lt;/span&gt;&lt;/pre&gt;
&lt;div class="zeroclipboard-container"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto"&gt;
&lt;pre&gt;west flash --erase &lt;span class="pl-c"&gt;# The --erase option is optional and will erase the entire flash memory before programming&lt;/span&gt;&lt;/pre&gt;
&lt;div class="zeroclipboard-container"&gt;&lt;/div&gt;
&lt;div class="zeroclipboard-container"&gt;when I press Button 1, I get:&lt;/div&gt;
&lt;div class="zeroclipboard-container"&gt;&lt;/div&gt;
&lt;div class="zeroclipboard-container"&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/pastedimage1772038670392v1.png" alt=" " /&gt;&lt;/div&gt;
&lt;div class="zeroclipboard-container"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/562045?ContentTypeID=1</link><pubDate>Wed, 25 Feb 2026 13:31:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:caf6a48c-1c0c-46e4-9144-b899cd7c3430</guid><dc:creator>Simon D-M</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Hmmmm, it is strange. You should see something like this:&lt;/p&gt;
&lt;p&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/pastedimage1772026059941v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Can you please retry from scratch and let me know the exact steps you went through ?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon D-M&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/562018?ContentTypeID=1</link><pubDate>Wed, 25 Feb 2026 10:25:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5d90010-6e37-4b5b-bc43-ec91f142bc24</guid><dc:creator>Eau Du Puid</dc:creator><description>&lt;p&gt;If I may ask a follow up question: I have flashed the Asset Tracker Template to a nRF9161 SMA DK and the DK talks to nRFCloud ( where it has already been provisioned). However there is no Terminal and no history in nRFCloud as mentioned in the Asset Tracker Template doc.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&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/pastedimage1772015109831v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The time and location is correct. But there is nothing else.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/561986?ContentTypeID=1</link><pubDate>Tue, 24 Feb 2026 22:05:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a28cbcf-2000-4025-b126-3aa30bed6756</guid><dc:creator>Eau Du Puid</dc:creator><description>&lt;p&gt;Great, thanks !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/561963?ContentTypeID=1</link><pubDate>Tue, 24 Feb 2026 15:00:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98b6ae17-9421-4908-9f1a-b69953e775f9</guid><dc:creator>Simon D-M</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;First, the &amp;quot;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/nrf_cloud_multi_service/README.html"&gt;nRF Cloud multi-service&lt;/a&gt;&amp;quot; sample &lt;strong&gt;has also been deprecated&lt;/strong&gt;. So don&amp;#39;t base your new applications on that sample. Be sure to always be on the latest version possible on the documentation to have the latest information. (&lt;em&gt;if you see that the version &amp;quot;latest&amp;quot; is not available, it probably means that the page has been moved to somewhere else or has been renamed to something else. That is the case with the Asset Tracker V2&lt;/em&gt;)&lt;/p&gt;
&lt;p&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/2026_2D00_02_2D00_24_2D00_155409_5F00_hyprshot.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Then, speaking more about the difference. Basically, the goals of these applications are a bit different. The &amp;quot;nRF Cloud multi-service&amp;quot; sample was made more to show how you could implement such an application, not to be used as a framework for your application. However, the &amp;quot;Asset Tracker Template&amp;quot; was designed to be built on. It is way more modular. And without going into details, partly due to this change in purpose for the application, the whole &amp;quot;backend&amp;quot; of the application had to change. Thus, the whole application has been rebuilt&amp;nbsp;using a different architecture.&lt;/p&gt;
&lt;p&gt;If you want to see in more details the Asset Tracker Template architecture, it is documented &lt;a href="https://docs.nordicsemi.com/bundle/asset-tracker-template-latest/page/common/architecture.html"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have more questions, feel free to ask &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon D-M&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/561959?ContentTypeID=1</link><pubDate>Tue, 24 Feb 2026 14:16:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f6e3de1-4f03-4f32-ae72-02f5b88fa69d</guid><dc:creator>Eau Du Puid</dc:creator><description>&lt;p&gt;Hi, Thank you Simon&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;What exactly is the difference between the Asset Tracker Template and the multi service sample ? Why would one choose one over the other ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current version of AssetTracker</title><link>https://devzone.nordicsemi.com/thread/561946?ContentTypeID=1</link><pubDate>Tue, 24 Feb 2026 12:31:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c8728ac-a0cc-4ade-ba56-0e7b8697a35a</guid><dc:creator>Simon D-M</dc:creator><description>&lt;p&gt;Hi Peter,&lt;/p&gt;
[quote user=""]However on the documentation website &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.2/page/nrf/applications/asset_tracker_v2/README.html"&gt;https://docs.nordicsemi.com/bundle/ncs-2.9.2/page/nrf/applications/asset_tracker_v2/README.html&lt;/a&gt; , I read:[/quote]
&lt;p&gt;The link you just sent is referring to an old version of the Asset Tracker application, which was called &amp;quot;Asset Tracker v2&amp;quot;. The newest version of this application has been renamed to &amp;quot;Asset Tracker Template&amp;quot; which is the application you saw on GitHub.&lt;/p&gt;
&lt;p&gt;You can find the documentation for the new application &lt;a href="https://docs.nordicsemi.com/bundle/asset-tracker-template-latest/page/index.html"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The Asset tracker template is the recommended application to use for new Asset tracking projects.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon D-M&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>