What is differnce in power consumption in CFIN modes 0,5,7 and 9?
I need to have module registered to network and responding to voice call and SMS but taking as less power.
The numbers are in Hardware User Guide, what module more exactly?
GE865-QUAD
Depending on your application requirements looks like +CFUN=0 or 5 are the best. Software User Guide has a good description of power saving modes in a dedicated chapter.
I am using CFUN=0 from Python – MOD.powerSaving(…).
And I am wondering what is difference between 0, 5, 7 and 9.
I indicated where to look, for values and for behavior differences. Mode 7 being with not commanded sleep cycles, come on power more frequently so will have higher consumption. 0 with 9 is the same with different wake-up events.
So: 0,5,9 the same minimal consumption, different behavior.
Thanks! SW users guide not mention power consumption – just only behaviour.
Bruno Duarte’s posts moved here:
Product specific > GE/GC864/865-QUAD/PY > Power Consumption on GE865
I’m using GE863-GPS and python. I’m not using MOD.powerSaving(). Module DTR pin is left unconnected (no pullup or pulldown) and I’m not using MDM.setDTR() or MDM2.setDTR().
There is any difference in power consumption between CFUN=1 and CFUN=5?
Of course, CFUN=1 is normal full functionality mode while CFUN=5 is power saving mode. If you are not using DTR to put the module in power saving mode there is no reason to use this mode, module stays as in CFUN=1.
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
What is differnce in power consumption in CFIN modes 0,5,7 and 9?
I need to have module registered to network and responding to voice call and SMS but taking as less power.
The numbers are in Hardware User Guide, what module more exactly?
GE865-QUAD
Depending on your application requirements looks like +CFUN=0 or 5 are the best. Software User Guide has a good description of power saving modes in a dedicated chapter.
I am using CFUN=0 from Python – MOD.powerSaving(…).
And I am wondering what is difference between 0, 5, 7 and 9.
I indicated where to look, for values and for behavior differences. Mode 7 being with not commanded sleep cycles, come on power more frequently so will have higher consumption. 0 with 9 is the same with different wake-up events.
So: 0,5,9 the same minimal consumption, different behavior.
Thanks! SW users guide not mention power consumption – just only behaviour.
Bruno Duarte’s posts moved here:
Product specific > GE/GC864/865-QUAD/PY > Power Consumption on GE865
Of course, CFUN=1 is normal full functionality mode while CFUN=5 is power saving mode. If you are not using DTR to put the module in power saving mode there is no reason to use this mode, module stays as in CFUN=1.
Thanks.
Now everything is clear for me.