Open pcakhilnadh opened 2 years ago
I'm using AWR1843 Device, I have used readData_AWR1843.py. I have changed the port numbers correctly and used the same configuration file provided by you. The device is getting connected but I'm not getting any output, the scatter plot is empty. Can you suggest what to do? Is MATLAB required in anyway, cause I'm directly working on Python.
I m working with IWR1843, I marked a breakpoint after dataOk, frameNumber, detObj = readAndParseData18xx(Dataport, configParameters)
But I always get frameNumber is 0 and dataOk is 0.
Why is it so? Does the same code works for IWR1843 ? IF not what is the modifications need to make?