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/LAUNCHCC3220MODASF: (Connection Success, feedback to Smartphone app failed) Skip

Part Number: LAUNCHCC3220MODASF
Other Parts Discussed in Thread: CC3220SF

Tool/software: Code Composer Studio

Hello

In my CC3220 provisioning, "Profile Confirmation failed (Connection Success, feedback to Smartphone app failed)"
Will always occur with a timeout.
This is because you do not check "Get Confirmation result" on Smartphone.
In my system this is confirmed as a specification.
Now we are continuing to treat this event as a success.
However, in this situation, "Profile confirmation: IP Acquired!"
Events will not occur until 30 seconds have elapsed.
So, can you address such as shortening the 30-second timeout or skipping confirmation with Smartphone?

Thank you.
H. Wt

  • H. Wt,

    Are referring to the 30 seconds on the app side or the CC3220 side?

    VR
  • yes it is the CC3220 side.

    H.Wt

  • Hello H.Wt,

    Are you running our provisioning example? What events exactly are you talking about that will not occur till after 30 seconds? Also are you using your own mobile app for provisioning or ours? If you can't progress in the provisioning process till the timeout occurs I believe there is a step that it not being performed that is supposed to trigger the next state

    Jesu
  • Hi Jesu
    Thank you for your answer.
    Yes, I am using cloud_ota demo.
    C: \ ti \ simplelink_cc32xx_sdk_2_30_00_05 \ examples \ rtos \ CC3220SF_LAUNCHXL \ demos \ cloud_ota.

    The log output is below.

    [2019-03-04 15:18:50.633] ********************************************************************************
    [2019-03-04 15:18:51.283] IPv4 acquired: IP = 10.123.45.1
    [2019-03-04 15:18:51.286] Gateway = 10.123.45.1
    [2019-03-04 15:18:51.288] SimpleLinkInitCallback: started in role 2, set the requested role 0
    [2019-03-04 15:18:51.458] SimpleLinkInitCallback: restarted in role 0
    [2019-03-04 15:18:51.464] Host Driver Version: 3.0.1.41
    [2019-03-04 15:18:51.467] Build Version 3.9.0.7.31.2.0.0.0.2.2.0.6
    [2019-03-04 15:18:56.473] ==================================
    [2019-03-04 15:18:56.474] Provisioning Example Ver. 1.0.16
    [2019-03-04 15:18:56.475] ==================================
    [2019-03-04 15:18:56.480] CHIP 0x31000019
    [2019-03-04 15:18:56.482] MAC 31.2.0.0.0
    [2019-03-04 15:18:56.483] PHY 2.2.0.6
    [2019-03-04 15:18:56.485] NWP3.9.0.7
    [2019-03-04 15:18:56.486] ROM 0
    [2019-03-04 15:18:56.487] HOST 3.0.1.41
    [2019-03-04 15:18:56.489] MAC address: 50:f1:4a:61:54:5c
    [2019-03-04 15:18:56.693] Starting Provisioning! mode=0 (0-AP, 1-SC, 2-AP+SC, 3-AP+SC+WAC)
    [2019-03-04 15:19:56.414] [Provisioning] Profile Added: SSID: planex-038D06
    [2019-03-04 15:19:57.504] [Provisioning] Profile Added: SSID: planex-038D06
    [2019-03-04 15:20:00.093] [Provisioning] Profile confirmation: WLAN Connected!
    [2019-03-04 15:20:00.314] [Provisioning] Profile confirmation: IP Acquired!

    If it is as sample, we will receive 'Get Confirmation result' from the mobile app here, but our mobile app will not do it.

    [2019-03-04 15:20:30.313] [Provisioning] Profile Confirmation failed (Connection Success, feedback to Smartphone app failed)

    Is there a way to avoid this?

    Thank you.
    H. Wt

  • Hello H. Wt,

    Have you tried to look at the source code for our mobile app so your app can implement that final step of the provisioning process? It would be much easier to account for that in the mobile app side. Since you have not implemented that portion on your mobile app the cc3220 app stays waiting for it until 30 second timeout occurs.

    www.ti.com/.../WIFISTARTERPRO

    Jesu

  • Hello H. Wt,

    I'm guessing you solved your issue due to thread inactivity. If not feel free to respond. If you have a new issue feel free to create a new thread.

    Good luck!

    Jesu
  • Jesu
    Hello.
    Thank you for confirmation.
    I wrote at the beginning, but in my project
    "Do not execute" Get Confirmation result "" is decided.
    So I asked how to avoid it on CC3220.

    Thank you.

  • Glad I could help. Closing thread.

    Jesu