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
132 stars 59 forks source link

AWR1642 Read Data on MMwave SDK 3.5 #46

Open julioparadap opened 2 years ago

julioparadap commented 2 years ago

Hi Ibai,

could you explain what exactly has to be changed to use your code on the newest version of the sdk?

Thank you in advance

ibaiGorordo commented 2 years ago

The data format is different, and it is slightly easier to get the 3D point cloud. If you are using a board with SDK 3.5, then use this other repository instead: https://github.com/ibaiGorordo/AWR1843-Read-Data-Python-MMWAVE-SDK-3-

jiheddachraoui commented 2 years ago

hello @ibaiGorordo , I'm using AWR1642 with mmWave SDK 3.5, can i use the same code as in the other repository (AWR1843)? my question is about the difference between boards, not the SDK version. Thank you

UPDATE: The answer is yes, I changed it a little, tried it out, and it worked.Thank you!