ibaiGorordo / AWR1642-Read-Data-Python-MMWAVE-SDK-2

Python program to read and plot the data in real time from the AWR1642 and IWR1642 mmWave radar boards (Texas Instruments).
MIT License
137 stars 57 forks source link

Regarding the vital signs demo #20

Closed mixy1 closed 4 years ago

mixy1 commented 4 years ago

after around 5000-9000 frames the device keeps printing the same values. is this from the python script's end or the device's? and have you ever experienced this? I am running on Linux pop!_os 20.04 will try to run it on windows later.

ibaiGorordo commented 4 years ago

Hello,

Actually I have not tested the vital signs demo myself, so I am not sure what might be the problem. You may want to modify the sleep time in line 403 (I am not sure if shorter or longer) to see if the problem fixes.

Also, have you tried doing the same with the Texas Instruments?

Best regards, Ibai

mixy1 commented 4 years ago

hey fixed it i just changed the buffer allocation as it was messing up the buffer. might do a pull request soon.

ibaiGorordo commented 4 years ago

I see, thank you for letting me know. It might be a problem with the buffer cleaning or it might be fixed by reducing the sleep time.

Let me know if you find issues.

Ibai