NRF9160 Modem library

Looking at the architecture for NRF Modem library here:

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrfxlib/nrf_modem/doc/architecture.html

I can see that there is an interface for sockets integrated with Zephyr using the "off load" API.
Now, since boards such as NRF9160DK  also has a short-range radio i would ideally have a setup with "forwarding" between
short-range radio and the cellular modem but that is not really feasible with sockets. 

There also seems to be an AT command interface - could this be used to create a driver in zephyr native stack?

Best
Peter

Parents Reply
  • uart:~$ net iface

    Interface 0x200009b4 (IEEE 802.15.4) [1]
    ========================================
    Link addr : F4:CE:36:D7:42:B4:67:77
    MTU : 125
    Flags : AUTO_START,IPv6
    IPv6 unicast addresses (max 3):
    2001:db9::1 manual preferred infinite
    IPv6 multicast addresses (max 4):
    ff02::1
    ff02::1:ff7e:0
    ff02::1:ff00:1
    IPv6 prefixes (max 2):
    <none>
    IPv6 hop limit : 64
    IPv6 base reachable time : 30000
    IPv6 reachable time : 44104
    IPv6 retransmit timer : 0

    Interface 0x20000a20 (Dummy) [2]
    ================================
    Link addr : 00:00:5E:00:53:99
    MTU : 576
    Flags : AUTO_START,IPv6
    IPv6 unicast addresses (max 3):
    fd00::f823:7f11:b1ba:7736 manual preferred infinite
    IPv6 multicast addresses (max 4):
    ff02::1
    ff02::1:ff7e:0
    ff02::1:ffba:7736
    IPv6 prefixes (max 2):
    fd00::f823:7f11:b1ba:7736/64
    IPv6 hop limit : 64
    IPv6 base reachable time : 30000
    IPv6 reachable time : 27019
    IPv6 retransmit timer : 0
    uart:~$

Children
No Data
Related