Other Parts Discussed in Thread: AWR1642, UNIFLASH, DCA1000EVM,
Hello,
I have with me the AWR1642 board and its power supply and a Windows Version 10.0.18362 Build 18362 laptop. I was able to flash the "xwr16xx_mmw_demo.bin" file using the Uniflash software and see some real-time plots and graphs using the following Chrome-based tool https://dev.ti.com/gallery/view/mmwave/mmWave_Demo_Visualizer/ver/3.4.0/
As I am new to working on microprocessors, I am rather unfamiliar with the process of developing these .bin files and the tools such as the web based one, above, to make use of the board. Any help on where to get started would be helpful. I have installed CCS, mmWave SDK and mmWave studio. The mmWave studio does not seem to detect the board, which I assume is due to not having the DCA1000 EVM
My goal is to get raw data (or with minimal processing like FFT for example, on-board or even on-laptop) to develop a machine learning algorithm. It would be conducive if the data could be streamed with as little delay as possible, given the constraint of not having the EVM. Is this possible to do?
I was given a suggestion on another platform, which, I was unable practically comprehend, fully. I am pasting it below.
"I am not sure if you need a high speed data capture card also for it or you can directly read the ADC data stored in the internal DSP memory directly from your evaluation board. I think second one option should be available..
You can configure the frontend to dump ADC data in a ping-pong fashion, one chirp worth of data at a time, and generate interrupts whenever the ping/pong buffer is full. While servicing the interrupts, you can copy the data from ping pong buffer to a bigger memory for postprocessing at a later stage..You should be able to do this via writing a small DSP code using the software tools packaged with the board."
If this is possible, the list of what tools are required and any tutorials on how to go about performing it, would be greatly appreciated.
If any other methods are available, to log real-time data from the board onto the laptop (even with delay), it would be helpful.
Thank You.