Nordic Thingy 91 Low power version of Asset tracker v2 now does not send Barometric pressure nor button press data

Hi,

I followed the procedure described here with Nordic Thingy 91 https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nowi-powered-energy-autonomous-nordic-thingy-91-platform

and now it works with low power consumption and sends data to NrfCloud, that is fine.

However, after adding the prj.conf file, now it does not send emvironmental pressure and button press values. How can still receilve those values into NrfCloud, along with temperature and moisture that I already receive?

Regards

Parents Reply Children
  • If I press the button once it is disconnected, it prints out:

    [00:31:15.282,257] <inf> event_manager: DATA_EVT_DATA_READY
    [00:31:15.295,013] <inf> event_manager: DATA_EVT_DATA_SEND
    [00:31:15.338,745] <inf> event_manager: CLOUD_EVT_DATA_ACK
    [00:42:46.749,145] <inf> event_manager: UI_EVT_BUTTON_DATA_READY
    [00:42:46.755,828] <inf> event_manager: DATA_EVT_UI_DATA_READY
    [00:42:46.763,702] <inf> event_manager: DATA_EVT_UI_DATA_SEND
    [00:43:10.862,304] <inf> event_manager: UI_EVT_BUTTON_DATA_READY
    [00:43:10.868,988] <inf> event_manager: DATA_EVT_UI_DATA_READY
    [00:43:10.876,861] <inf> event_manager: DATA_EVT_UI_DATA_SEND
    [00:43:11.642,181] <inf> event_manager: UI_EVT_BUTTON_DATA_READY
    [00:43:11.648,864] <inf> event_manager: DATA_EVT_UI_DATA_READY
    [00:43:11.656,738] <inf> event_manager: DATA_EVT_UI_DATA_SEND
    [00:43:12.383,270] <inf> event_manager: UI_EVT_BUTTON_DATA_READY
    [00:43:12.389,953] <inf> event_manager: DATA_EVT_UI_DATA_READY
    [00:43:12.397,857] <inf> event_manager: DATA_EVT_UI_DATA_SEND
    [00:43:46.989,105] <inf> event_manager: CLOUD_EVT_DISCONNECTED
    [00:43:46.995,788] <inf> event_manager: CLOUD_EVT_DATA_ACK
    [00:43:47.002,197] <err> nrf_cloud_integration: nrf_cloud_send, error: -13
    [00:43:47.009,674] <err> cloud_module: cloud_wrap_ui_send, err: -13
    [00:43:47.016,662] <inf> event_manager: CLOUD_EVT_DATA_ACK
    [00:43:47.022,979] <err> nrf_cloud_integration: nrf_cloud_send, error: -13
    [00:43:47.030,456] <err> cloud_module: cloud_wrap_ui_send, err: -13
    [00:43:47.037,445] <inf> event_manager: CLOUD_EVT_DATA_ACK
    [00:43:47.043,853] <err> nrf_cloud_integration: nrf_cloud_send, error: -13
    [00:43:47.051,330] <err> cloud_module: cloud_wrap_ui_send, err: -13
    [00:43:47.058,319] <inf> event_manager: CLOUD_EVT_DATA_ACK
    [00:43:47.064,880] <inf> event_manager: CLOUD_EVT_CONNECTION_TIMEOUT
    [00:43:47.072,082] <err> nrf_cloud_integration: nrf_cloud_connect, error: -11
    [00:43:47.079,803] <err> cloud_module: cloud_connect failed, error: -11
    [00:43:47.087,066] <wrn> cloud_module: Cloud connection establishment in progress
    [00:43:47.095,184] <wrn> cloud_module: New connection attempt in 32 seconds if not successful

  • Then it seams that it sends data again, but as it appears ad "Disconnected" in NRFCLOUD, I can see nothing there.

    [00:43:46.989,105] <inf> event_manager: CLOUD_EVT_DISCONNECTED
    [00:43:46.995,788] <inf> event_manager: CLOUD_EVT_DATA_ACK
    [00:43:47.002,197] <err> nrf_cloud_integration: nrf_cloud_send, error: -13
    [00:43:47.009,674] <err> cloud_module: cloud_wrap_ui_send, err: -13
    [00:43:47.016,662] <inf> event_manager: CLOUD_EVT_DATA_ACK
    [00:43:47.022,979] <err> nrf_cloud_integration: nrf_cloud_send, error: -13
    [00:43:47.030,456] <err> cloud_module: cloud_wrap_ui_send, err: -13
    [00:43:47.037,445] <inf> event_manager: CLOUD_EVT_DATA_ACK
    [00:43:47.043,853] <err> nrf_cloud_integration: nrf_cloud_send, error: -13
    [00:43:47.051,330] <err> cloud_module: cloud_wrap_ui_send, err: -13
    [00:43:47.058,319] <inf> event_manager: CLOUD_EVT_DATA_ACK
    [00:43:47.064,880] <inf> event_manager: CLOUD_EVT_CONNECTION_TIMEOUT
    [00:43:47.072,082] <err> nrf_cloud_integration: nrf_cloud_connect, error: -11
    [00:43:47.079,803] <err> cloud_module: cloud_connect failed, error: -11
    [00:43:47.087,066] <wrn> cloud_module: Cloud connection establishment in progress
    [00:43:47.095,184] <wrn> cloud_module: New connection attempt in 32 seconds if not successful
    [00:44:19.104,522] <inf> event_manager: CLOUD_EVT_CONNECTION_TIMEOUT
    [00:44:19.111,633] <err> nrf_cloud_integration: nrf_cloud_connect, error: -11
    [00:44:19.119,354] <err> cloud_module: cloud_connect failed, error: -11
    [00:44:19.126,617] <wrn> cloud_module: Cloud connection establishment in progress
    [00:44:19.134,765] <wrn> cloud_module: New connection attempt in 64 seconds if not successful
    [00:45:00.264,770] <inf> event_manager: APP_EVT_DATA_GET_ALL
    [00:45:00.271,392] <inf> event_manager: APP_EVT_DATA_GET - Requested data types (MOD_DYN, BAT, ENV, GNSS)
    [00:45:00.283,538] <inf> event_manager: SENSOR_EVT_ENVIRONMENTAL_DATA_READY
    [00:45:00.352,233] <inf> event_manager: MODEM_EVT_MODEM_DYNAMIC_DATA_NOT_READY
    [00:45:00.419,189] <inf> event_manager: MODEM_EVT_BATTERY_DATA_READY
    [00:45:23.144,073] <inf> event_manager: CLOUD_EVT_CONNECTION_TIMEOUT
    [00:45:23.151,214] <wrn> cloud_module: Cloud connection establishment in progress
    [00:45:23.159,271] <wrn> cloud_module: New connection attempt in 128 seconds if not successful
    %CESQ: 54,2,13,1
    +CSCON: 1
    %CESQ: 54,2,18,2
    %CESQ: 53,2,13,1
    %CESQ: 53,2,19,2
    %CESQ: 53,2,14,2
    +CSCON: 0
    [00:46:15.282,257] <inf> event_manager: DATA_EVT_DATA_READY
    %CESQ: 52,2,8,1
    %CESQ: 55,2,13,1

Related