This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF9160-DK with LTE Link Monitor - Modem always shows as Power Off (red indicator)

Have been trying to run nRF9160 sample code, including LwM2M client, and at client (latest nRF9160 firmware 1.3.2, latest SDK and Link Monitor 2.0.1)   but in LTE Link Monitor the Modem always shows as off, as does LTE, and with no signal, despite trying live Vodafone and M2MOne sims.

Ubuntu 20.04

Am beginning to think this is a hardware problem, particularly as this same board was used successfully to connect with the LwM2M client several months ago.  It has just been sitting in its box but with the project now being resurrected.   One difference is that theVodafone and M2MOne networks both now require an APN to connect, but otherwise nothing much should have changed apart from later versions of firmware and SDK. I've also tried downgrading the modem firmware to no avail.

Exactly same problem persists running on Windows 10/11, although in that case the UART indicator is green rather than flashing red and yellow (doesn't show properly in the above screenshot).

When the at_client is flashed it is giving OK responses to simple AT commands but the modem power is still displaying as off and there is no signal, despite that there is good LTE coverage around.

Any suggestion on what to test next, to confirm whether or not it is a hardware issue would be appreciated.

Parents
  • Hello,

    there are other ways to check the LTE link, like using the at+cereg? command to get the registration status. Also, with "Automatic requests" enabled, you should first send at+cfun=1 and then at+cfun? to the modem from the LTE Link Monitor. Otherwise it will never show a connection.

    One difference is that theVodafone and M2MOne networks both now require an APN to connect

    This should in most cases be automatic. The modem typically receives APN information from the network. If it doesn't work you can try setting it manually with +CGDCONT.

Reply
  • Hello,

    there are other ways to check the LTE link, like using the at+cereg? command to get the registration status. Also, with "Automatic requests" enabled, you should first send at+cfun=1 and then at+cfun? to the modem from the LTE Link Monitor. Otherwise it will never show a connection.

    One difference is that theVodafone and M2MOne networks both now require an APN to connect

    This should in most cases be automatic. The modem typically receives APN information from the network. If it doesn't work you can try setting it manually with +CGDCONT.

Children
  • Thanks Hakon, with at client running the commands that you suggested worked so far as the Modem shifting online normal (green indicator) with UICC on (green indicator).  I'd also re-flashed the controller and modem firmware. 

    However an LTE connection wasn't made (LTE indicator remains greyed out).  

    After shifting rooms and connecting using a Windows 11 laptop an LTE connection is now being made (700MHz, band 28).

    So there's apparently a weak signal issue here that can probably be resolved with an external antenna connected to the board.  In any case problem solved, thanks.

Related