Hello,
Hardware Setup:
- nRF7002Ek - Serving as a Wi-Fi Chip.
- nRF52840DK - Serving as Host Controller.
- MOSI - p45
- MISO - p46
- SCK - p47
- CS - p44
- Power Supply - Powered via USB.
Software Setup:
- Development Environment: Visual Studio.
- Framework: mbed
Issue Description: I'm facing an issue with Wi-Fi connectivity with nRF7002 and nRF52840. I am using mbed framework and visual studio.When I attempt to connect with WI-Fi using SPI communication protocol. I consistently receive failed to connect. I am trying with following code.
Here is the OUTPUT:
Sending CIPHER INIT command...
Sending WiFi connection command...
Attempting to connect to WiFi...
Status0: 0x00, Status1: 0x00, Status2: 0x00
Failed to connect to Wi-Fi
Any inputs on how can I get my nRF7002 to so anything on the network? I am new to this so I might be making some basic mistake.
Best Regards,
Sana Mulla