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.

AWR1642BOOST: Fixing the configuration and output form for the demo application.

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: AWR1642

Team,

Is it possible to fix the configuration settings for the demo application or send a particular .cfg file to the demo code to get the desired or only the needed part of the frame returned in the output file??

If yes, how to go about this, what parts would I have to program?

Thanks in advance.

  • Hi,

    It is possible to configure the profileCfg in the .cfg to run only one frame.

    Thank you
    Cesar
  • Hi,

    If you are referring to various output data types (eg. range profile, detected objects (point cloud), heatmap, etc), these can be controlled via the guiMonitor command in the .cfg file.  The flag meanings of this command are explained in the SDK's user guide, section 3.4.  For AWR1642, if you want to hardcode or force a set of output types (or TLVs), see the function MmwDemo_dssSendProcessOutputToMSS().

      -dave

  • Sir,

    I actually want to collect data from two sensors simultaneously, and one is this AWR1642 evaluation module. And I want to compile the data (data needed from the AWR1642 is x,y,z values in meters or the range in meters and the velocity in m/s for all the detected objects captured by giving a fixed configuration) from both the sensors together in a common CSV file.

    How to go about this?

    Frame NO.  Target Total  Target NO.  X(m)  Y(m)  Z(m)  Velocity(m/s)  Peakval(Log) 
  • I can't comment on what you need for another sensor, but for the AWR1642, you only need to modify the guiMonitor profile command to send only the list of detected objects to the UART. Your host program would need to compile the output of the two sensors together into your list.

     -dave