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
  • Hello,

    Now by using MQTT protocol I can send the data to mqtt server through nrf91. I read other articles, from that it is clear that data is not stored on the mqtt server. I should store this data in a database to access it later. So how this can be done on nrf91? I read that MySQL database or MongoDB are used to store the data. So can this be done through nrf91? Is there any way to store the server data in a database when using nrf91 as a publisher for the server data?

Children
Related