Connecting to wifi network without bluetooth

Is it possible to connect to any wifi network directly without connecting to bluetooth (which happens in wifi provisioning)?

Parents Reply Children
  • Hi,

    I checked for the build configurations so right now I am able to build code but getting these errors on JLink viewer

    [00:00:00.003,082] <inf> wifi_nrf: SPIM spi@a000: freq = 24 MHz

    [00:00:00.003,112] <inf> wifi_nrf: SPIM spi@a000: latency = 1

    [00:00:00.003,509] <err> wifi_nrf: hal_rpu_reg_read: Error !! Value read at addr_offset = 400 is = FFFFFFFF

    [00:00:00.003,570] <err> wifi_nrf: hal_rpu_irq_enable: Reading from Root interrupt register failed

    [00:00:00.003,601] <err> wifi_nrf: nrf_wifi_hal_dev_add: hal_rpu_irq_enable failed

    [00:00:00.003,753] <err> wifi_nrf: nrf_wifi_fmac_dev_add: nrf_wifi_hal_dev_add failed

    [00:00:00.003,784] <err> wifi_nrf: nrf_wifi_fmac_dev_add_zep: nrf_wifi_fmac_dev_add failed

    [00:00:00.003,814] <err> wifi_nrf: nrf_wifi_if_init_zep: nrf_wifi_fmac_dev_add_zep failed



  • Hello,

    I have feedback from team.

    We are actually adding a way to do this over Wi-Fi, using the SoftAP mode. You can find it here https://github.com/nrfconnect/sdk-nrf/pull/14444 

Related