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

AT commands on nRF9160 DK Asset Tracker Example

I followed http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/asset_tracker/README.html#asset-tracker

to perform "Testing".  I successfully completed steps 1 thru 14, but not step 15: send AT commands from the terminal, and observe that the reponse is received.

I got Errors for every AT commands I input.  I also attached the log file

2019-02-27T07:19:38.862Z INFO Application data folder: C:\Users\advanchip\AppData\Roaming\nrfconnect\pc-nrfconnect-linkmonitor
2019-02-27T07:19:39.746Z DEBUG App pc-nrfconnect-linkmonitor v0.7.0 official
2019-02-27T07:19:39.746Z DEBUG App path: C:\Users\advanchip\.nrfconnect-apps\node_modules\pc-nrfconnect-linkmonitor
2019-02-27T07:19:39.746Z DEBUG nRFConnect 2.6.2 is supported by the app (^2.4.0)
2019-02-27T07:19:39.747Z DEBUG nRFConnect path: C:\Users\advanchip\AppData\Local\Programs\nrfconnect\resources\app.asar
2019-02-27T07:19:39.747Z DEBUG HomeDir: C:\Users\advanchip
2019-02-27T07:19:39.747Z DEBUG TmpDir: C:\Users\ADVANC~1\AppData\Local\Temp
2019-02-27T07:19:46.758Z INFO Modem port is opened
2019-02-27T07:19:46.764Z DEBUG modem >> AT+CFUN?\x0D\x0A
2019-02-27T07:21:13.167Z DEBUG modem >> AT+CMD=?\x0D\x0A
2019-02-27T07:21:14.169Z ERROR Error: 'AT+CMD=?
' timed out
2019-02-27T07:22:15.071Z DEBUG modem >> +CGMI\x0D\x0A
2019-02-27T07:22:16.073Z ERROR Error: '+CGMI
' timed out
2019-02-27T07:22:37.286Z DEBUG modem >> AT+CGMI\x0D\x0A
2019-02-27T07:22:38.288Z ERROR Error: 'AT+CGMI
' timed out
2019-02-27T07:23:28.831Z DEBUG modem >> +CGMM\x0D\x0A
2019-02-27T07:23:29.833Z ERROR Error: '+CGMM
' timed out
2019-02-27T07:23:53.420Z DEBUG modem >> AT+CGMM\x0D\x0A
2019-02-27T07:23:54.420Z ERROR Error: 'AT+CGMM
' timed out
2019-02-27T07:24:05.631Z DEBUG modem >> AT\x0D\x0A
2019-02-27T07:24:06.632Z ERROR Error: 'AT
' timed out
2019-02-27T07:24:24.566Z DEBUG modem >> AT+CFUN?\x0D\x0A
2019-02-27T07:24:25.566Z ERROR Error: 'AT+CFUN?
' timed out
2019-02-27T07:24:58.032Z DEBUG modem >> AT+CGMR\x0D\x0A
2019-02-27T07:24:59.032Z ERROR Error: 'AT+CGMR
' timed out
2019-02-27T07:25:45.002Z DEBUG modem >> AT+CGSN\x0D\x0A
2019-02-27T07:25:46.004Z ERROR Error: 'AT+CGSN
' timed out
2019-02-27T07:26:08.520Z DEBUG modem >> AT+CGSN=1\x0D\x0A
2019-02-27T07:26:09.520Z ERROR Error: 'AT+CGSN=1
' timed out
2019-02-27T07:27:13.068Z DEBUG modem >> AT+CIMI\x0D\x0A
2019-02-27T07:27:14.069Z ERROR Error: 'AT+CIMI
' timed out
2019-02-27T07:28:28.179Z DEBUG modem >> AT+CLAC\x0D\x0A
2019-02-27T07:28:29.181Z ERROR Error: 'AT+CLAC
' timed out
2019-02-27T07:32:35.440Z DEBUG modem >> AT+CMD=1\x0D\x0A
2019-02-27T07:32:36.441Z ERROR Error: 'AT+CMD=1
' timed out
2019-02-27T07:33:10.495Z DEBUG modem >> AT+CMD?\x0D\x0A
2019-02-27T07:33:11.497Z ERROR Error: 'AT+CMD?
' timed out
2019-02-27T07:33:26.737Z DEBUG modem >> AT+CMD?\x0D\x0A
2019-02-27T07:33:27.739Z ERROR Error: 'AT+CMD?
' timed out
2019-02-27T07:34:40.726Z DEBUG modem >> AT+CFUN=1\x0D\x0A
2019-02-27T07:34:41.726Z ERROR Error: 'AT+CFUN=1
' timed out

I followed the nRF91 AT Commands Reference Guide AT command syntax

nrf91_at_commands_v0.7.pdf

Please advise.  Thanks

Parents Reply Children
Related