I’m working with the nRF7002 DK and following the guide for the HTTP server sample here: HTTP Server Example. The build process is successful, but when I flash the device, I see this in the terminal:
Welcome to minicom 2.9
OPTIONS: I18n
Port /dev/ttyACM1, 12:22:25
Press CTRL-A Z for help on special keys
*** Booting nRF Connect SDK v3.1.0-6c6e5b32496e ***
*** Using Zephyr OS v4.1.99-1612683d4010 ***
[00:00:00.314,208] <inf> http_server: HTTP Server sample started
[00:00:00.314,270] <inf> http_server: Network interface brought up
and after nothing happens.
What’s the difference between the Zephyr HTTP server and the nRF HTTP server? examples And how do I configure the Wi-Fi credentials for the device?