Skip to content

Document process of implement LwM2M protocol in Asset Tracker

Notifications You must be signed in to change notification settings

MLopezJ/LwM2M-Asset-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

LwM2M Asset Tracker

Goal: implement LwM2M protocol in Asset Tracker and show how to do it.

Why: To make implementation of LwM2M easier for customers

How: Using Coiote from AV System, which is a LwM2M server, to send data from a device to a cloud provided already used by Asset Tracker.

Steps

Name -- -- -- -- -- --
Device Connection --->
Device Simulator --->
Coiote Result Transformation --->
Asset Tracker Connection --->
End-to-end test --->
Documentation --->

Device Connection

  • Goal: send data from Thingy:91 to a cloud provider through an integration with Coiote
  • How: Connect the Thingy:91 with nRF Asset Tracker firmware to Coiote and then, implement integration between Coiote and available cloud providers.
  • Link: Connection: Thingy:91 -> Coiote -> Cloud provider

Device Simulator

  • Goal: Send and upate data from a simulate device to Coiote
  • How: Uses LwM2M protocol to connect to Coiote
  • Link: LwM2M Device Simulator

Coiote Result Transformation

  • Goal: Take the result from the cloud integration and transform it from Coiote format to Asset Tracker format
  • How: Check types and build Asset Tracker expected input object
  • Link: Result Transformation

Asset Tracker Connection

  • Goal: Connect the cloud instance with Asset Tracker web application
  • How: Implement the transformation process of last step in the cloud provider, this way the data is already transformed before send it to Asset Tracker

Notes

  • Batch update feature is not supported by LwM2M Asset Tracker. +info
  • Roam timestamp is not supported by LwM2M. +info
  • Server timestamp is used in case an expected timestamp is missing: + info

About

Document process of implement LwM2M protocol in Asset Tracker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published