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 2D scatter plot #17

Closed jung-sang closed 4 years ago

jung-sang commented 4 years ago

Hi ! im a student working on IWR1642boost and fortunately found your post on github ! Everything was going well, including installing and configuration etc also didnt see any errors but I dont get any result on 2D scatter plot screen... So my assumption is... maybe its because my pi3 is not fast enough to run IWR1642boost in real time ? So i wanna ask Is pi3 okay to run the codes you wrote ? also if its okay, then what do you think what my problem would be ,, ? i loaded the peoplecounting demo on my board, so it works well on my PC id appreciate if you advice me ! thank you for your time !

ibaiGorordo commented 4 years ago

Hello,

Thank you for your message. I normally use the mmWave SDK demo in the Raspberry Pi Zero W, it it a different program but there should not be a problem with the Pi3.

Some things you can check are:

Hope one of those things cna help you run the program. Let me know how it goes.

Best regards, Ibai

jung-sang commented 4 years ago

Hi,

it doesnt run on pc and my pi, what i said was the board works well with TI gui demo, sorry for confusing you

check the link below, i posted a screenshot. https://imgur.com/gPXYfaD

as you see the photo, it doesnt show any errors but just stuck in 2d scatter screen without any results.

thanks again for replying me !

ibaiGorordo commented 4 years ago

Hello,

Sorry, I have just realized that the program was using the wrong configuration file (it should use the configuration file for the people counting demo). I have corrected the program and uploaded the configuration file for the people counting demo.

You can also use your own configuration file (the one for the people counting demo) with the modified parameters to run the program.

Hope this solves your problem, Ibai

jung-sang commented 4 years ago

Thank you ! it sorted out the problem !

have a great day !

ibaiGorordo commented 4 years ago

I am glad to hear that, I will close the issue then.

Let me know if you have any other problem.

Ibai