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 "Error AT Timed out"

Hey!

I want to try my SIM but I can't start the modem.
Each command related to the modem that I execute gives me this error. I tried different firmware, but I can't upload the JSON certificate in certificate manager (I have the same error AT).

I use the last version of nRF Connect. Please help me!

Parents Reply
  • The modem (as in the modem core) only receives AT commands from the application core. The modem doesn't have access to the UARTs.

    So, you need something in the application to read the AT commands from the UART, send them to the modem, and print the reply on the UART.

    For this, you can use the AT host library, which runs in the background, and does exactly this.

    You can enable it by setting CONFIG_AT_HOST_LIBRARY=y

Children
No Data
Related