Serial LTE Modem, Subscribe MQTT, how to receive packet with unlimited size

Hello,

We are using the serial LTE modem on the nrf connect sdk v1.9.1. We are trying to receive a big message on a topic we have subscribe to, but the serial LTE modem crash with error code  EBUSY if we receive a packet with a size superior at about 500 bytes. Is it possible to use something like a data mode to receive bigger packet and redirect them directly in UART ? According to the documentation of the data mode, it should be possible, as it says that in data mode:


It considers all the data streamed from a remote service as arbitrary data to be sent to the MCU over the UART bus.

So, is it possible to enable data mode to the reception on a topic in MQTT ? If not for MQTT, is-it possible to enable data mode for reception in another protocol ?

Kind Regards

Parents Reply Children
No Data
Related