Closed vinit-katariya closed 3 years ago
Hi,
What is the output when you try to print tlv_numObj?
Something similar happened in #7 but I am not sure what might be the cause. Try modifying the delay value. If it does not work you can try to add an exception as mentioned in the linked issue.
It's working now, error is gone. It was an issue with the binary file. I was using an older version.
I am using the readData_AWR1642.py just to read the data from the sensor and getting this error for line 218 peakVal = np.zeros(tlv_numObj,dtype = 'int16'). I have checked the packet structure and it looks fine.
Do you know what can be the problem?