RAK 10700 - Change transmit behavior from periodic to in-motion

Hi community,

is there a way to change the transmission behavior of the RAK 10700 from periodic to “in-motion”?

Best case would be a mixed mode.

Like:
In-motion send update every 120 sec.
When not moving switch to periodic every 1200 sec

I have checked the documentation, but haven`t found anything like that.

Many thanks for your help.

Hi Matt,

The RAk10700 has an accelerator sensor. It is sending location information when moving. If not moving, the location information is sent periodically in the time defined by AT+SENDINT command.

If in motion, there is a delay of 1/2 of the periodic send time to avoid sending too many packets.
If this delay is too long for your requirements, you can change it in the source code which is open source.

Set delay

Hi Bernd,

Thank you very much for your support.
That helps.