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

Updating the nRF9160 DK

Hello together, 

I am trying to update the nRF9160 device because I can't get a network connection. 
I followed the guidance of a manual of this site (https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/nrf-cloud-certificate-update).

When it comes to the point " ensure the modem is in offline state (AT+CFUN=4)" I get a timed out Error. 

I attached a screenshot which shows the error and also that I have added the "nrf91dk_at_client_long_at_commands" which should prevent it, but didn't helped.


Hope you can help me with something I can try to make it work.

Thanks in Advance and best 
greetings 

jseidel

Parents
  • Hello Øyvind, 

    with I can't get an network connection I mean that only led3 is blinking when I insert a SIM card and not led4. 
    I have tested the SIM card and it should definitely have an NB-IOT connection.

    I have now programmed the nrf9160dk_at_client_2020-04-29_bc7ade8b.hex.

    And made sure that the SW5 is set to nRF91.

    I attached you the LTE Link monitor output and the programmer output.

    Best regards, 

    jseidel

  •  Did you remove the SIM card and uncheck "Automatic requests" in the LTE Link Monitor? Did you get any errors?! 

    I've done that and didn't got any errors.
    In the LTE Link Monitor I get two kind of errors, but independent of those changes: 

    - Error while probing devices: Error occured when get serial numbers. Errorcode: CouldNotCallFunction (0x9) Lowlevel error: INVALID_OPERATION (fffffffe)

    -> after starting the software

    and

    - Error: timed out after every at command I try.

    Did you get any errors while programming this?

    No I can easily add it in with drag & drop.

    In the programming software I get the error 'Unsupported device. The detected device could not be recognized as neither JLink device nor Nordic USB device.'

    That's why I can update the firmware of the device and so not the certificates in the lte link monitor.

    You mention nRF9160 device, what device is this exactly?

    It is the nRF9160 Development Kit. 

    This one: https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF9160-DK

    Greetings, 
    jseidel

  • jseidel said:
    Error while probing devices: Error occured when get serial numbers. Errorcode: CouldNotCallFunction (0x9) Lowlevel error: INVALID_OPERATION (fffffffe)

     Do you have anything connected to your board? Or have you removed any jumpers from i.e. nRF Current Measurement? Can you provide an image of your board? 

    jseidel said:
    It is the nRF9160 Development Kit. 

     Have you tried to program the device using nrfjprog? In Command Prompt (or similar) please navigate to the folder where nrf9160dk_at_client_2020-04-29_bc7ade8b.hex is located.  Then do the following:

    nrfjprog -e
    
    nrfjprog -f nrf91 --program nrf9160dk_at_client_2020-04-29_bc7ade8b.hex --verify -r 

Reply
  • jseidel said:
    Error while probing devices: Error occured when get serial numbers. Errorcode: CouldNotCallFunction (0x9) Lowlevel error: INVALID_OPERATION (fffffffe)

     Do you have anything connected to your board? Or have you removed any jumpers from i.e. nRF Current Measurement? Can you provide an image of your board? 

    jseidel said:
    It is the nRF9160 Development Kit. 

     Have you tried to program the device using nrfjprog? In Command Prompt (or similar) please navigate to the folder where nrf9160dk_at_client_2020-04-29_bc7ade8b.hex is located.  Then do the following:

    nrfjprog -e
    
    nrfjprog -f nrf91 --program nrf9160dk_at_client_2020-04-29_bc7ade8b.hex --verify -r 

Children
Related