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

Sending Sensor data from nRF9160dk to the server

Hello,

I am working on nRF9160dk. I have interfaced a GNSS sensor with nRF9160 using UART and receive the data continuously. When there is an interrupt, this data is send to the user via SMS. Now I want to update this sensor data continously on the server. So what is the starting point for this? Which example I should start to connect to the server and send the data continuously?

Thank you

Parents Reply
  • It is working. Thank you so much.

    I still have a MQTT related question. Can I publish a text file to MQTT broker? My SD card is interfaced to nRF52840 using SPI. I will take this text file on nRF9160dk using SPI. So is it possible to publish this text file to MQTT broker? If yes, how to do this?

    Now I am using test.mosquitto.org for testing purpose. But later I am planning to set a Virtual Private Server for this.

Children
Related