Nordic 91X - Incorporating NRF CLOUD and custom MQTT Broker

Hi all,

Our company is currently prototyping with the Nordic 91X DK and looking to use both nrf cloud services specifically for using location services whilst also connecting to a third-party mqtt broker for telemetry streaming, our hope is to be able to get the device to push data in the order of seconds to our custom client. We have looking to adapt the nrf cloud multi service sample. We are using the mqtt specific api and have followed the setup for onboarding setup as described by the nrfcloud-utils documentation for the following repo: https://github.com/nRFCloud/utils.

We have been having some issues with configuring the device for both custom mqtt endpoints and nrf cloud due to ssl certificate conflicts. We were wondering how others have configured their devices for similar use cases? I.e. which api are you using, how best to manage the certificates etc. Alternatively, is there a currently working sample application better suited for the 91X DK? 


Related