Module nrfxlib::modem[][src]

Expand description

Modem helper functions for nrfxlib

Helper functions for dealing with the LTE modem.

Copyright (c) 42 Technology Ltd 2019

Dual-licensed under MIT and Apache 2.0. See the README for more details.

Enums

SystemMode

Identifies which radios in the nRF9160 should be active

Functions

configure_gnss_on_pca10090ns

Enable GNSS on the nRF9160-DK (PCA10090NS)

flight_mode

Puts the modem into flight mode.

get_system_mode

Get which radios should be active

off

Powers the modem off.

on

Powers the modem on and sets it to auto-register, but does not wait for it to connect to a network.

set_system_mode

Set which radios should be active. Only works when modem is off.

wait_for_lte

Waits for the modem to connect to a network.