We are seeing network issues in some particular locations. In these areas, the device is unable to connect to the cloud.
-
Hardware: nRF9160-based board
-
Modem firmware:
mfw_nrf9160_1.3.6.zip - nRF Connect SDK version: v2.7.0
- Zephyr version: 3.6.99
The same hardware works properly when tested in other locations. In the problematic areas, the device shows 3–4 signal bars, but still fails to connect.
We use below modem project configurations in our code
AT event handler:
%CESQ: 45,2,22,3
AT event handler:
+CEREG: 2,"2D82","00B03C0A",9
[00:02:38.133,941] <dbg> cloud_azure: cloud_azure_clear_cloud_connection: Clear the cloud connection
AT event handler:
+CSCON: 1
AT event handler:
+CEREG: 2,"2D82","00B03C0A",9,0,15
AT event handler:
+CSCON: 0
AT event handler:
%CESQ: 255,0,255,0
AT event handler:
+CEREG: 2
AT event handler:
%CESQ: 46,2,22,3

