cancel
Showing results for 
Search instead for 
Did you mean: 

Open web server data for B-U585I-IOT02A

GTanova
Associate

Hello,

I updated my development kit with the example IOT_HTTP_WebServer from the example selector in STM32 IDE. Then I needed to upgrade the firmware on wifi module, which seemed to work. I think I can connect to wifi, but I cannot open a webpage when I paste the IP address, with all demonstrations for pressure, humidity, etc. The web page is searching and in the end I get a message the page cannot be found. 

What can this depend on? Yhe following is what I get on the Tera terminal when I sign in the network: 

Selected Access Point                          INS-GUEST ch  6 rss -48 Security   WPA2-AES country  .CN bssid 0a.8d.db.db.4c.2c

C:/Users/xxxxxx my name here/STM32CubeIDE/workspace_1.18.1/IOT_HTTP_WebServer/WebServer/Target/net_interface.c:191 main ... 0x2000004c 0x20000c6c "xxx WIFI-NETWORK name here "

- Network Interface starting:

- Network Interface ready:

   - Device Name : MXCHIP-WIFI.

   - Device ID   : EMW3080B.

   - Device Version : V2.3.4.

   - MAC address: 84.9d.c2.96.d7.b9

- Network Interface connecting:

- Network Interface connected:

   - IP address :  192.168.1.213.

 

*** Create TCP socket

*** TCP socket created

*** net_setsockopt ...

*** Set port and bind socket

*** Port and socket binded

*** Listen for incoming connections

*** Listening started

--> Please connect to 192.168.1.213:80

1 REPLY 1
Imen.D
ST Employee

Hello @GTanova , 

Ensure no firewall or network restrictions block communication.

You can test the board with another example (e.g., IOT_MQTT_Client) to verify network functionality.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen