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 Reply
  • Close, but not quite.

    If you look at the script it then parses the private key into the der format and outputs the result in an array in a new C file.

    The error from the Python script indicates that it was not able to run openssl. Is openssl in your PATH environment variable? If not, try to add it.

    If you are able to run the Python script where you generated the certificates, that should also work (if this is in another folder you would have to copy the output files into the private_info folder).

Children
Related