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.

[参考译文] AWR1243:AWR1243 + DCA1000EVM CLI 方法

Guru**** 2416110 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1529114/awr1243-awr1243-dca1000evm-cli-method

器件型号:AWR1243

工具/软件:

尊敬的德州团队:

我目前正在尝试获取原始数据 Trought CLI、而不是 mmWave Studio。

使用 mmWave Studio 一切都可以正常工作、但当我尝试对 CLI 执行相同操作时、我收到了这个错误:

_

似乎停止之前的每个命令都成功、但在 stop_record 命令之后、我收到此错误、并且创建的唯一文件是一个 Excel 文件、例如这个文件

e2e.ti.com/.../1830.adc_5F00_data_5F00_Raw_5F00_LogFile.csv

在这个文件中,它似乎是最后 0 秒的采集,由于该记录有 0 LVDS 数据,因此它看起来是空的。

我们遵循 TI_DCA1000 CLI_EVM Software_Userguide 操作、但每次遇到此错误时、用户指南中也不会提供该错误。

您能告诉我们什么是不正确的吗?

这是我们的雷达配置。

为了全面了解我们所做的工作、我将与您共享我们用于配置的 JSON 文件。


“configUsed":“:“d:Studio_Internal \\JSONSampleFiles\12xx\\12xx.mmwave_json“、
“captureHardware":“:“DCA1000",“,</s>、
“DCA1000Config":“:{
“dataLoggingMode":“:“raw",“,</s>、
“dataTransferMode":“:“LVDSCapture",“,</s>、
“dataCaptureMode":“:“ethernetStream",“,</s>、
“lvdsMode":“:2、
“dataFormatMode":“:3、
“packetDelay_us":“:25、
“ethernetConfig":“:{
“DCA1000IPAddress":“:“192.168.33.180",“,</s>、
“DCA1000ConfigPort":“:4096、
“DCA1000DataPort":“:4098
}、
“ethernetConfigUpdate":“:{
“systemIPAddress":“:“192.168.33.30",“,</s>、
“DCA1000IPAddress":“:“192.168.33.180",“,</s>、
“DCA1000MACAddress":“:“12.34.56.78.90.12",“,</s>、
“DCA1000ConfigPort":“:4096、
“DCA1000DataPort":“:4098
}、
“CaptureConfig":“:{
“fileBasePath":“:“..\Data\\",“,</s>、
“filePrefix":“:“ADC_DATA",“,</s>、
“maxRecFileSize_MB":“:1024、
“sequenceNumberEnable":“:1、
“captureStopMode":“:“duration",“,</s>、
“bytesToCapture":“:4000、
“DurationToCapture_ms":“:4000、
framesToCapture “: 40
}、
“dataFormatConfig":“:{
“MSBToggle":“:0、
“laneFmtMap":“:0、
“reorderEnable":“:0、
“dataPortConfig":“:[

“portIdx":“:0、
“数据类型“:“实数“
}、

“portIdx":“:1、
“数据类型“:“复杂“
}、

“portIdx":“:2、
“数据类型“:“实数“
}、

“portIdx":“:3、
“数据类型“:“实数“
}、

“portIdx":“:4、
“数据类型“:“复杂“
}
]
}
}
}

我还有一个问题、您知道现在是否可以通过 SD 卡保存数据? 因为我读到,这是不可能的,但它将有可能在未来。

提前感谢您的帮助。