how to set mode of Serial LTE Modem

Im currently using a nRF9160 with SLM application as a modem on a nRF52840.

How can I configure the modem for NB-IOT or LTE by using the nrf52840?

My project is working, I just need a way to set it to NB-IOT only for example.

I found CONFIG_LTE_NETWORK_MODE, but this gives some errors.

kind regards,

Jonas

Parents Reply
  • the nRF52 uses the cellular modem driver to communicate with the nRF91. This driver already uses the uart that connects the nRF52 to the nRF91. It is not possible to use the uart to send AT commands directly, the driver would need to expose some API / pipe that accepts AT commands and sends them to the nRF91. I asked the same question on discord and was told that this feature is talked about about the current status is unknown.

    I tried using the cellular API and it kinda works (only tried the get_signal yet) but seems to crash when called from any thread but the main thread.

Children
Related