No WiFi example works with Thingy 53 and NRF7002EB

Hi All, 

I'm trying to play around with Thingy 53 and NRF7002EB board, but I'm blocked by getting to work with WiFi on any of the available samples.

I tried aws_iot_mqtt, shell, provisioning and none of the samples work. 

They either can't setup the WiFi chip or I'm unable to even see what's happening on the serial console (provisioning). 

Can you suggest an example project which works? 

BR

Parents Reply
  • I'm getting a different error with this build: 

    --- 8 messages dropped ---
    [00:00:00.010,803] <inf> wifi_nrf_bus: SPIM spi@a000: freq = 8 MHz
    [00:00:00.010,803] <inf> wifi_nrf_bus: SPIM spi@a000: latency = 0
    [00:00:00.134,948] <inf> wifi_nrf: Configuring SLEEP CTRL GPIO control register
    
    [00:00:10.855,682] <err> wifi_nrf: nrf_wifi_sys_fmac_chg_vif_state: RPU is unresponsive for 10 sec
    [00:00:10.855,743] <err> wifi_nrf: nrf_wifi_if_start_zep: nrf_wifi_sys_fmac_chg_vif_state failed
    *** Booting nRF Connect SDK v3.0.2-89ba1294ac9b ***
    *** Using Zephyr OS v4.0.99-f791c49f492c ***
    [00:00:10.859,069] <inf> wifi_supplicant: wpa_supplicant initialized
    [00:00:10.861,572] <err> wifi_nrf: nrf_wifi_wpa_supp_set_key: rpu_ctx_zep is NULL
    [00:00:10.861,633] <err> wpa_supp: _wpa_drv_zep_set_key: set_key op failed
    [00:00:10.861,694] <err> wifi_nrf: nrf_wifi_wpa_supp_set_key: rpu_ctx_zep is NULL
    [00:00:10.861,755] <err> wpa_supp: _wpa_drv_zep_set_key: set_key op failed
    uart:~$ wifi scan
    Scan request failed
    [00:06:47.402,526] <err> wifi_nrf: nrf_wifi_disp_scan_zep: Interface not UP
    uart:~$
    

Children
Related