Other Parts Discussed in Thread: IWR6843, , AWR1843, UNIFLASH
Hello,
We are trying to use the IWR6843ISK EVM for a medium range radar application. Specifically we want to reliably detect vehicles at 150m with velocities up to 150kmph. I found the medium range radar lab for the AWR1843 in the radar toolbox and noticed a few things. First is that it doesn't appear that the IWR6843 has enough L3 memory for the radar data cube (768kB vs the required 1024 for the given chirp configurations). I have discovered TI's memory compression and decompression engine described here: https://www.ti.com/lit/an/swra663/swra663.pdf?ts=1687955652855&ref_url=https%253A%252F%252Fwww.google.com%252F, however I have no idea how to use it. Our current system reads data over the serial COM ports and does any filtering, clustering, detection, and plotting using Python. Is there an easy, user friendly way to implement the memory compression on the board so that we can still read the serial data and use our Python scripts?
Secondly, we have tried to implement beamforming by using all three transmit antenna in unison but it wasn't helping detect out further. I found that the AWR1843 required mounting a 0-ohm resistor to supply more voltage so that the 3 Tx antenna could chirp in unison. I then looked at the long range people detection lab: file:///C:/ti/mmwave_industrial_toolbox_4_9_0/labs/long_range_people_detection/68xx_long_range_people_det/docs/68xx_long_range_people_det_user_guide.pdf
and found that the IWR also requires more power but the manual says it requires the ICBOOST. Is there a simpler way to provide sufficient power to the board in order to enable beamforming?
Thank you