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.

AWR1443BOOST: Unstable Serial Connection for Raw Capture with DCA1000

Part Number: AWR1443BOOST
Other Parts Discussed in Thread: AWR1443, AWR1843

Hi,

My setup includes an AWR1443Boost radar and a DCA1000 capturing device. I'm trying to capture the raw ADC data on a linux desktop using Python.

Currently I get very inconsistent behavior of the serial port, It occasionally works but too often I get an "Error" response when sending the 'sensorStart' command followed by an LVDS stream error indicator.

For the serial communication, I kept a 0.01 seconds delay between characters when sending the cfg characters and a 0.1 between commands. I use the following cfg file:

sensorStop
flushCfg
dfeDataOutputMode 1
channelCfg 15 5 0
adcCfg 2 1
profileCfg 0 77 58 7 40 0 0 100 1 304 9499 0 0 30
chirpCfg 0 0 0 0 0 0 0 1
frameCfg 0 1 32 0 33.333 1 0
lowPower 0 0
teskFmkCfg 0 0 0 1
setProfileCfg disable ADC disable
sensorStart

Any advice on how to debug this on make improvements? In addition, Is there a resource which explains the ADC data structure (not only the individual UDP package) and how to apply the FFT processing on top of it?

Thanks

Yuval