Hi,
I'm trying to periodically send sensor data to the AWS server and followed the documentation here to connect and send data to the server. I use these configurations -
CONFIG_LTE_PSM_REQ_RPTAU="11000001" (320 hours)
CONFIG_LTE_PSM_REQ_RAT="00000001" (2 seconds)
CONFIG_MQTT_KEEPALIVE=1200 (20 min)
CONFIG_MQTT_KEEPALIVE
value but I cannot increase the data send interval above 328 seconds. Do you have any ideas how I could debug this? Thanks in advance!