-
olav replied to the topic uplink_transform_error – uplink script not updated in the forum Managed IoT Cloud 1 week ago
Solved: Thanks to Telenor advice. :
The updates should take effect immediately .
You can the payload as a respource :return { payload: payload.toString(“utf8”)};
And then export the payload and look at it that way.
In my case ‘”‘ had become ‘””‘ between my thing and the uplink. -
olav started the topic Can not connect to network : AT+CEREG – solved in the forum Arduino MKR NB 1500 1 week, 4 days ago
Hi, the reason for not making the connection was that the transport foam was on the MKR1500 pin.
It’s conductable and cause the circuits to be unstable. It is in the Docs.
Sorry about that.I can not update the original post because of WordPress errors.
-
olav started the topic uplink_transform_error – uplink script not updated in the forum Managed IoT Cloud 1 week, 5 days ago
Hi, I get uplink_transform_error on my thing, because of a syntax error from a previous version of the uplink script in the Think Type.
Should updates to the uplink script take effect on a thing immediately after saving the edited Think Type ?I deliver my data as a stringified json-object by Coap and decode: return…[Read more]
-
olav replied to the topic Can not connect to network : AT+CEREG in the forum Arduino MKR NB 1500 2 weeks, 4 days ago
Using the Arduino NBScanNetworks example I get a list of available networks :
11:00:59.833 -> NB IoT/LTE Cat M1 networks scanner 11:03:51.730 -> NB IoT/LTE Cat M1 networks scanner 11:04:09.026 -> Modem IMEI: 352753095031249 11:04:09.060 -> Current carrier: 242 01 Telenor 11:04:09.093 -> Signal Strength: 22 11:04:09.126 -> Scanning available…
-
olav replied to the topic Can not connect to network : AT+CEREG in the forum Arduino MKR NB 1500 2 weeks, 4 days ago
The SIM was activated as confirmed by m2m. So I am still interested in how to debug this situation
deep into MKRNB bind. I can not imagine that I don’t have LTE-M or NB-IOT in the middle of Trondheim ? -
olav replied to the topic Can not connect to network : AT+CEREG in the forum Arduino MKR NB 1500 2 weeks, 6 days ago
I contacted Telenor phone support(Saturday) that told me that the SIM was not activated,
so I will contact iotsupport on email! -
olav replied to the topic Can not connect to network : AT+CEREG in the forum Arduino MKR NB 1500 2 weeks, 6 days ago
When using Radio Access Technology 8 (NB-IOT) I only get to AT+CFUN=0
in NBAccess.begin. -
olav started the topic Can not connect to network : AT+CEREG in the forum Arduino MKR NB 1500 3 weeks ago
Hi, I am running the example Arduino MKR NB 1500 example, but it is looping in nbAccess.begin doing AT+CEREG.
The location is in central Trondheim. My phone has 108DBM signal and has LTE.
I have tried both type 7 and 8 – LTE and NB-IOT. This log is for LTE.
I tried the Telenor start iot sim in a phone, but was not asked for a pin, and did not get…[Read more]