nRF9160 mqtt server published message is split in chunks by 120 bytes by UART

Hello, Guys.

I just wondered why max UART exchange when we receive mqtt buffer that is let's say 1707 bytes is splited bu uart in chunks max of 120 bytes.

Is there some UART transfer limitation in serial LTE modem?

Parents
  • Here is some logs:

    ESP:LTE: Bytes received 120
    ESP:LTE: Responce: 000000000000000000000000000000000000000000000000000000000000000000000","3C00550000000000000000000000C409C4095C1294110000
    ESP:LTE: total_length + xReceivedBytes: 827
    ESP:LTE: topic_length + message_length + restBytes 1780
    ESP:LTE: Final result not found
    ESP:LTE: ok 0
    ESP:LTE: Bytes received 120
    ESP:LTE: Responce: 00000000000000006400000000000000A00F00000000E02EA406000064000000000020003C003C001E0001006700000000000000000000000100C201
    ESP:LTE: total_length + xReceivedBytes: 947
    ESP:LTE: topic_length + message_length + restBytes 1780
    ESP:LTE: Final result not found
    ESP:LTE: ok 0
    ESP:LTE: Bytes received 120
    ESP:LTE: Responce: 000000000000000000000000000000000000000000000000000000000000000000000000","5F005500C800A00FA00FC8002C01D007D0075C1294115
    ESP:LTE: total_length + xReceivedBytes: 1067
    ESP:LTE: topic_length + message_length + restBytes 1780
    ESP:LTE: Final result not found

Reply
  • Here is some logs:

    ESP:LTE: Bytes received 120
    ESP:LTE: Responce: 000000000000000000000000000000000000000000000000000000000000000000000","3C00550000000000000000000000C409C4095C1294110000
    ESP:LTE: total_length + xReceivedBytes: 827
    ESP:LTE: topic_length + message_length + restBytes 1780
    ESP:LTE: Final result not found
    ESP:LTE: ok 0
    ESP:LTE: Bytes received 120
    ESP:LTE: Responce: 00000000000000006400000000000000A00F00000000E02EA406000064000000000020003C003C001E0001006700000000000000000000000100C201
    ESP:LTE: total_length + xReceivedBytes: 947
    ESP:LTE: topic_length + message_length + restBytes 1780
    ESP:LTE: Final result not found
    ESP:LTE: ok 0
    ESP:LTE: Bytes received 120
    ESP:LTE: Responce: 000000000000000000000000000000000000000000000000000000000000000000000000","5F005500C800A00FA00FC8002C01D007D0075C1294115
    ESP:LTE: total_length + xReceivedBytes: 1067
    ESP:LTE: topic_length + message_length + restBytes 1780
    ESP:LTE: Final result not found

Children
Related