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.

CCS/CC3100MODBOOST: CC3100 Provisioning

Part Number: CC3100MODBOOST
Other Parts Discussed in Thread: CC3100

Tool/software: Code Composer Studio

Hi,

I'm trying to run the Provisioning examples on the CC3100 with no success.

The CC3100 Provisioning Smart Config example is not working at all.

As for the CC3100 Provisioning AP example, I cannot find the provisioning library under the simplelink_extlib library.

Any ideas?

Thanks,

Itay

  • Hi Italy,

    Could you further explain the issue your running into with the Smart Config example? Are you getting build errors, connection errors, etc.

    Also, have you had the chance to read over the supporting Wiki? processors.wiki.ti.com/.../CC3100_Provisioning_Smart_Config

    As for the AP Provisioning example, I don't believe it has actually been released yet, so there is no library right now.

    The example folder has the following "readme.txt" within it:

    "This folder is just a place holder. This application will be released as an add-on later."

    Hope this helps,
    Kevin
  • Hi Kevin,

    I've installed the CC3100 SDK and imported the provisioning_smartconfig project to the CCS (Version: 7.3.0.00019).

    Building and loading woks fine.

    After running I see the following on terminal:

    Provisioning smartconfig application - Version 1.2.0
    *******************************************************************************
    Device is configured in default state
    Starting smartconfig process

    When running the iOS application (SimpleLink Wi-Fi Starter Pro), I started the configuration process (applied credentials of my office 2.4GHz Router) and after some time (showing "Sending network configuration" and then "Searching for devices"), I get the "Device Config" message which ask me to connect to "mysimplelink" network and return to the app.

    I didn't changed the default value at "Name your device" field.

    I following the wiki link but it still not working.

    Thanks,

    Itay

  • Hi Italy,

    I recreated your issue on my end and was not able to provision the ipad I have using smartconfig. I will need to perform some further investigation on my end on this.

    In the meantime, please follow the below directions to obtain the libraries you need:

    Download and install the Provisioning Add-on from the SDK download page: www.ti.com/.../CC3100SDK

    This will add the necessary provisioning libraries to your SDK. Then import the "simplelink_provisioning" example program.

    This example handles both AP and SmartConfig provisioning. Sorry for all the confusion earlier.

    Best,
    Kevin