I only want to transmit my location when the device is moving. When it is not moving the device should sleep and save battery.
Is this possible with the RAK7200?
The documentation says this:
at+set_config=lora:send_interval:X:Y
Set the time interval for sending data
• X - Enable/disable sending data in intervals.
0: the device will not send data automatically,
1: the device will send data every Y seconds.
• Y - Interval time in seconds. This parameter is only valid if X is set to 1.
If I set it to at+set_config=lora:send_interval:1:10
the tracker sends locations every 10 seconds, even when it is not moving. Can I use the internal accelerator to enable of disable transmitting every 10 seconds? And maybe transmit once per day when it is not moving?