cancel
Showing results for 
Search instead for 
Did you mean: 

I want to use other computers, mobile phones and ipads for remote monitoring.

Lep
Senior

Another computer can ping the host successfully , but can't connect to Dashboard. My phone and ipad are the same.

What should I do?0693W00000UnxWyQAJ.png

1 ACCEPTED SOLUTION

Accepted Solutions
stephane.legargeant
ST Employee

Hello

There is no special configuration in the picture, we just use it to see the IP address.

Some point to check :

  • Try to start a web browser on the host PC and open the http://localhost:1880/ and check that it is displayed
  • Check in the setting file: The line uiHost: "127.0.0.1" should be commented. If not it will restrict connection to local machine.
  • Check if there is no router or firewall between the devices which blocks the connection.

Best regards

Stephane

View solution in original post

7 REPLIES 7
Lep
Senior

Is this address the host ip address or the router ip address?

stephane.legargeant
ST Employee

Hello

It is the address of the host computer. (The computer running STM32CubeMonitor)

You can find more information in this video : https://youtu.be/jlCLrg-yxN8

Best regards

Stephane

Thank you.

I have watched this video many times before, and my understanding is that the host, mobile phone and ipad are in the same local area network. Even in the same local area network, other devices still cannot connect to the host address (ipv4), is there any configuration required for the router (but I can ping my computer with other computers, when I enter http://Ip address:1880/ , no dashboard found).😂

Is there anything special about this configuration in the picture?

0693W00000Uo2bJQAR.png 

stephane.legargeant
ST Employee

Hello

There is no special configuration in the picture, we just use it to see the IP address.

Some point to check :

  • Try to start a web browser on the host PC and open the http://localhost:1880/ and check that it is displayed
  • Check in the setting file: The line uiHost: "127.0.0.1" should be commented. If not it will restrict connection to local machine.
  • Check if there is no router or firewall between the devices which blocks the connection.

Best regards

Stephane

Hello​

Thank you for your help.

  • About 'Check in the setting file: The line uiHost: "127.0.0.1" should be commented. If not it will restrict connection to local machine.'

I don't where to find this setting file.

Best regards

Lh

It is in the general settings file. It is explained in this wiki :

https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:How_to_change_general_settings

Best regards

😁 Thank you.