I purchased the STM32U5’s B-U585I-IOT02A evaluation board and trying to bring up default demo of webserver. I get the IP address but when I am trying to connect and open webpage it is not opening. Can anyone help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-24 9:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-25 4:17 AM
Hi @tCHAP.1 ,
In the Knowledge base, we have the following 2 articles:
- Azure IoT Central B-U585I-IOT02A Secure Quick Connect
- Getting started with STM32U5 IoT discovery kit and AWS
You can refer to them, and then please let me know if they were helpful for you or not.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-25 10:02 AM
Hello Amel
these are AWS and Azure examples but I want to try the default example that comes preloaded.
I am not able to open webpage..
my chrome version is latest 100.x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-09-05 9:03 AM
Hello @tCHAP.1 ,
I ran the example under this path:
STM32Cube_FW_U5_V1.1.1\Projects\B-U585I-IOT02A\Demonstrations\IOT_HTTP_WebServer\STM32CubeIDE
I did the following:
- Open the project with CubeIDE
- download the code to the target which is STM32U5 IOT board
- Open a terminal with this set-up:
- Baud rate : 115200
- Stop bit : 1
- Parity : none
- Connect to the WiFi network listed in the terminal(as shown in the screenshot)
- An IP address will be created for your device as shown in the screenshot
- put the IP address in the web browser URL,then the web page will appear
As a terminal I used Hercules
Mohamed Aymen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-09-06 5:40 AM
what web browser are you using to connect to the board's web server ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-09-06 10:20 AM
I used chrome latest version on a windows laptop as well as on iPhone tried with chrome and safari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-09-06 10:21 AM
I tried this and after trying all available guidance on web I had no luck. I do get IP address from board but browser doesn’t open anything
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-09-09 8:14 AM
Hello @tCHAP.1,
You need to be connected at the same wifi from where the IOT board is connected to, otherwise you can't open the web page with the provided IP address.
Mohamed Aymen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-09-09 8:59 AM
Thanks for your reply. For sure my other device is also connected to same AP. In fact I can ping to the module. It’s just that webpage not opening. I’m surprised that no one else has faced this issue.
