NBIOT TX Consumption vs LTEM

In my device that uses NBIOT I am modifying the FW to use LTEM.


During the tests I have shown that the consumption of LTEM transmission for the same amount of data sent is about 5 times higher.

I simulated the same behavior using the example of SDK 1.8.0 present in the folder ncs \ v1.8.0 \ nrf \ samples \ nrf9160 \ udp

I am using a data SIM from deutsche telekom which has roaming in Denmark with two different operators: Telenor A / S and Telia Danmark

In the UDP project only enabling the NBIOT transmission with the CONFIG_LTE_NETWORK_MODE_NBIOT = y parameter the device is able to communicate and for each transmission of 10 characters the data are the following (see image):

TX time: 1.874 sec 

Total consumption: 39,63 mC

If I set the LTEM mode with the CONFIG_LTE_NETWORK_MODE_LTE_M = y parameter, the transmission time increases and the consumption increases by about 5 times (see image):

TX time: 6.945 sec 

Total consumption: 210.83 mC

I also tried to enable:
UDP_EDRX_ENABLE and UDP_RAI_ENABLE in the example but the consumption is always the same.

The consumptions detected in LTEM are too high to guarantee the required battery life in my project.

Are there other parameters that I can enable / configure in the UDP example to reduce consumption?

The consumptions measured by me are very different from those that can be estimated with Nordic's "POWER PROFILE ONLINE".

Please I need you support to identify the problem.

Thanks

Related