Is the source code for the GUI in the Wireless Sensor Application, available?
I just wanted some details on how the First Time Configuration Procedure(Sending Probe requests/Beacons) is automated.
Thanks.
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.
Is the source code for the GUI in the Wireless Sensor Application, available?
I just wanted some details on how the First Time Configuration Procedure(Sending Probe requests/Beacons) is automated.
Thanks.
If you download the out of box demo and install it to the default location, you should have the JAVA file that runs the GUI. Here is the link to the download: http://www.ti.com/lit/zip/swrc234
The default install location should be: C:\ti\CC3000FRAMSensorApp\PC_Applications\source. If you check out the .java file you will see a function that defines the process: performAutoConfig()
-Jason