Hello,
I am using BG-95 M2 modem with cat-m1 network.
I have configured modem successfully for eDRX with cycle 40.96 seconds and ptw 1.28 seconds.
As per my requirement my host (microcontroller-based device) must be always connected MQTT broker so the host application (cloud-based subscriber) can request data anytime with acceptable eDRX cycle delay.
So, following configuration i did to modem
DIsable USB
AT+QCFGEXT=“disusb”,1
OK
1]Registration
2]eDRX enable
AT+QPTWEDRXS=2,4,“0000”,“0011”
OK
AT+CEDRXRDP
+CEDRXRDP: 4,“0011”,“0011”,“0000”
OK
Enable sleep mode
AT+QSCLK=1
OK
3]TCP and MQTT related configuration
AT+QIACT=1
OK
AT+QIACT?
+QIACT: 1,1,1,“IP”
OK
AT+QMTCFG=“version”,0,4
OK
AT+QMTCFG=“pdpcid”,0,1
OK
AT+QMTCFG=“keepalive”,0,0
OK
AT+QMTCFG=“session”,0,0
OK
AT+QMTCFG=“timeout”,0,15,3,1
OK
AT+QMTCFG=“recv/mode”,0
+QMTCFG: “recv/mode”,0,0
OK
AT+QMTOPEN?
OK
AT+QMTOPEN=0,“IP”,1883
+QMTOPEN: 0,0
AT+QMTCONN?
+QMTCONN: 0,1
OK
AT+QMTCONN=0,“Client ID”,“Username”,“password”
+QMTCONN: 0,0,0
AT+QMTSUB=0,1,“spBv1.0/Group_ID/NCMD/Edge_ID”,1
+QMTSUB: 0,1,0,1
4] RRC Idle
+QCSCON: 1,0
Set DTR Pin High
5]After RRC idle i can see eDRX cycle execution
6]Unnecessary periodic pulse of 40mA with periodicity 500 milliseconds observed throughout the eDRX cycle.
This has increasing current consumption.
Why is this happening?
Do i need to change any modem related configuration?
Is this due to Modem firmware or network requirement as per 3GPP specifications?
Attached power profiler log below.
eDRX-40-96-ptw-1-28.zip (957.9 KB)
Thank you
