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

nrf9160DK NOT CONNECTED TO LET NET

Hello,

i tried the getting started procedure with the NRF9160DK demo board but I cannot finish the whole procedure.

After activating the iBasis eSIM, I turn on the device and wait for 3 minutes until both leds 3 and 4 start blinking.

I thoungt it was going not to connect becasue it didn't in my first attempt but now it seems that connects correctly because both leds start blinking. Then I start the pairing procedure. When starting it the LED3 remains on and LED4 keeps on blinking. After finishing the pairing steps the LED3 goes off and the LED keeps blinking. Until here seems everything is correct.

But when I check my devices in the nrfclould.com it says I have not device. I tried this procedure several times but the device seems not be activated.

Which could be the reason.

In the nrfcloud.com I can see also that the SIM has sent some data because I have 0.07MB used but it says "Not connected to any device"

Any idea?

Parents Reply
  • Have you made any changes to the FW application at all? I am not exactly sure which version of the asset tracker code is running on the nRF91 when it is shipped out. It may be that that FW does not support AT commands. If you want to test with NCS tagged version 0.4.0, I have uploaded a merged hex file which includes the Secure Partition Manager code along with the Asset Tracker application. This FW does support AT commands.

    merged.hex

    You can program the nRF91 via the following command (make sure the switch is in the nRF91 position):

    nrfjprog --program merged.hex -f nrf91 --sectorerase --verify

    The code shows simulated GPS data at the moment because the modem FW is not currently optimized for timeslotting LTE with GPS. This will be fixed in a future modem release. That is why the position is in Trondheim, Norway.

Children
Related