Tool/software: Code Composer Studio
I've been working with the IWR1443BOOST and my goal is to get the data of a specific object in front of the sensor. First, I went through the sdk demo to try to isolate the variables for each detected object, which I did successfully. However, I can't manage to get the sensor to give reliable data for the object I want in front of it. I've tried going into the config file and changing the CFAR threshold, but that didn't really help. I just want the sensor to identify the position of my hand in front of it.
The next thing I tried was to use the high accuracy demo to target a specific object. However, the demo would not build and I got a plethora of errors as shown below:
Because of these errors, I decided to try and port the code over to the SDK demo and get the data from there. I managed to get the code over and build with no errors. I then edited the config file to accommodate for the range boundary configuration. I finally ran this code and got a runtime error that I don't know how to fix. The error is below:
If I could get a solution to any of these three approaches that would be great. All I need is to get the data from a single object and it's definitely not as simple as I thought it would be.
Thank you,
Daniel