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

nRF9160: LTE Sensor Gateway

I am trying to use the LTE Sensor Gateway app to send Running Speed and Cadence Service Sample Application data loaded on a nRF52832. I have managed to get this two device connected (nRF9160 and nRF52832) and I can see the data at nRF9160.

1. How do I forward this data to the cloud? 

2. How do I change the cloud UI, as it is now the cloud UI appears as if it is accepting GPS data. 

Parents
  • Hi,

     

    If you get the data to the nRF9160, you can send it up to nrfcloud via MQTT, but; it will not be parsed properly on the nrfcloud side.

    The cloud frontend, ie: nrfcloud.com, is setup to expect the data format from asset_tracker (and thingy data). Getting it to actively parse RSCS will require backend work. This is something that you do not have access to do, unless you setup your own cloud frontend/backend and add your own parsers there.

     

    Kind regards,

    Håkon

Reply
  • Hi,

     

    If you get the data to the nRF9160, you can send it up to nrfcloud via MQTT, but; it will not be parsed properly on the nrfcloud side.

    The cloud frontend, ie: nrfcloud.com, is setup to expect the data format from asset_tracker (and thingy data). Getting it to actively parse RSCS will require backend work. This is something that you do not have access to do, unless you setup your own cloud frontend/backend and add your own parsers there.

     

    Kind regards,

    Håkon

Children
Related