-
Notifications
You must be signed in to change notification settings - Fork 223
Description
Hi all,
I've posted a thread in texas instruments forum regarding the raw data acquisition using DCA1000, but I wanted you, as creators of this awesome library, if you can help me to parse the data correctly for the AWRL6844 Ti radar sensor with DCA1000.
The thread is published at https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1499272/awrl6844-getting-raw-data-from-dca1000-in-real-time
Please , ignore Option 1 that is more focused using their fpga tools to wake up DCA1000 and LAN. I'm interesting on Option 2 which uses your API. The problem comes, when I send the cfg via uart to 6844 and wake up DCA1000 with your API, I'm always receiving the same constant packet shape ( "data" is 393216 of uint16 type). My guess is that I have to change ADC_PARAMS accordingly to cope with the cfg for this sensor. More precisely, as : ADC_PARAMS = {'chirps': 64, 'rx': 4, 'tx': 4, 'samples': 256, 'IQ': 2, 'bytes': 2} within the adc.py .
Is it correct for my cfg file ?
Doing in this way, the DCA1000().read functionality will work as expected and then apply doppler, range fft , cfar, bla bla pipeline from your API?
Thanks a lot
BR,
Alberto