I just started to learn CC3100 and simple link since we chose this to be our new product development base, and managed to port the get weather example code to PIC24, and succeeded in getting weather and sending the data to a cloud server.
Now I am moving to second step. Trying to work out a way to config network when first time using the device. I tried internal web pages, and seems networking information didn't refresh on the status.html even though the device was connected to network. What am I missing? Or I need to do sth on HttpServerCallBack though those are predefined tokens?
Also where can I get the source code for the internal web pages, such as status.html?
Thanks a lot!