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.

CC3235SF: connect to the wifi through a hosted web page

Part Number: CC3235SF

Team, do we have a basic application that allows a user to connect to the wifi of the cc3235sf and through a hosted web page or android app configure its new network connection? 

Customer has loaded the provisioning demo and could use help understanding how it is supposed to work.

Thanks

Viktorija

  • Hi,

    The TI provisioning is explained here:

    https://www.ti.com.cn/cn/lit/pdf/swra513

    It is using the internal HTTP server (with a pre loaded html page) and the SimpleLink RESTful API (so a browser or android app can configure the device.

    This only requires some device initialization and calling sl_WlanProvsioning command (the entire provisioning is handled by the NWP afterward).

    If the customer wants to implement an HTTP service on the host i.e. in the application) for a proprietary provisioning, he can refer to Out-Of-The-Box example or to the local OTA example (both demonstrate the use of the HTTP server API from the application - in this case for OTA update and to control/query the device status (provisioning is done using the TI method).

    Br,

    Kobi