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.

CC3220MODA: OOB demo

Guru 16770 points
Part Number: CC3220MODA
Other Parts Discussed in Thread: UNIFLASH

Hi

Relating to following thread, I'm checking OOB demo.

https://e2e.ti.com/support/wireless-connectivity/wifi/f/968/t/793920

I follow tutorial of CC3220 LaunchPad Out of Box Experience.

I flashed OOB project using Uniflash. SDK version is latest (simplelink_cc32xx_sdk_3_10_00_04).
As mobile application, I use Android one.

Please see following file.

6521.e2e.xlsx

① Entering SSID and Wi-Fi network info into mobile application
② Output log after START CONFIGURATION
③ Log after stopping router. (Router A = ap-1001147 in this case)
④ In this time, mysimplelink-xxxxxx can not be searched in any mobile phone and PC.
⑤ If router is powered on again, CC3220 is connected to the router automatically.

In procedure ④, I could not get SSID by mobile phone and PC.
Is this normal for OOB demo?

Could it be possible to move to provisioning mode again by detecting router and CC3220 are disconnected?

BestRegards

  • Hi na na78,

    The out of box example sets the auto-connection policy, so the device will try to connect to a saved profile.

    The out of box has not implemented a case to restart the provisioning task if the device loses connection to the AP. You'd be able to implement that by resetting the provisioning control block and triggering a new provisioning event when you see the WLAN disconnect event from the SimpleLinkWlanEventHandler (SL_WLAN_EVENT_DISCONNECT).

    Best regards,
    Sarah
  • Hi Sarah

    Thank you for your reply.


    I will consider to use SL_WLAN_EVENT_DISCONNECT.

    BestRegards