Customizing MQTT Broker in NRF Cloud

Hello everyone,

I’m new to the Nordic development ecosystem and currently working on a project to implement a temperature and humidity monitoring system using the nRF9160 as an MQTT client. My goal is to periodically send data to nRF Cloud.

I have a question regarding the MQTT handling on the nRF Cloud side:

Is it possible to customize the MQTT broker in nRF Cloud, particularly in terms of how MQTT messages are parsed? For example, if the connection is lost for an extended period (e.g., 3 hours) and data points accumulate during this downtime, what happens when the connection is restored? If the device sends a large MQTT packet containing all the accumulated data, how does the cloud handle this? I wasn’t able to find any APIs or documentation that address this scenario.

I apologize if this is a basic question—I’m still getting up to speed and want to ensure I understand how this process works.

Thank you in advance for your help!

Best regards,

Giray

Parents Reply Children
Related