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 experienced this "There is no network interface to work with!" too and was getting extremely frustrated. After looking at other examples I noticed some inconsistencies, as some repos had a `sysbuild.conf` file, which turns out was very necessary! That file contained only a single entry:

    SB_CONFIG_WIFI_NRF70=y


    Try create this file and re-run the build with the command 
    west build -b thingy53/nrf5340/cpuapp --pristine -- -Dyour_project_name_from_cmakelists_SHIELD=nrf7002eb


    Nordic should spend some time to check over these examples to save a lot of headache for people getting started. Zephyr is already a nightmare to get familiar with.
Children
Related