End User GUI development

Hey so I am making a capstone project with Drapers lab from University of Massachusetts Lowell and one of the requirements is to create an friendly end-user GUI instead of the nRF Cloud. So as a solution I was thinking of using a progressive Web App (PWA) but the problem I am having is that I need to take data from the Nordic web server and I am not sure how to code this for the nRF 9160. Could someone help me in how to do this? Any links, documentation or code examples. Thank you.

Parents
  • Hi,

    Thanks for reaching out with this request. Based on your description, you are essentially building your own cloud service, so what you need is an API to interface with nRF Cloud.

    Please refer to the Overview of the nRF Cloud APIs and explore the nRF Cloud REST API here: https://docs.nordicsemi.com/bundle/nrf-cloud/page/APIs/APIOverview.html#nrf-cloud-rest-api.

    You can test the REST APIs using tools like Postman before integrating them into your cloud service application.

    Best regards,

    Charlie

Reply
  • Hi,

    Thanks for reaching out with this request. Based on your description, you are essentially building your own cloud service, so what you need is an API to interface with nRF Cloud.

    Please refer to the Overview of the nRF Cloud APIs and explore the nRF Cloud REST API here: https://docs.nordicsemi.com/bundle/nrf-cloud/page/APIs/APIOverview.html#nrf-cloud-rest-api.

    You can test the REST APIs using tools like Postman before integrating them into your cloud service application.

    Best regards,

    Charlie

Children
No Data
Related