Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout while waiting network interface - nrf7002DK #5

Open
Neil-Tom opened this issue Apr 18, 2024 · 1 comment
Open

Timeout while waiting network interface - nrf7002DK #5

Neil-Tom opened this issue Apr 18, 2024 · 1 comment

Comments

@Neil-Tom
Copy link

Hi,

I am new to using Zephyr and Wi-Fi and am currently attempting to implement this code on the nRF7002 DK. I have run into an error that I cannot seem to resolve on my own. I would appreciate any guidance you can provide. I am particularly concerned about whether I need to make adjustments to the devicetree bindings when switching from QSPI to SPI.
May be something like "const struct device *dev = DEVICE_DT_GET();

Thank you very much for your help.

image

@craigpeacock
Copy link
Owner

craigpeacock commented Apr 21, 2024

This should now be fixed. It looks like the WPA_SUPP would not be built if POSIX_API was enabled. We have removed POSIX_API.

Tested on the nrf7002dk:

*** Booting nRF Connect SDK **v3.5.99-ncs1** ***
WiFi Example
Board: nrf7002dk_nrf5340_cpuapp
Connecting to SSID: test_ap
Connected

SSID: test_ap
Band: 2.4GHz
Channel: 11
Security: WPA2-PSK
RSSI: -50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants