SIM card is definitely inserted. I had to manually remove it to take down the SIM number, before re-inserting.
Unable to register at nrfcloud.com
I would open up the at_client
sample and make sure it makes a connection. Are you familiar with the process?
https://docs.jaredwolff.com/nrf9160-nrf-connect-desktop.html#using-with-lte-link-monitor
You’ll also need an antenna in the right place too. Hope you have one of those.
Okay. I’ll build and flash the at_client sample. Yes, all of these devices have LTE antennae and are connected to the correct socket.
Barliesque Okay. I’ll build and flash the at_client sample. Yes, all of these devices have LTE antennae and are connected to the correct socket.
jaredwolff
Okay, I’ve run the at_client sample and e-mailed you the log. Hopefully that’ll be illuminating!
Barliesque I replied but I’ll also put that here
It’s easier to look at the output and let LTE Link Monitor tell you what’s happening. Particularly the status icons (UART, Modem, UICC, LTE, PDN).
Hit the AT+CFUN=1 and then AT+CFUN=? occasionally to see if you connect. the LTE and PDN icons should turn green. The rework should also show up above the Search networks button.
Hi Jared,
Me again. I’ve got just one device left that I can’t seem to register on nRFCloud.com
Modem, UICC, LTE and PDN all light up green in LTE Link Monitor.
The SIM is registered and shows as connected on Hologram.io
When I try to register the device on nRFCloud.com with DeviceID: “thing-plus-[IMEI]” and PIN: 7753 (just as I have done successfully now with 20 other devices) this one comes up with the error 40412.
I’ve e-mailed you the IMEI of the device. Really hoping you can help me over this one final hurdle!
Thanks,
David
@Barliesque is this the same device you checked earlier with AT%CMNG=1
? If not can you check if it has certs?
This is a different device.
2022-01-08T17:39:28.542Z DEBUG modem >> AT%CMNG=1
2022-01-08T17:39:28.554Z DEBUG modem << %CMNG: 0,6,"0606060606060606060606060606060606060606060606060606060606060606"
2022-01-08T17:39:28.556Z DEBUG modem << OK
- Edited
How do I check if it has certs? Or does that log tell you what you need to know?
Looks different from the one I posted earlier for that other device, so I’m guessing this shows something’s not registered.
Ahh, ok. This one has no certs which is why you’re having such trouble!
Barliesque How do I check if it has certs? Or does that log tell you what you need to know?
The AT%CMNG=1
command lists all the certs in the secure store. The tag number is important to look at. The tag for Nordic’s service is 16842753. Yours doesn’t have the entry like before:
AT%CMNG=1
%CMNG: 0,6,“0606060606060606060606060606060606060606060606060606060606060606”
%CMNG: 16842753,0,“0000000000000000000000000000000000000000000000000000000000000000”
%CMNG: 16842753,1,“0101010101010101010101010101010101010101010101010101010101010101”
%CMNG: 16842753,2,“0202020202020202020202020202020202020202020202020202020202020202”
OK
That’s what it should look like
Let me generate some credentials for it an I’ll send you the info.
Huzzah!!! Thank you so much for your help.
One question. It definitely appears to be working now, communicating through to nRFCloud.com just fine. In LTE Link Monitor, I’m seeing the following in the log, pinging away once per second…
2022-01-08T21:12:37.149Z DEBUG modem << +CESQ: 99,99,255,255,11,50
2022-01-08T21:12:37.154Z DEBUG modem << OK
2022-01-08T21:12:38.053Z DEBUG modem >> AT+CESQ
2022-01-08T21:12:38.160Z DEBUG modem << +CESQ: 99,99,255,255,12,49
2022-01-08T21:12:38.164Z DEBUG modem << OK
2022-01-08T21:12:39.047Z DEBUG modem >> AT+CESQ
2022-01-08T21:12:39.148Z DEBUG modem << +CESQ: 99,99,255,255,11,49
2022-01-08T21:12:39.153Z DEBUG modem << OK
2022-01-08T21:12:40.050Z DEBUG modem >> AT+CESQ
2022-01-08T21:12:40.060Z DEBUG modem << +CESQ: 99,99,255,255,11,49
2022-01-08T21:12:40.064Z DEBUG modem << OK
2022-01-08T21:12:41.048Z DEBUG modem >> AT+CESQ
2022-01-08T21:12:41.161Z DEBUG modem << +CESQ: 99,99,255,255,13,49
2022-01-08T21:12:41.166Z DEBUG modem << OK
2022-01-08T21:12:42.052Z DEBUG modem >> AT+CESQ
2022-01-08T21:12:42.150Z DEBUG modem << +CESQ: 99,99,255,255,14,49
2022-01-08T21:12:42.155Z DEBUG modem << OK
2022-01-08T21:12:43.047Z DEBUG modem >> AT+CESQ
2022-01-08T21:12:43.150Z DEBUG modem << +CESQ: 99,99,255,255,13,49
2022-01-08T21:12:43.155Z DEBUG modem << OK
2022-01-08T21:12:44.052Z DEBUG modem >> AT+CESQ
2022-01-08T21:12:44.160Z DEBUG modem << +CESQ: 99,99,255,255,10,49
2022-01-08T21:12:44.165Z DEBUG modem << OK
2022-01-08T21:12:45.047Z DEBUG modem >> AT+CESQ
2022-01-08T21:12:45.155Z DEBUG modem << +CESQ: 99,99,255,255,10,49
2022-01-08T21:12:45.159Z DEBUG modem << OK```
Barliesque Huzzah!!! Thank you so much for your help.
Wooooo!
Barliesque One question. It definitely appears to be working now, communicating through to nRFCloud.com just fine. In LTE Link Monitor, I’m seeing the following in the log, pinging away once per second…
Those are the auto-updates. That’s a feature in LTE Link Monitor. You can turn them off here:
Ah ha! I thought it would be something coming from the monitor itself.
Thank you, so much for all your help.
- Edited
Hey Jared,
That one device that needed credentials – seems to be working as expected. However, there’s fairly continuous activity across the network. In LTE Monitor, I see the following coming out of it every so often for no apparent reason. Could this be responsible for some unintended network traffic?
2022-01-18T20:41:47.977Z DEBUG modem << +CSCON: 1
2022-01-18T20:41:54.169Z DEBUG modem << %CESQ: 46,2,16,2
2022-01-18T20:41:54.786Z DEBUG modem << +CSCON: 0
2022-01-18T20:41:54.801Z DEBUG modem << %CESQ: 46,2,11,1
2022-01-18T20:42:47.986Z DEBUG modem << +CSCON: 1
2022-01-18T20:42:55.048Z DEBUG modem << %CESQ: 44,2,6,0
2022-01-18T20:42:55.345Z DEBUG modem << +CSCON: 0
2022-01-18T20:43:47.912Z DEBUG modem << %CESQ: 48,2,11,1
2022-01-18T20:43:48.255Z DEBUG modem << +CSCON: 1
2022-01-18T20:43:49.657Z DEBUG modem << %CESQ: 46,2,6,0
2022-01-18T20:43:51.111Z DEBUG modem << %CESQ: 46,2,13,1
2022-01-18T20:43:55.569Z DEBUG modem << +CSCON: 0
2022-01-18T20:44:48.453Z DEBUG modem << +CSCON: 1
2022-01-18T20:44:51.269Z DEBUG modem << %CESQ: 44,2,8,1
2022-01-18T20:44:51.909Z DEBUG modem << %CESQ: 44,2,13,1
2022-01-18T20:44:54.789Z DEBUG modem << %CESQ: 44,2,8,1
2022-01-18T20:44:56.047Z DEBUG modem << +CSCON: 0
2022-01-18T20:44:56.097Z DEBUG modem << %CESQ: 45,2,13,1
2022-01-18T20:45:48.662Z DEBUG modem << +CSCON: 1
2022-01-18T20:45:56.126Z DEBUG modem << +CSCON: 0
2022-01-18T20:45:59.764Z DEBUG modem << %CESQ: 47,2,8,1
2022-01-18T20:46:48.681Z DEBUG modem << +CSCON: 1
Barliesque I would try to figure out what your RSRP is. (Reference Signal Received Power aka RSSI) Looks like maybe your device is jumping to another tower or connecting/reconnecting to the same one. It’s hard to tell here.
You can issue the %XMONITOR command to view the RSRP. (Or use the modem_info API to do the same) Here’s the latest AT commands reference:
https://infocenter.nordicsemi.com/pdf/nrf91_at_commands_v2.0.pdf
jaredwolff Looks like maybe your device is jumping to another tower or connecting/reconnecting to the same one.
Hmmm… Pressing on LTE Link Monitor’s “Show Serving Station Location” button, I get a map with a large blue ring–presumably representing the station’s signal radius? My location is actually just outside that blue ring. Sounds like something that might cause what you’re talking about.
2022-01-21T19:18:08.352Z DEBUG modem >> AT%XMONITOR
2022-01-21T19:18:08.422Z DEBUG modem << %XMONITOR: 5,"","","310260","3C7A",7,12,"013BCE04",129,5035,45,27,"","11100000","11100000","01001001"
Looks like the RSRP is 27 which is fairly low.