This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Use Zephyr network stack with nRF91

Hi,

I want to use the Zephyr network stack with its libraries on the nRF9160.

I tried to use the Zephyr tcp functions with the Zephyr network shell commands (eg. shell command: net tcp connect [ip] [port]), but couldn't get it to work, it fails in the net_if / net_context libraries. The modem was initialized and registered in the LTE network before.

Are there any examples that use the Zephyr network stack on the nRF91? Do I need to do some additional configuration to use it?

The simple direct socket functions (socket, connect, send, recv etc.) do work without any problem.

Thanks.

Related