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: QUESTION About AWR1642 detecting distance limiting without GUI ?

Part Number: AWR1642BOOST

I have some queries on the SRR project in the ADAS section.

1. Is it possible to reduce or customize the distance to 10 meters and 5 meters without the GUI tool, HOW ? (i already limited the range 20 and 80 by using SRR mode and USRR mode and i used multimode also) ?.

---> by i change detection range by following this thread https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1302479/awr1642boost-query-on-hard-coding-srr-program/4947541#4947541

2. How do we change the detection range dynamically ?

  • Hi Sankar,

    1. Please go through the following document to understand how to adjust your chirp parameters to configure the sensor to the specs of your choice.
      https://www.ti.com/lit/an/swra553a
    2. To change the detection range dynamically, you can reconfigure the profile and chirp cfg during the runtime of the application over the UART interface.

    Regards,

    Kaushik

  • Hai Kaushik,

    the provided LINK Doesn't work, when i click the link its shown ERROR 404 not found ?

    and i tried to send this commands via UART port but its doesn't work:

    ---> 

    sensorStop
    dfeDataOutputMode 1
    channelCfg 15 3 0
    adcCfg 2 1
    adcbufCfg -1 0 1 1 1
    profileCfg 0 76 2 6.4 65.73 0 0 12.79 1 175 3000 0 0 30
    chirpCfg 0 0 0 0 0 0 0 1
    chirpCfg 1 1 0 0 0 0 0 2
    frameCfg 0 1 27 0 100 1 0
    lowPower 0 1
    guiMonitor -1 1 1 0 0 0 1
    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
    bpmCfg -1 0 0 1
    lvdsStreamCfg -1 0 0 0
    compRangeBiasAndRxChanPhase 0.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


    -----> when i enter the configuration into UART DATA port with 115200 Baudrate:

    SrrTIDesign:/>sensorStop
    Done
    SrrTIDesign:/>flushCfg
    'flushCfg' is not recognized as a CLI command

    SrrTIDesign:/>dfeDataOutputMode 1
    'dfeDataOutputMode' is not recognized as a CLI command

    SrrTIDesign:/>sensorStart
    Error -1
    ===> i tried so many time all these configuration but why doesn't work ?
  • Hi,

    This issue has been resolved you in your other thread.

    For the SRR demo, the configuration is hard-coded in the code

    thank you

    Cesar