I have an application modified from the Asset Tracker V2. It is on the 1.8 SDK.
I am able to get the power consumption low, but every 20 minutes the application starts the modem and pings AWS. This is because of:
I have an application modified from the Asset Tracker V2. It is on the 1.8 SDK.
I am able to get the power consumption low, but every 20 minutes the application starts the modem and pings AWS. This is because of:
Hello,
Could you elaborate more on how you try to disconnect from AWS? Can you use i.e. aws_iot_disconnect?
Kind regards,
Øyvind
I am using the Asset Tracker V2. It manages connection. My assumption is that it was built for low power. I do not understand how it can be low power if it turns the radio on every twenty minutes. I am assuming I am missing some configuration.
Hello, sorry for the late reply.
What is the power consumption you measured on you device? What exactly is the power consumption problem that you see?
Have you verified that you device is actually in PSM? How often do you want to send data to AWS?
Is there a reason for why you are using nRF Connect SDK v1.8.0? Several improvements have been introduced to our latest version i.e. v2.2.0.
We will need some more information in order to provide you with an answer.
Thanks!
Kind regards,
Øyvind
My power consumption is 18 ua when in psm. I have not measured the energy consumption of waking up the radio every twenty minutes, but I know it will be non-trivial on a device meant to last years. Radio is not just turned on, it needs to transmit and it does this 72 times a day.
Peter
Hi,
have you considered using Lwm2m or other coap based solutions?