This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Working Principle of GUI Composer

Hello,

From the overview of GUI Composer:

https://dev.ti.com/gc/v2/help/GC_UserGuide_v2/overview.html

  1. GUI Composer Application sends commands or data to interact with firmware running on target device remotely and
  2. displays data sent by your target device.

I did try a few examples for MSP432P401R. They just worked through the debugger USB cable. These examples cannot be considered as remote target.

If I want to show remote target device's data or sensor readings, what are the official procedures to work it out in GUI Composer?  Is there any example?

  • Hello,

    I did try a few examples for MSP432P401R. They just worked through the debugger USB cable. These examples cannot be considered as remote target.

    Note that "remote target" means "a target that is remote from the host running GUI Composer". The MSP432P401R board would be a separate (remote) target from the PC running the GC app. A physical USB connection happens to be used for the transport between the two, but the MSP432P401R is still considered "remote"

    If I want to show remote target device's data or sensor readings, what are the official procedures to work it out in GUI Composer?  Is there any example?

    Perhaps this example is more alone the lines of what you are thinking of for "remote"

    https://dev.ti.com/tirex/explore/node?node=A__AAvB3owD3IAst.7DOuiW8g__sdtoutilities__FUz-xrs__LATEST

    Thanks

    ki

  • Ki, thanks.

    Now, I start a new project of GUI Composer v3.

    How do I configure data transport (MQTT, HTTP, etc.) for compatible TI devices?

  • Now, I start a new project of GUI Composer v3.

    How do I configure data transport (MQTT, HTTP, etc.) for compatible TI devices?

    This is not supported with v3. The demand has mostly been for USB and JTAG. If there is demand for network transports with GCV3, we can consider it.