mbed Ublox C207 LISA 2000 unable to register in Cumulocity

I m setting up mbed Ublox C207 LISA 2000 , have loaded the firmware 2.2 c8y and flashed the mbed. The SIM card is inserted and LCD displays the Bootstrap and the IMEI number. In the debug logs on the PC terminal which is attached to the mbed, I can see continuous HTTP POST requests to develop.cumolocity.com with Authorization details.

But still the Cumulocity device management is not able to detect the communication from the mbed, its showing registration pending.

Please advise.
debug logs.txt (1.34 KB)

The requests from device are going to tenant developer.cumulocity.com, my cloud tenant is at different location jinglerobs.eu-latest.cumulocity.com

Please advise how can I change the URL and connection parameters in the firmware.bin file so that REST HTTP requests are sent to my tenant

Thanks
Robin

Hi,

can you try to change the bootstrap URL to developer.eu-latest.cumulocity.com?

best regards
Michael

What should be the username & password and the tenant parameters for developer.eu-latest.cumulocity.com ?

Have updated the firmware code with the developer.eu-latest.cumulocity.com, now the mbed device is trying to connect to Cumulocity but getting error : 50,1,403,Forbidden

======================================
[size=7]
socketFree(0)
socketSocket(0)
571.313 AT send 12 “AT+USOCR=6\r\n”
571.389 AT read + 13 “\r\n+USOCR: 0\r\n”
571.448 AT read OK 6 “\r\nOK\r\n”
Socket 0: handle 0 was created
socketSetBlocking(0,-1)
socketConnect(0,3.122.196.5,80)
571.605 AT send 29 “AT+USOCO=0,"3.122.196.5",80\r\n”
571.758 AT read OK 6 “\r\nOK\r\n”
socketSend(0,189)
571.830 AT send 16 “AT+USOWR=0,189\r\n”
571.905 AT read > 3 “\r\n@”
571.987 AT send 189 “POST /s HTTP/1.0\r\nHost: developer.eu-latest.cumulocity.com\r\nAuthorization: Basic amluZ2xlcm9icy9yb2Jpbi50aG9tYXNAY29nbml6YW50LmNvbTpwYXBhMTIkJA==\r\nContent-Length: 20\r\n\r\n61,359739071561799\r\n”
572.373 AT read + 17 “\r\n+USOWR: 0,189\r\n”
572.432 AT read OK 6 “\r\nOK\r\n”
socketRecv(0,600)
572.506 AT read + 18 “\r\n+UUSORD: 0,177\r\n”
Socket 0: handle 0 has 177 bytes pending
572.632 AT send 16 “AT+USORD=0,128\r\n”
572.709 AT read + 146 “\r\n+USORD: 0,128,"HTTP/1.1 200 OK\r\nServer: openresty\r\nDate: Wed, 03 Jul 2019 23:14:22 GMT\r\nConnection: close\r\nStrict-Transport-Security: max-age=3"”
572.924 AT read OK 6 “\r\nOK\r\n”
572.973 AT send 15 “AT+USORD=0,49\r\n”
573.024 AT read + 17 “\r\n+UUSORD: 0,49\r\n”
Socket 0: handle 0 has 49 bytes pending
573.133 AT read + 66 “\r\n+USORD: 0,49,"1536000; includeSubDomains\r\n\r\n50,1,403,Forbidden\n"”
573.266 AT read OK 6 “\r\nOK\r\n”
573.315 AT read + 14 “\r\n+UUSOCL: 0\r\n”
Socket 0: handle 0 closed by remote host
socketRecv: 177 "HTTP/1.1 200 OK
Server: openresty
Date: Wed, 03 Jul 2019 23:14:22 GMT
Connection: close
Strict-Transport-Security: max-age=31536000; includeSubDomains

50,1,403,Forbidden[/size]

debug-logs-4July.txt (84.6 KB)

Hi Robin,

please use the following authorization: Basic bWFuYWdlbWVudC9kZXZpY2Vib290c3RyYXA6RmhkdDFiYjFm

best regards
Michael