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.

LAUNCHXL-CC3235SF: CAMERA COMMUNICATION WITHOUT CAMBOOST

Part Number: LAUNCHXL-CC3235SF

Hello,

I have an OV2640 camera and I'm trying to communicate with LAUNCHXL-CC3235SF dev-kit. The processor is supporting camera interface but there are no pinouts on the board, referring hardware description. All samples are made with various boost modules. How can I wire my camera directly to the board.

  • Hi Talha Kocak,

    Your images did not attach to the thread correctly, but based on the module you referenced, I do not think you need the camera parallel interface peripheral. It looks like your camera module has a serial peripheral and can be used with I2C.

    Keep in mind the LaunchPad does not have all CC3235 pinout options available from its header pins. Please check out the LaunchPad hardware user's guide for available pins, or the schematics in the LaunchPad design files.

    Best regards,

    Sarah

  • Hello Sarah,

    Thanks for your attention, I will use my camera with SCCB interface. In the other hand I want to use video streaming demo with the LAUNCHXL-CC3235SF board. But video streaming demo was done with LAUNCHXL-CC3220 board.

    I'm following these below steps with CC3235SF LaunchPad and I'm programing the board with no error, but it doesn't work. Is there a possibility to work appropriately or what should I do?

    Best regards,

    Talha 

  • Hi Talha,

    Do you have the OV788 hardware? Have you added a servicepack? Note you will need to use the CC3235 servicepack from the servicepack-cc3x3x folder.

    Best regards,

    Sarah

  • Hi Sarah,

    I don't have the OV788 hardware. I added appropriate servicepack from the servicepack-cc3235x folder. Before getting OV788 hardware, I just want to see the communication between the LAUNCHXL-CC3235SF with the network. If I connect my board with the network I'll try my camera module with SCCB interface.

    Also I copied OV788_Video_Streaming source and example folders to the mentioned folders to execute the demo. The result is always same, not working.

    Is this demo featured with only CC3220-LaunchPad? How can I run it with LAUNCHXL-CC3235SF?

    Best regards,

    Talha

  • Hi Talha,

    That demo waits for the OV788 hardware to initialize before it connects to a network or sends data. It will not run on your LaunchPad alone unless you change the application.

    If you want a demo to see how the CC3235 connects to a network and sends data, I suggest starting with one of the SDK examples. There are many basic Wi-Fi demos in SimpleLink Academy, like the network_terminal demo.

    Best regards,

    Sarah