Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: cellular: MMSS: Support Wi-Fi #11863

Merged
merged 6 commits into from
Aug 16, 2023

Commits on Aug 14, 2023

  1. net: lib: nrf_cloud: Discourage use of PROVISION_CERTIFICATES

    Add an automatic error message printed to UART emphasising the fact that
    CONFIG_NRF_CLOUD_PROVISION_CERTIFICATES is inherently insecure and
    should only be used for testing purposes.
    
    Also mark NRF_CLOUD_PROVISION_CERTIFICATES as experimental.
    
    Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
    glarsennordic committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a13a7f5 View commit details
    Browse the repository at this point in the history
  2. samples: cellular: multi_service: Support CLOUD_PROVISION_CERTIFICATES

    Slightly modify CMakeLists.txt to automatically search for secrets in
    local certs directory if CONFIG_NRF_CLOUD_PROVISION_CERTIFICATES is
    enabled.
    
    Also add .gitignore entry to prevent said certs folder from ever being
    accidentally committed.
    
    Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
    glarsennordic committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    9ca5a0b View commit details
    Browse the repository at this point in the history
  3. samples: cellular: multi_service: Trigger date_time updates on connect

    When CONFIG_DATE_TIME_AUTO_UPDATE is disabled, manually trigger
    date_time timestamp update whenever network connection is achieved
    
    Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
    glarsennordic committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    58f3368 View commit details
    Browse the repository at this point in the history
  4. samples: cellular: multi_service: Handle connection failure immediately

    If NRF_CLOUD_EVT_TRANSPORT_CONNECT_ERROR is raised by nrf_cloud,
    reset connection and retry immediately rather than wait for the
    readiness timeout.
    
    Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
    glarsennordic committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ce7e476 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. samples: cellular: multi_service: Support Wi-Fi connectivity

    Adds overlay to use Wi-Fi conn_mgr layer instead of LTE conn_mgr layer.
    Also removes a couple remaining dependencies on the nrf9160 modem.
    
    IRIS-4800
    
    Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
    glarsennordic committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5f877ad View commit details
    Browse the repository at this point in the history
  2. samples: cellular: multi_service: Document Wi-Fi provisioning process

    Add docs explaining how to build and provision for Wi-Fi connectivity.
    
    Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
    glarsennordic committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    89145bb View commit details
    Browse the repository at this point in the history