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

CAN NOT GET AT COMMAND SAMPLE TO WORK

Hello,

I would like to get AT Command Sample to work on nRF9160. I erased the module using Programmer software "erased all" and then loaded Secure Boot sample, then updated the firmware and then loaded the AT Command sample. However, AT commands used timed out.

BR. Anas

Parents
  • Also your talk about loading the Secure Boot sample makes me think you are on old code as well.  Secure Boot has been renamed SPM or Secure Partition Manager.  And there is new AT Client code that has the response to serial commands as an interrupt as opposed to being started from main.c. 

    So I would update your radio firmware to the latest, 0.7.0_29 is the latest as I type this.  Update all the git repos, with west or git (follow the getting started example).  Open the AT Client project and make sure you use the _NS for board name.  And when you compile you will get a merged.hex.  That will be the SPM and AT client and that should work too. 

Reply
  • Also your talk about loading the Secure Boot sample makes me think you are on old code as well.  Secure Boot has been renamed SPM or Secure Partition Manager.  And there is new AT Client code that has the response to serial commands as an interrupt as opposed to being started from main.c. 

    So I would update your radio firmware to the latest, 0.7.0_29 is the latest as I type this.  Update all the git repos, with west or git (follow the getting started example).  Open the AT Client project and make sure you use the _NS for board name.  And when you compile you will get a merged.hex.  That will be the SPM and AT client and that should work too. 

Children
No Data
Related