Wifi connection on nrf9160dk with nrf7002ek

Hello,

We have the nrf9160dk with nrf7002ek shield attachment. We have successfully been able to build and run examples with the scan only overlay (e.g. asset tracker v2).

I know that the SDK does not yet officially support LTE-M and wifi coexistence. Is it possible to form wifi connections using the nrf9160 as the host board? Even if this means turning off the LTE-M modem for the time being until coexistence is supported? Additionally, is there an approximate timeline as to when we can expect LTE-M and wifi coexistence?

Thanks,

Will

Parents
  • Hi Elfving,

    Thanks for your reply. I've been trying to build the wifi shell example for the nrf9160dk with nrf7002ek but am coming up against issues. The WPA supplicant is initialised but returns timeout when I try to add the wlan0 interface? Do you have any idea why this may be and how I could get around it?

    [00:00:00.529,205] <dbg> wpa_supp: wpa_printf_impl: Calling wpa_cli: interface_add, argc: 5
    
    [00:00:00.529,296] <dbg> wpa_suppwp: a_printf_impl: argv[0]: interface_add
    
    [00:00:00.529,357] <dbg> wpa_supp: wpa_printf_impl: argv[1]: wlan0
    
    [00:00:00.529,418] <dbg> wpa_supp: wpa_printf_impl: argv[2]:phyr ze
    
    [00:005:00.29,479] <dbg> wpa_supp: wpa_printf_impl: argv[3]: zephyr
    
    [00:00:00.529,541] <dbg> wpa_supp: wpa_printf_impl: argv[4]: zephyr
    
    [00:00:10.529,937] <err> wpa_supp: 'INTERFACE_ADD wlan0 zephyr  zephyr  zephyr  (null)                  ' command timed out.
    
    [00:00:10.529,998] <err> wpa_supp: Failed to add interface: wlan0

    Thanks again,

    Will

Reply
  • Hi Elfving,

    Thanks for your reply. I've been trying to build the wifi shell example for the nrf9160dk with nrf7002ek but am coming up against issues. The WPA supplicant is initialised but returns timeout when I try to add the wlan0 interface? Do you have any idea why this may be and how I could get around it?

    [00:00:00.529,205] <dbg> wpa_supp: wpa_printf_impl: Calling wpa_cli: interface_add, argc: 5
    
    [00:00:00.529,296] <dbg> wpa_suppwp: a_printf_impl: argv[0]: interface_add
    
    [00:00:00.529,357] <dbg> wpa_supp: wpa_printf_impl: argv[1]: wlan0
    
    [00:00:00.529,418] <dbg> wpa_supp: wpa_printf_impl: argv[2]:phyr ze
    
    [00:005:00.29,479] <dbg> wpa_supp: wpa_printf_impl: argv[3]: zephyr
    
    [00:00:00.529,541] <dbg> wpa_supp: wpa_printf_impl: argv[4]: zephyr
    
    [00:00:10.529,937] <err> wpa_supp: 'INTERFACE_ADD wlan0 zephyr  zephyr  zephyr  (null)                  ' command timed out.
    
    [00:00:10.529,998] <err> wpa_supp: Failed to add interface: wlan0

    Thanks again,

    Will

Children
Related