This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF9160 modem states 20, 21, 30, 31, 44

The modem reports that it supports states 0, 1, 4, 20, 21, 30, 31, 44 when I give the "AT+CFUN=?" command.

Using the at_client sample, or other software like asset_tracker, and now that I know to not check "Automatic requests" in LTE Link Monitor, the only states I can read back
using "AT+CFUN?" are 0, 1, and 4, even if I issue the command "AT+CFUN=x" where x is one of 20, 21, 30, 31, or 44. How do I get to states 20, 21, 30, 31, and/or 44? Thanks.

Parents
  • Hello, 

    The modem reports that it supports states 0, 1, 4, 20, 21, 30, 31, 44 when I give the "AT+CFUN=?" command.

     Yes, this is correct and according to our AT documentation.

    the only states I can read back
    using "AT+CFUN?" are 0, 1, and 4, even if I issue the command "AT+CFUN=x" where x is one of 20, 21, 30, 31, or 44. How do I get to states 20, 21, 30, 31, and/or 44?

    AT+CFUN? will read the current functional mode, however, setting e.g. AT+CFUN=21 will also give the reply +CFUN=1. The GPS will/should not be activated.

    AT+CFUN?+CFUN: 0
    OK
    AT+CFUN=21
    OK
    AT+CFUN?
    +CFUN: 1
    OK

    I have not verified if this is how the modem should respond. Will get back to you. 

    Kind regards,

    Øyvind

Reply
  • Hello, 

    The modem reports that it supports states 0, 1, 4, 20, 21, 30, 31, 44 when I give the "AT+CFUN=?" command.

     Yes, this is correct and according to our AT documentation.

    the only states I can read back
    using "AT+CFUN?" are 0, 1, and 4, even if I issue the command "AT+CFUN=x" where x is one of 20, 21, 30, 31, or 44. How do I get to states 20, 21, 30, 31, and/or 44?

    AT+CFUN? will read the current functional mode, however, setting e.g. AT+CFUN=21 will also give the reply +CFUN=1. The GPS will/should not be activated.

    AT+CFUN?+CFUN: 0
    OK
    AT+CFUN=21
    OK
    AT+CFUN?
    +CFUN: 1
    OK

    I have not verified if this is how the modem should respond. Will get back to you. 

    Kind regards,

    Øyvind

Children
Related