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.

DCA1000EVM: How to output MMWAVEICBOOST and DCA1000 simultaneously when using lab.

Part Number: DCA1000EVM
Other Parts Discussed in Thread: MMWAVEICBOOST, AWR6843ISK

Hi TI-team

I want to output from MMWAVEICBOOST and DCA1000 at the same time.

I read the MMWAVE SDK User Guide and was able to output simultaneously in demo mode.

I would like to know how to output simultaneously when using the lab GUI.

I have AWR6843ISK, MMWAVEICBOOST and DCA1000 connected.

The following URL

Compiler/DCA1000EVM: LVDS stream activation for vital signs - Sensors forum - Sensors - TI E2E support forums

>You also need to implement the LVDS functions in the Vital Signs lab itself.

Please let me know how to do this specifically.

 

Best Regards,

Koji Hayashi

  • Hi,

    As mentioned in the thread you linked, some demos have the LVDS streaming already implemented, while some do not. If you are looking to add LVDS streaming to a lab which currently does not support it, you will want to use the Out Of Box Demo as a comparison point for how to implement it properly.

    Best Regards,
    Alec

  • Hi Alec-san

    Thank you for response.

    I am trying to output UART and DCA1000 simultaneously in the lab of occupancy_plus_vital_signs.

    In that case, should I add

    1. mmw_lvds_stream.c

    2. mmw_lvds_stream.h

    to mmwave_automotive_toolbox_3_4_0\labs\incabinsensing\occupancy_plus_vital_signs\src\mss's mss_main.c and mss_main.h respectively?

    I would like to know exactly how to do this.

     

    Best Regards,

    Koji Hayashi

  • Hi,

    Yes, you will need to add those two files and make the necessary modifications to mss_main.c and mmw_cli.c. You should be able to quickly find the necessary changes by referring to the out of box demo and its implementation.

    Best Regards,
    Alec