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.

CCS/AWR1642BOOST: AWR1642BOOST:Do not send vital signs after upper computer configuration in lab0001-driver-vital-signs?

Part Number: AWR1642BOOST

Tool/software: Code Composer Studio

Hi,

I don't want to start sending vital signs by clicking the start button.

If I want the DEMO to power up so I can send vital signs. Please tell me how to modify it.

  • If I change some definitions in Dss_main, can I send vital signs automatically after power on?
  • Please be more specific.Thanks!

  • Hi,
    For that, you need to modify the GUI and application.

    GUI: Make change so that GUI can listen the object result data (on auxiliary COM port) as soon as it is started. Source code of GUI is provided under vital sign demo package.

    Application: make a change to embed all the CLI commands inbuilt so that it doesn't wait for any commands and it configures and be ready to detect vital sign as soon as it is powered on.
    Please refer 'object_data_over_can' demo from TI-Rex where it embeds all the CLI command in the application, get the required code from this application and implement in the Vital sign demo.
    dev.ti.com/.../node

    Regards,
    Jitendra