Hi,
I am using NRF Cloud + coap comms to send data. However I have encountered payload size limitations that are not configurable via KConfig: sdk-nrf/subsys/net/lib/nrf_cloud/src/nrf_cloud_codec.c at main · nrfconnect/sdk-nrf
I have manually modified it to accomodate my payloads. I am also considering manually encoding my payload in cbor to avoid modifying SDK code. Is there a reason why this is limited to 64 bytes? There is no documentation pointing to the payload size limits for nrf cloud.