Skip to main content
Visitor II
October 13, 2022
Solved

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

  • October 13, 2022
  • 3 replies
  • 1129 views

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

    This topic has been closed for replies.
    Best answer by stephane.legargeant

    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

    3 replies

    LepAuthor
    Visitor II
    October 13, 2022

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

    ST Employee
    October 13, 2022

    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

    LepAuthor
    Visitor II
    October 14, 2022

    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).:face_with_tears_of_joy:

    Is there anything special about this configuration in the picture?

    0693W00000Uo2bJQAR.png 

    ST Employee
    October 14, 2022

    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

    LepAuthor
    Visitor II
    October 14, 2022

    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

    ST Employee
    October 14, 2022

    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