Current version of AssetTracker

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/README.html , I read:

Important

The Asset Tracker v2 application is in maintenance mode. For new projects, it is recommended to use the Cellular: nRF Cloud multi-service sample instead..

Could explain what that means ? Why should I use the multi-service sample ? Is the AssetTracker as implemented in the github repo obsolete or is there a difference in functionality ?

Kind regards

Peter

Parents
  • Hi Peter,

    The link you just sent is referring to an old version of the Asset Tracker application, which was called "Asset Tracker v2". The newest version of this application has been renamed to "Asset Tracker Template" which is the application you saw on GitHub.

    You can find the documentation for the new application here.

    The Asset tracker template is the recommended application to use for new Asset tracking projects.

    Best regards,

    Simon D-M

  • Hi, Thank you Simon

    What exactly is the difference between the Asset Tracker Template and the multi service sample ? Why would one choose one over the other ?

    Kind regards 

    Peter

  • Hi,

    First, the "nRF Cloud multi-service" sample has also been deprecated. So don'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. (if you see that the version "latest" 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)

    Then, speaking more about the difference. Basically, the goals of these applications are a bit different. The "nRF Cloud multi-service" 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 "Asset Tracker Template" 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 "backend" of the application had to change. Thus, the whole application has been rebuilt using a different architecture.

    If you want to see in more details the Asset Tracker Template architecture, it is documented here.

    If you have more questions, feel free to ask Slight smile

    Best regards,

    Simon D-M

Reply
  • Hi,

    First, the "nRF Cloud multi-service" sample has also been deprecated. So don'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. (if you see that the version "latest" 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)

    Then, speaking more about the difference. Basically, the goals of these applications are a bit different. The "nRF Cloud multi-service" 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 "Asset Tracker Template" 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 "backend" of the application had to change. Thus, the whole application has been rebuilt using a different architecture.

    If you want to see in more details the Asset Tracker Template architecture, it is documented here.

    If you have more questions, feel free to ask Slight smile

    Best regards,

    Simon D-M

Children
Related