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