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.

LAUNCHCC3220MODASF: Web only based provisioning

Part Number: LAUNCHCC3220MODASF

Hello,

I need a - very simple - web-only provisioning solution for my project. Unfortunately I was not able to find some examples around the web, the only material I found was this thread : 

Are there some samples where I can browse the http server files or a way to get the original files of the Out Of the Box or other examples provided in the SDK ?

I am quite new to the platform but I could not find material getting me on the way to a solution.

Thanks a lot for helping,

Maximilien.

  • Hi Maximilien,

    I'm not sure if all of the html OOB files are available, but what is available can be retrieved through uniflash by performing the following:

    1. In uniflash v4, select your device and click "manage projects"

    2. Import your project as a zip file located in the SDK at C:\ti\simplelink_cc32xx_sdk_1_60_00_04\examples\rtos\CC3220SF_LAUNCHXL\demos\out_of_box\uniflash

    3. After importing and opening the project, go to "User Files" and download the .html files listed using "get file"

    The settings.html file is probably the closest thing to what you're looking for.

    Also, this prior E2E post may give you some guidance though it is intended for CC3200.

    e2e.ti.com/.../2218964

    Hope this helps,
    Kevin
  • Hi Kevin,

    Thanks a lot for your quick reply.

    I think you nailed what I am looking for, I will try this in the afternoon.

    Thank you very much !

    Maximilien.