I am trying to use the nRF9160 DK as a gateway to send sensor data to an Azure IoT Hub for further handling.
I was previously using Particle to solve this problem, and they provided a simple webhook service that basically did all of the work for me in integrating the device=>cloud connections to Azure.
I have seen a few different threads with people trying to accomplish this, but I haven't come across a decent start to finish guide for working specifically with Azure IoT Hub.
I have tried adapting a few different mqtt examples to connect to our IoT Hub, but seem to be pretty far over my head working with this dk compared to using Particle hardware.
I am not involved with the setup of the IoT Hub, but it is already configured to receive http PATCH requests from Particle's backend.
If anyone could point me in a good direction to get my dk talking with the azure iot hub, it would be much appreciated.
If I left out any information that is relevant to my question, please let me know and I will provide it ASAP.
Thanks!