nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

asset tracker not updating the gps values

Hi All , 

I am using nrf9160Dk ,When i use asset tracker V2 i successfully get the GPS values on the nrf Cloud . But when i use the Asset Tracker only then i am unable to get the GPS values.

these are the values i get on the terminal . 

"Received":{
4 items
"appId":
"RSRP"
"data":
"-109"
"messageType":
"DATA"
"ts":
1645300825215
}
"Received":{
4 items
"appId":
"HUMID"
"data":
"52.6"
"messageType":
"DATA"
"ts":
1645301337524
}
"Received":{
4 items
"appId":
"TEMP"
"data":
"20.3"
"messageType":
"DATA"
"ts":
1645301337524
}
"Received":{
4 items
"appId":
"AIR_PRESS"
"data":
"97.6"
"messageType":
"DATA"
"ts":
1645301337524
}
Can you please help me in this regard ? Do we have to set some configuration in kconfig or .config ?
Thanks & Regards
Muhamamd Usman
Parents Reply
  • Hello Markus,

    Thank you so much for the response!

    I am using esp32c3 reading sensor values and sending them to nrf9160DK via UART. And nrf9160DK read the values and send them to nrf cloud via LTE. 

    My requirement is to read the GPS values and RSSI from the nrf9160 as well. For me, it's difficult to make changes in the asset tracker v2 as compared to v1. Asset tracker v1 is similar to the cloud client app.I did my task with the cloud client.

    Can you please recommend me asset tracker V1 or v2 ? as I mentioned my requirements. Will it be problematic for me in the future?

    If you recommend asset tracker v2 is there any programming guidelines other than this 

    https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.0/nrf/applications/asset_tracker_v2/README.html

    Thanks and Regards,

    Muhammad Usman

Children
No Data
Related