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.

CC3200MODLAUNCHXL: cannot get picture from cc3200 websock camera

Part Number: CC3200MODLAUNCHXL

Hi folks, has issue with getting picture from cc3200modlauncxl board. 

board connected to camera booster with attached mt9d111 camera board. 

the cc3200mod flashed with websock camera application via Uniflash tool 

in time of connection I cannot get picture from camera, with following data from google chrome developer

websocket protocol handshake pending all of the time, 

maybe somebody faced the issue? 

  • Hi Evgeny,

    What debugging steps here? Are you sure you are connecting to the right IP address?

    -Aaron
  • IP 198.168.1.1 and I even can get ping from the module,
  • Any debug information? Console prints?
  •  Hi Aaron, please find below console prints,

  • Hi,

    I think he want to see console log from CC3200. That means what CC3200 sends to UART.

    Jan
  • Hi Jan, I've tried to see the log of UART with Putty toll, but I cannot see nothing, can u suggest any other tool?

    -EVgeny  

  • Hi EVgeny,

    Make sure if terminal is not disabled by NOTERM symbol (Properties->Build->ARM Compiler->Predefined Symbols). If this symbol is defined, you should remove it.

    Jan
  • Hi Jan, I've removed NOTERM definition from Predefined Symbols, but now I got some other mistakes - 

    unresolved symbol GetCmd, first referenced in ./network_if.obj websock_camera    C/C++ Problem
    unresolved symbol InitTerm, first referenced in ./main.obj websock_camera    C/C++ Problem
    unresolved symbol Report, first referenced in ./httpserverapp.obj websock_camera    C/C++ Problem
    unresolved symbol TrimSpace, first referenced in ./network_if.obj websock_camera    C/C++ Problem  

    does it mean I need to document all ifndef's in these files, or there is other solution for it?

    BR,

    -Evgeny 

  • Hi Evgeny,

    OK, you should add files uart_if.h and uart_if.c from \cc3200-sdk\example\common\ into your project. Also add include to "uart_if.h" into mt9d111.c file.

    Jan
  • Hi Jan, 

    the former mistakes disappeared, but I got new one(((, and what does it mean invalid project pass?

    Description Resource Path Location Type
    #20 identifier "SlSecParams_t" is undefined .ccsproject /websock_camera line 63, external location: C:\TI\CC3200SDK_1.3.0\cc3200-sdk\example\common\network_if.h C/C++ Problem
    gmake: *** [main.obj] Error 1 websock_camera    C/C++ Problem
    gmake: Target 'all' not remade because of errors. websock_camera    C/C++ Problem
    Invalid project path: Referenced project is not a C/C++ project. websock_camera  pathentry Path Entry Problem
    This project was created using a version of compiler that is not currently installed: 5.2.6 [ARM]. Another version of the compiler will be used during build: 15.12.3.LTS. See 'Help > Check for Updates' or visit <a href="liveaction:OpenAppCenter">CCS App Center</a> to get the latest compilers. See 'Help > Install New Software...' to install older compilers. Alternatively, migrate the project to one of the available compiler versions by adjusting project properties. websock_camera  properties Problems

  • Hii,

       Can anyone tell me instead of getting the image as response after sending the capture message can we get some hardcoded string as response from CC3200 , string maybe like hello.

    When I send the capture message from my browser then I should get hello as a response from CC3200. Please guide me out in achieving this . Many Thanks.

    Regards,

    Nikhil

  • Hi Jan, I have managed issue with NOTERM symbol, but any way when I connect TeraTerm tool I cannot see nothing.
    When I try to run device in debug free run mode I getting this error--" Cortex_M4_0: Unable to determine target status after 20 attempts", but any way I can see "mysimplelink" WiFI connection, if I try to load modified file "websock_camera.bin" with no NOTERM symbol into UniFlash instead of the file from CC3200SDK 3.2.0 and burn flash I cannot see "mysimplelink" WiFi connection. Can u explain please what do I wrong with code and why I cannot see console log and picture from camera?

    BTW, I've checked with scope all relevant hardware camera signals, they looks good, I mean I see all clocks and data exchange between camera and module, only I2C looks strange, I can see only one packet when starting camera. All signals are same with direct (wiring) connecting camera to board or with camera booster pack board.

    BR,
    -Evgeny
  • Aaron?
    Hi Jan, I have managed issue with NOTERM symbol, but any way when I connect TeraTerm tool I cannot see nothing.
    When I try to run device in debug free run mode I getting this error--" Cortex_M4_0: Unable to determine target status after 20 attempts", but any way I can see "mysimplelink" WiFI connection, if I try to load modified file "websock_camera.bin" with no NOTERM symbol into UniFlash instead of the file from CC3200SDK 3.2.0 and burn flash I cannot see "mysimplelink" WiFi connection. Can u explain please what do I wrong with code and why I cannot see console log and picture from camera?

    BTW, I've checked with scope all relevant hardware camera signals, they looks good, I mean I see all clocks and data exchange between camera and module, only I2C looks strange, I can see only one packet when starting camera. All signals are same with direct (wiring) connecting camera to board or with camera booster pack board.

    BR,
    -Evgeny