Combining MQTT over wifi with OTA BLE

Hi, i wanted to add OTA DFU to an MQTT application i coded using zephyr APIs on my nrf52840DK with nrf7002ek. 

The problem is that MQTT takes already a lot of RAM and flash memory that eventually there's no more room for BLE functionalities, is there a way to have a "lighter" MQTT application, or is it just impossible to have them both?

Thanks in advance,

Kind regrards,

Parents
  • Hello,

    The RAM usage of your application is at 89.25%, which is quite high. Is there any error message inside the logs? I recommend checking the logs from both sides, which are from the nRF side as well as from the device on which you are uploading the image. If you are using any nRF mobile application, go through the logs and see if there is anything suspicious or any error messages. In the nRF Connect app, you can slide the screen to the right side to see the logs. I recommend uploading the logs here.

    Kind Regards,

    Abhijith

Reply
  • Hello,

    The RAM usage of your application is at 89.25%, which is quite high. Is there any error message inside the logs? I recommend checking the logs from both sides, which are from the nRF side as well as from the device on which you are uploading the image. If you are using any nRF mobile application, go through the logs and see if there is anything suspicious or any error messages. In the nRF Connect app, you can slide the screen to the right side to see the logs. I recommend uploading the logs here.

    Kind Regards,

    Abhijith

Children
Related