This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Modify ASSET TRACKER

Hello, 

I'm trying to modify the current ASSET_TRACKER of SDK v1.4.1 to get it to work in my own server on AWS-IoT.

I'm wondering if there is any documentation about this app and if not I have a problem with finding the definition of the MQTT topics ( publish topics and subscribe topic ).

I want to modify these topics but I couldn't find their declarations

 

Thanks in advance!.

Parents
  • Most probably, take a bare machine in those cloud services, and install required server components. Then it may be easy  to integrate nRF-9160 to cloud. But integrating with one of their IoT services may be a challenge

  • Thanks Vkadal for your answer. Actually, my question was more about modifying the asset_tracker to get it to work on my own server ( also on AWS IOT ). until now I get successfully connection with my server and I could get messages on my shadow device topics. but when the device tries to publish a message-id ( RSRP ) to a modified topic which I modified instead of the old topic of nrf-cloud, I get then NRF_CLOUD_EVT_TRANSPORT_DISCONNECTED event. this error I get only when I try to publish the message with id (RSRP ) to another topic for example ( test/node ).

    Any idea what the problem is,

    Thanks in advance!

Reply
  • Thanks Vkadal for your answer. Actually, my question was more about modifying the asset_tracker to get it to work on my own server ( also on AWS IOT ). until now I get successfully connection with my server and I could get messages on my shadow device topics. but when the device tries to publish a message-id ( RSRP ) to a modified topic which I modified instead of the old topic of nrf-cloud, I get then NRF_CLOUD_EVT_TRANSPORT_DISCONNECTED event. this error I get only when I try to publish the message with id (RSRP ) to another topic for example ( test/node ).

    Any idea what the problem is,

    Thanks in advance!

Children
Related