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.

CCS/CC3220SF-LAUNCHXL: Using GUI composer v2 for developing HTTP based GUI's

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF

Tool/software: Code Composer Studio

I was able to run WiFi + portable example to get the temperature and the LED on off program to work with the provided portable.html file.

Now I am trying to make my own .html page using the same application code(for temperature and the LED on off control) but using the GUI composer online tool to understand how to pass variables.

But I am stuck at the configuration page while trying to connect over HTTP. What should be the URL(http://mysimplelink.net)? what should be the variable name and path and the request method?

Is there any examples which demonstrate the same

  • Rejin,

    We don't have an example of this. Your url should be the device's IP address + the port, so for example 192.168.1.1:8080 . Name, path, and the request method should be the token names in the example.

    BR,

    Vince 

  • Can you please specify the Name, Path and the request method for the Portable + wifi example.

    Also, I am loading the GUI composer then disconnecting from internet and connecting to the AP of the CC3220SF then entering the Name, Path and the request method then trying to connect will this work. Or should I be connected to internet. If yes how can I connect to 2 network at a time.

    Are these Name, Path and the request method correct for Portable +WiFi example.

    redled, /light, GET

    tempc, /temp, GET

    tempf, /temp, GET

    I am using the above values but still unable to connect. using the connect and disconnect method.

  • yes, and the URL should be simplelink.net/portable.html