Hello,
My setup is UDP sample and PPK2 for power measurements. I am trying to figure out the best settings that are available with eDRX set to <= 20.48s, and preferably 5.12 or 10.24. I prefer using LTE-M when available over NB-IoT. PSM is off.
When testing with default UDP sample settings (PSM enabled) i get a very similar power profile to the tutorial (https://www.youtube.com/watch?v=r_dr3Qd8inE). Only difference is in cDRX inactivity timer, i get ~100 ms compared to 300 in the tutorial. All good and normal.
When testing with eDRX i get the following:
- the network seems to accept it, meaning i get the callback lte_handler case LTE_LC_EVT_EDRX_UPDATE with the values i set. In one test i set 1110 on LTE-M which is N/A and got back 2621.44 which is the closest value
- the power profiler shows an average of 500-600 micro amps with spikes every ~1.2 seconds no matter what eDRX value i set, and even if eDRX is set to "OFF".Also a bit weird since normally with eDRX off i should expect an average current in RRC Idle of ~1 mA (according to Online Power Profiler) and i get about half that.
From the above, to me it looks like i'm getting some pseudo eDRX.
Questions:
1. Do i have eDRX or not?
2. If i don't, which is the more likely option, how can i detect this from the code? I would attempt to try NB-IoT in case eDRX does not work on LTE-M.
Attached:
1. Modem trace collector /cfs-file/__key/communityserver-discussions-components-files/4/modem_5F00_trace_2D00_2022_2D00_02_2D00_01T20_2D00_53_2D00_47.991Z.bin
2. eDRX on with 10.24 s
3. eDRX off