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.

AWR6843AOP: Proper config settings for Out of Box Demo

Part Number: AWR6843AOP

I am using the Out of Box Demo with AWR6843AOP to detect static objects closer than 1 meter. I used the GUI to select and save config settings into a cfg file. I have not been able to run the live GUI demo, I just run the application in on my own hardware. I am receiving xyz data over UART, but have some questions:

  • I am not receiving "Side Info" TLVs (#7) that include SNR values. I did earlier in development, but no longer. According to the header, I only get two TLVs: xyz (#1) and range profile (#2). My config file includes the line to enable side info:
    guiMonitor -1 2 1 0 0 0 0
  • How would you recommend I configure our radar for our setup? I want to detect objects at a max range of one meter. I am also separating the distance from radar to objects by over 5 cm. I have used the OOB Demo GUI to generate config files, but have not found detailed information on how to use each setting.
  • My team has previously used the Vital Signs demo. I would like to mimic their settings as much as possible in the Out of Box demo. Previous conversations with TI support mentioned that we could mimic the chirp configuration settings of our vital signs app in the out of box demo. I tried copying these chirp configurations directly into my OOB cfg file, but then received no data. Which specific settings should be copied to best match our vital signs config?

Thank you for the help!
Jeff
Norbert Health

My full config file for OOB Demo is as follows:

% ***************************************************************
% Created for SDK ver:03.06
% Created using Visualizer ver:3.6.0.0
% Frequency:60
% Platform:xWR68xx_AOP
% Scene Classifier:best_range_res
% Azimuth Resolution(deg):30 + 30
% Range Resolution(m):0.044
% Maximum unambiguous Range(m):9.02
% Maximum Radial Velocity(m/s):1
% Radial velocity resolution(m/s):0.13
% Frame Duration(msec):100
% RF calibration data:None
% Range Detection Threshold (dB):15
% Doppler Detection Threshold (dB):15
% Range Peak Grouping:enabled
% Doppler Peak Grouping:enabled
% Static clutter removal:disabled
% Angle of Arrival FoV: Full FoV
% Range FoV: Full FoV
% Doppler FoV: Full FoV
% ***************************************************************
sensorStop
flushCfg
dfeDataOutputMode 1
channelCfg 15 7 0
adcCfg 2 1
adcbufCfg -1 0 1 1 1
profileCfg 0 60 359 7 57.14 0 0 70 1 256 5209 0 0 158
chirpCfg 0 0 0 0 0 0 0 1
chirpCfg 1 1 0 0 0 0 0 2
chirpCfg 2 2 0 0 0 0 0 4
frameCfg 0 2 16 0 100 1 0
lowPower 0 0
guiMonitor -1 2 1 0 0 0 0
% guiMonitor <subFrameIdx> <detected objects> <log magnitude range> <noise profile> <rangeAzimuth(Elevation)HeatMap> <rangeDopplerHeatMap> <statsInfo>
cfarCfg -1 0 2 8 4 3 0 15 1
cfarCfg -1 1 0 4 2 3 1 15 1
multiObjBeamForming -1 1 0.5
clutterRemoval -1 0
calibDcRangeSig -1 0 -5 8 256
extendedMaxVelocity -1 0
lvdsStreamCfg -1 0 0 0
compRangeBiasAndRxChanPhase 0.0 1 0 -1 0 1 0 -1 0 1 0 -1 0 1 0 -1 0 1 0 -1 0 1 0 -1 0
measureRangeBiasAndRxChanPhase 0 1.5 0.2
CQRxSatMonitor 0 3 5 121 0
CQSigImgMonitor 0 127 4
analogMonitor 0 0
aoaFovCfg -1 -90 90 -90 90
cfarFovCfg -1 0 0 8.92
cfarFovCfg -1 1 -1 1.00
calibData 0 0 0
sensorStart

  • Hi Jeff,

    Thanks for reaching out! I will have an update for you on this tomorrow. 

    One question, is this for the testing we discussed on the phone a few weeks ago?

    Thank you,

    Angie

  • Hi Angie, yes it is!

  • Hi Jeff,

    • I am not receiving "Side Info" TLVs (#7) that include SNR values. I did earlier in development, but no longer. According to the header, I only get two TLVs: xyz (#1) and range profile (#2). My config file includes the line to enable side info:
      guiMonitor -1 2 1 0 0 0 0
      • please try setting <detectedobjects> in gui monitor to 1 and not 2 to enable side info: guiMonitor -1 1 1 0 0 0 0
    • How would you recommend I configure our radar for our setup? I want to detect objects at a max range of one meter. I am also separating the distance from radar to objects by over 5 cm. I have used the OOB Demo GUI to generate config files, but have not found detailed information on how to use each setting.
      • Please see our Programming Chirp Parameters guide to find the equations. These equations relate to the fields in the cfg commands. Details on the cfg commands can be found in the SDK user's guide. 
    • My team has previously used the Vital Signs demo. I would like to mimic their settings as much as possible in the Out of Box demo. Previous conversations with TI support mentioned that we could mimic the chirp configuration settings of our vital signs app in the out of box demo. I tried copying these chirp configurations directly into my OOB cfg file, but then received no data. Which specific settings should be copied to best match our vital signs config?
      • I would copy the detection layer cfg commands into your OOB cfg file. 

    Thank you,

    Angie

  • Hi Angie,

    Thank you for this! Setting <detectedobjects> to 1 does enable side info. Note that the instructions in this file say that a setting of 2 is required for side info:
    mmwave_industrial_toolbox_4_11_0/labs/Out_Of_Box_Demo/docs/understanding_oob_uart_data.html

    I am still working on implementing your other advice. I will report back soon.

    Jeff

  • Hi Jeff,

    Thank you for letting us know about the incorrect setting in the understanding oob uart data guide, this is being fixed by our team.

    Thanks for reaching out on our e2e forums and feel free to make a new thread if you have any more questions,

    Angie