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