Hi
MQTT large message receiving when trying to obtain certs from aws...
Setup
Modem: 1.3.3
nRF Connect: 2.3.0
I have seen posts 254191 & 303100 that relate to this this and discuss a number of work arounds. To replicate I have removed all custom code and running example code on the dk
Running serial_lte_modem example and implementing native_tls
testing against aws iot core (secure) , and hivemq (unsecure)
The data limit is in the low 2300's as the payload/topic combined. This points me away from the 2kB secure buffer as mentioned in 303100
Increased buffers in the native overlay
also found and increased the below in slm_defines.h this has little effect.
snap shot of log
#XMQTTEVT: 7,0
#XMQTTMSG: 21,10
nrf91/slm/mqtt/topic0
aaaasdfsad
#XMQTTEVT: 2,0
#XMQTTMSG: 21,10
nrf91/slm/mqtt/topic0
aaaasdfsad
#XMQTTEVT: 2,0
#XMQTTEVT: 1,-113
%CESQ: 68,3,17,2
%CESQ: 255,0,255,0
any help much appreciated
Trent