Other Parts Discussed in Thread: IWR6843
Tool/software:
I am working on a level detection application using the IWR1443 module. I am making modifications based on the high accuracy demo and using this demo as a foundation.
I observed that the maximum range for the IWR1443 is 20 meters. I believe this range limitation is based on a software constraint (as mentioned in previous forum posts). In the TI level radar application video, it was stated that it can reach up to 100 meters, especially with a lens. If I use a lens, can I measure up to 100 meters with the same software?
I want to increase this range. After researching in forums and documents, I have reached the following conclusions:
-
Antenna Properties
With a high-gain antenna and a lens, I can measure longer distances by reducing the FOV angles. The setup has two patch antennas (1TX/1RX), and the PCB layout is roughly shown in the image. Is it possible to achieve a 4GHz bandwidth with an antenna in the image for the 77-81GHz frequency range? I am getting a narrower bandwidth in the S(1,1) graph.
-
Extending Chirp Duration
When the chirp duration is increased, the ADC data collection time will also increase, so the time for the signal to travel will be extended. This could help detect longer distances. However, some forum posts mention that this does not work. This may be due to the FFT size limitation.
If I increase the chirp duration, do I also need to increase the frame duration? How can I change the number of ADC samples? -
Increasing FFT Size
I noticed that for IWR1443, the FFT size is limited by#define MAX_FFT1D_SIZE (1024)
. If I set this to 2048, will the code still work properly? Will there be enough memory? What is the maximum FFT size? -
Optimizing Bandwidth
Increasing the bandwidth may improve range resolution.
Does increasing the bandwidth also extend the chirp duration? If the chirp duration increases, will the ADC measurement time increase? Do I need to manually adjust these parameters? -
Transmission Power of the Tx Antenna
Is the transmission power of the Tx antenna fixed, or can it be increased through software? -
Which module do you recommend for a level measurement application, the IWR1443 or the IWR6843?