nRF9160 - Queries

Hi Team,

1. nRF9160 supports MQTT version 5.0?

2. Is it recommended to use 5.0? or 3.1.1 is enough?

Regards,

Sravan Rikka

Parents Reply Children
  • Hello Sravan,

    Nordic Connect SDK 3.1.0 does not have support for MQTT V5.0. It only supported MQTT 3.1.0 and 3.1.1. It appears that Azure IoT hub also has the same limitation. 

    Zephyr 4.2.0 added support later and NCS 3.2.x does add support for MQTT 5.0. I don't have proof though that it has been tested for the nRF9160. 

    My recommendation is to stay with MQTT 3.1.1. Also remember that the nRF9160 has a 2KB limit for the secure buffer size used in MQTT transmissions.

    Regards,

    Don

Related