HavocFiXer / mmMesh

MIT License
111 stars 26 forks source link

Error capturing data from mmWave Radar? #6

Closed m-muaz closed 2 years ago

m-muaz commented 2 years ago

Hi, I am trying to use your code in 1.mmWave_data_generation to capture the real-time data from the AWR1843BOOST radar but every time I try to read data using getFrame() method it gives me readItem as "wait new frame" and itemNum as -2. Can you tell me could be the possible reason for this? I am using the ubuntu 20.04 subsystem for windows 10 as administrator to run capture.py file.

Thanks!

HavocFiXer commented 2 years ago

I didn't encounter this problem. I wonder if the computer successfully receive packets from the radar? You can check System Monitor in Ubuntu, find the Network History to see if your computer receives packets from the radar.

m-muaz commented 2 years ago

Hi, I want to ask how you are operating the Ti Radar from Ubuntu? I am currently working with Windows since the mmWave Studio is required to initiate frames from radar and that application is currently only supported by Windows?

Thanks!