Tool/software: TI C/C++ Compiler
can I interface the sensor with raspberry pi to get the speed of targets and display it on led module. would the sensor be able to give the speed or it need changes to do
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
can I interface the sensor with raspberry pi to get the speed of targets and display it on led module. would the sensor be able to give the speed or it need changes to do
Hi
The mmWave SDK demo sends the speed information through UART. The data format is given in the documentation.
You would need to parse the data on host side.
There may be some changes in the code required to change the UART channel used but it should be possible.
Thank you
Cesar