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.

CC3220-VIDEO-CAMERA-SOFTWARE: Cannot find device ssid

Part Number: CC3220-VIDEO-CAMERA-SOFTWARE
Other Parts Discussed in Thread: CC3220SF, UNIFLASH

Hi all,

I am using CC3220 with OV788 video camera. I am following  SimpleLink CC3220-OV788 Audio/Video Streaming Reference. First I have build project video_streaming_ov788_CC3220SF_LAUNCHXL_freertos_ccs provided in TI SDK and then downloaded it into TI Launchpad using uniflash. On the guide it says to use wifi starter pro to first config wifi connection. However when I tried to config the device it asked me to first connect to device with id mysimplelink but I cannot find it when I scan for device wifi. Is this problem with firmware? Thanks.

  • Hi yifan,

    Does the code triggers the provisioning?
    Maybe you've already connected to the Access Point before so the device automatically connects to a known network (i.e. with the Auto-Connect policy) and skip the provisioning?
    Or you may changed the internal AP SSID name before which will override the default "mysimplelink-...." name.
    Please try this after the flash is formatted and follow the code to make sure AP provisioning is triggered.

    Br,
    Kobi
  • HI Yifan,

    Please get the UART output on the terminal to make sure the device is entering provisioning mode

    -Aaron