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

Change destination server

Hi Guys

I got a nordic thingy:91 and just play a bit with it and the asset_tracker application. Everything is working and the thingy sends its data to the nrf cloud.

My question now is:

Is there a way to change the destination for the data so the thingy will send it there?

Best Regards,

Raffael 

Parents
  • Hi!

    Yes, our nRF Connect SDK has a lot of samples available, a few of which demonstrate how to connect the nRF9160 SiP to online platforms via various protocols. We have the Cloud Client sample that you can use to connect to AWS IoT. We also have an LwM2M Client sample to connect to any LwM2M server. We also have a simple MQTT sample to connect to an MQTT broker. 

    The Asset Tracker application, which is the firmware running on the device when it's shipped out, connects to nRF Cloud and sends data, but isn't really made to easily change the destination, so I would suggest trying out one of the other apps in NCS.

    If you give me some more information on what you want your application to do, I can give you more specific advice. 

    Best regards,

    Heidi

  • Hi Heidi

    Thank you for your reply.

    I want that the application will collect the sensor data (temperature, humidity, air pressure and gps) and sends it to my sever
    so i can save the data in a db.

    Best Regards,

    Raffael

Reply Children
Related