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
136 stars 57 forks source link

Raspberry Pi 4 interface doesn't work #54

Open scaerachee opened 1 year ago

scaerachee commented 1 year ago

Hey, digging up a 3 year old repository but I'm setting this up on a Raspberry Pi 4, using just a lite OS cause I would like to put it on a Zero at some point. I'm using your code and have modified it so that its using the correct addresses , ttyACM0 and 1, but my device goes into reset mode just as the code runs and nothing happens.

Is there anything specific other than importing the correct packages that I should do to get it working on an RPi?

Cheers and thanks for your good work on this platform