Abdullah
Abdullah

Reputation: 11

Can we add custom objects in BG96 LwM2M implementation?

We have successfully created a client using the LwM2M implementation on BG96 device.

According to the documentation the following LwM2M objects are implemented:

  1. Security object
  2. Server object
  3. Access control object
  4. Device object
  5. Connectivity monitoring object
  6. Location object
  7. Connectivity statistics object
  8. Firmware update object
  9. Software management object
  10. Device capability management object

These objects send the data to server in their own constraint environment. The AT commands that are given in documentation are used to configure the files that helps us to deploy a client on our device.

Now the problem that we are facing is that we want to send our own custom next to the server e.g. the values of a sensor. There isn’t any AT command present which can send our sensor values through LwM2M, nor can we edit or create our own lwM2M object that can fulfill this functionality.

In simpler words the LwM2M objects mentioned above transmit their own specific data but we are unable to find a way to send our own custom text/sensor values to the server using LwM2M protocol.

How can we add new resources in the client for customization?

Upvotes: 0

Views: 464

Answers (1)

Abdullah
Abdullah

Reputation: 11

I figured it out. The stock firmware of BG96 does not support lwM2M custom objects. To use custom objects you need to use BG96 QuesOpen solution.

Upvotes: 0

Related Questions