I have been working on asset tracking v2 application code with thingy91 board, as it is not working. I have updated the modem firmware with latest one (thingy91_mfw-1.3.7_sdk-2.8.0.zip), and I am using 2.8.0 sdk and toolchain. As I am using it india where LTE-M s not available,i have added below lines to prj.conf file
As the documentation says no updates needed on configuration as by default set for nrf Cloud I am getting below logs on the screen
[00:00:44.562,530] <inf> app_event_manager: CLOUD_EVT_CONNECTION_TIMEOUT
[00:00:44.563,079] <err> nrf_cloud_integration: nrf_cloud_connect, error: -11
%CESQ: 32,1,22,3
%CESQ: 36,1,27,3
%CESQ: 33,1,22,3
%CESQ: 38,1,27,3
%CESQ: 33,1,24,3
%CESQ: 38,1,27,3
%CESQ: 33,1,24,3
%CESQ: 38,1,28,4
[00:01:36.239,532] <inf> app_event_manager: SENSOR_EVT_MOVEMENT_INACTIVITY_DETECTED
[00:01:36.239,868] <inf> app_event_manager: APP_EVT_DATA_GET_ALL
[00:01:36.240,539] <inf> app_event_manager: APP_EVT_DATA_GET - Requested data types (MOD_DYN, MOD_STAT, BAT, ENV, LOCATION)
[00:01:36.241,241] <inf> app_event_manager: LOCATION_MODULE_EVT_ACTIVE
[00:01:36.242,126] <err> location: nrf_modem_gnss_agnss_expiry_get() failed, error: -13
[00:01:36.242,401] <wrn> location: Modem's system or functional mode doesn't allow GNSS usage
[00:01:36.242,645] <err> location: Failed to configure GNSS
%NCELLMEAS: 0,"00004392","405861","C00C",80,2509,332,39,28,95509,93904
[00:01:36.282,562] <inf> app_event_manager: MODEM_EVT_MODEM_STATIC_DATA_READY
[00:01:36.320,098] <inf> app_event_manager: MODEM_EVT_MODEM_DYNAMIC_DATA_READY
[00:01:36.724,029] <inf> app_event_manager: SENSOR_EVT_ENVIRONMENTAL_DATA_READY
[00:01:36.724,609] <inf> app_event_manager: SENSOR_EVT_FUEL_GAUGE_READY
[00:01:46.245,208] <wrn> location: RRC connection was not released in 10 seconds.
[00:01:46.245,330] <inf> app_event_manager: LOCATION_MODULE_EVT_CLOUD_LOCATION_DATA_READY
[00:01:46.245,880] <inf> app_event_manager: DATA_EVT_DATA_READY
[00:01:48.563,262] <inf> app_event_manager: CLOUD_EVT_CONNECTION_TIMEOUT
[00:01:48.563,812] <err> nrf_cloud_integration: nrf_cloud_connect, error: -11
Reference: Application description
-
nRF Cloud - Connecting your device to nRF Cloud. The default configuration of the firmware is to communicate with nRF Cloud using the factory-provisioned certificates on nRF91 Series DKs, Thingy:91, and Thingy:91 X. This means that no additional configuration of the firmware is needed to connect to nRF Cloud. It is recommended to build and run the firmware on the device before completing the steps listed in Connecting your device to nRF Cloud. See Building and running.