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 have managed to upload data from nRF52832 using nRF9160. I upload the data as tempreture sensor (although they are just values in mV), and my interface at the nRF connect for Cloud looks like this 

my questions are 

  1. How can I change this interface? Instead of Temperature i want to use another label, for example voltage.
  2. Are the data permanently stored in my cloud account? 
  3. If they are, how can i retrieve them for further processing. 
  4. Can I move the data to other website such as Microsoft Azure or Power BI?

please assist 

Parents
  • Hi.

    Have you seen the API documentation for nRF Cloud? You can find it if you log in to the cloud, and select "Device API" in the menu on the left side.

    According to the API documentation, the messages are persisted indefinitely and can be retrieved using REST and GraphQL.

    As it is possible to fetch the stored messages, it should be possible to access the data from other places. It is also possible to send the data directly to your own cloud service.

    This link describes how to connect the nRF9160 to Google Cloud, and the nrf_cloud library can be used as a starting point for connecting to your own AWS instance.

    Best regards,

    Didrik

  • Hi

    I have seen the API documentation for nRF Cloud, however there is no instructions on how to use GraphQL, and more importantly I have been getting errors when using REST API. 

    for example this command 

    http api.nrfcloud.com/.../account \
      Authorization:"Bearer 67c32a28037d6eddf08d87624f8256fd1999e721"

    gives me a missing authentication token.

    can you assist?



Reply Children
Related