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.
Part Number: AWRL6432AOPEVM
Tool/software:
Hello TI-Team,
i want to add Hardcodedconfig to my device. I made following changes to the Code and flashed the device:
#define CLI_BYPASS 1 //conveyor_belt_true_ground_speed_5m_60GHz.cfg #define MAX_RADAR_CMD 21 char *radarCmdString[MAX_RADAR_CMD] = { "sensorStop 0 \n\r", "chirpComnCfg 16 0 0 128 4 28 0 \n\r", "chirpTimingCfg 28 32 0 40 60.5 \n\r", "channelCfg 7 3 0 \n\r", "frameCfg 2 0 400 64 100 0 \n\r", "antGeometryCfg 0 0 1 1 0 2 0 1 1 2 0 3 \n\r", "guiMonitor 1 1 0 0 0 1 0 0 0 0 0 \n\r", "sigProcChainCfg 64 32 1 0 0 0 0 0 \n\r", "sensorPosition 0 0 0.3 0 0 \n\r", "cfarCfg 2 8 4 3 0 10.0 0 0.95 0 1 1 1 \n\r", "aoaFovCfg -20 20 -40 40 \n\r", "rangeSelCfg 0.1 5.0 \n\r", "clutterRemoval 1 \n\r", "compRangeBiasAndRxChanPhase 0.0 1.00000 0.00000 -1.00000 0.00000 1.00000 0.00000 -1.00000 0.00000 1.00000 0.00000 -1.00000 0.00000 \n\r", "adcDataSource 0 C:\\\\ti\\\\Workarea\\\\Uploads\\\\mmwave_lp_sdk\\\\examples\\\\datapath\\\\common\\\\testBench\\\\major_motion\\\\adc_data_0001_CtestAdc6Ant.bin \n\r", "adcLogging 0 \n\r", "lowPowerCfg 1 \n\r", "factoryCalibCfg 0 0 40 0 0x1ff000 \n\r", "configRANSAC 1 200 1.0 \n\r", "baudRate 1250000 \n\r", "sensorStart 0 0 0 0 \n\r", };
It is possible to connect COM Port in IndustrialVisualizer , but i cannot see the Data Stream using "Start without sending config file".
Do i have to change the Python Code?Baudrate for example? (in Putty it shows continues data but only not readable special characters...)
thank you very much :)
Hi,
Could you let us know what versions of the SDK and radar toolbox you are using? We'd recommend updating to the latest versions of the SW, which I've listed below.
mmWave L-SDK: https://www.ti.com/tool/download/MMWAVE-L-SDK (version 5.5.0.2)
Radar Toolbox: https://dev.ti.com/tirex/explore/node?node=A__AEIJm0rwIeU.2P1OBWwlaA__radar_toolbox__1AslXXD__LATEST&placeholder=true (version 2.20.00.05)
Thanks,
Clinton
Hi,
i am using the latest versions. Is there any further documentation available for the configuration of the RANSAQ Parameters? Thank you very much.
Hi,
What particular example are you using right now? Could you let us know what you're referencing by "RANSAQ Parameters"?
If you're using AWRL6432, there is new a feature called "CLI removal" that may accomplish what you are trying to do. If you check the demo user's guide for details on this feature, you'll find information on how to implement this. For example, for the motion and presence demo in the SDK, you could find this in the guide linked below.
Thanks,
Clinton