This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52832 DK and MQTT

Hello guys.

Is possible integrate features from the IoT SDK to the BLE stack SDK?

I am planning use a Quectel cellular module attached to my nRF52DK and connect Azure over MQTT procotol, but I am not sure If the nRF52832 is enough for this task or the steps to integrate MQTT to the BLE SDK

Note: I am using SDK13 and SDK14 for my current aplication

Parents
  • Hi,

     

    The IoT SDK, which is using the IPSP profile and has MQTT capabilities, was merged with the nRF5 SDK from v14.1.

    The SDK includes MQTT decoder/encoder, as well as transport layers (TLS, socket, LwIP) and of course generic handling of the MQTT protocol (mqtt.c). As long as you port/write a transport layer conforming to your solution, that should work. I suppose you are going to fetch/send messages over both MQTT and BLE, so you'll need some application handling in addition as well to translate messages between the two protocols.

     

    Best regards,

    Håkon

Reply
  • Hi,

     

    The IoT SDK, which is using the IPSP profile and has MQTT capabilities, was merged with the nRF5 SDK from v14.1.

    The SDK includes MQTT decoder/encoder, as well as transport layers (TLS, socket, LwIP) and of course generic handling of the MQTT protocol (mqtt.c). As long as you port/write a transport layer conforming to your solution, that should work. I suppose you are going to fetch/send messages over both MQTT and BLE, so you'll need some application handling in addition as well to translate messages between the two protocols.

     

    Best regards,

    Håkon

Children
Related