nRF9151 supported AT commands

Dear Customer Support,

We are gathering the list of supported AT commands support for the nRF9151

Also experimenting available AT commands using the nRF9151DK

So far, we have found two documents:

nRF91 AT Commands - Command Reference Guide v0.7

nRF91x1 Cellular AT Commands - Command reference Guide v1.3

Could you please confirm we are using the latest version for these pdf documents?

Also please let us know if we are missing other AT command documents relevant to the nRF9151

Thank you

Jamal

PS

couple AT command examples we could not find are ATE0 and ATV0

are these no longer supported on the nRF9151?

Parents
  • Hi Jamal,
    Could you tell me more about what you are trying to achieve here? AT%XRFTEST is available in regular MFW.

    1. You can use the AT client to issue AT commands to the modem.
    2. No, the modem FW is closed source.
    3. I am not quite sure what you mean here. Do you mean to issue the command from the application?
    4. I will come back to you on this, I think it is shipped with the PTI but I will double check.
  • Hi Benjamin,

    Thank you for confirming the nRF951 is shipped with the PTI image by default

    Re: what are you trying to achieve?

    For factory support, there is a request for a specific AT command to control TX mode --which seems to be fulfilled by at%XRFTEST

    Yes, I have been able to confirm it is available in regular MFW 2.0.2

    Also been able to test it with the ModemShell application available from the Desktop / Quick Start

    Realized I had to turn off modem first through cfun=0

    > at+cfun=0
    at+cfun=0
    +CGEV: ME DETACH
    OK
    > at%xrftest=0,0
    at%xrftest=0,0
    OK
    > AT%XRFTEST=0,1,1,21400,-65,0
    AT%XRFTEST=0,1,1,21400,-65,0
    %XRFTEST: -26428,-54
    OK
    > at+cgmr
    at+cgmr
    mfw_nrf91x1_2.0.2
    OK

    >>> So I don't think any further integration work is needed to support this test command

    Thank you

Reply
  • Hi Benjamin,

    Thank you for confirming the nRF951 is shipped with the PTI image by default

    Re: what are you trying to achieve?

    For factory support, there is a request for a specific AT command to control TX mode --which seems to be fulfilled by at%XRFTEST

    Yes, I have been able to confirm it is available in regular MFW 2.0.2

    Also been able to test it with the ModemShell application available from the Desktop / Quick Start

    Realized I had to turn off modem first through cfun=0

    > at+cfun=0
    at+cfun=0
    +CGEV: ME DETACH
    OK
    > at%xrftest=0,0
    at%xrftest=0,0
    OK
    > AT%XRFTEST=0,1,1,21400,-65,0
    AT%XRFTEST=0,1,1,21400,-65,0
    %XRFTEST: -26428,-54
    OK
    > at+cgmr
    at+cgmr
    mfw_nrf91x1_2.0.2
    OK

    >>> So I don't think any further integration work is needed to support this test command

    Thank you

Children
Related