HavocFiXer / mmMesh

MIT License
111 stars 26 forks source link

the question about capture.py #8

Open djy9809 opened 2 years ago

djy9809 commented 2 years ago

Thanks for you great work! The radar type I use is IWR1443. When I run capture.py in step 1-mmWave_data_capture, I can get mmWave radar data successfully and the data is not empty. But it still prints “Packet Lost! Please discard this data.” How can I deal with this problem?

HavocFiXer commented 2 years ago

This is caused due to the packet lost during the data transmitting.

AbdellahUnaide commented 1 year ago

@djy9809 @HavocFiXer Could you please explain how you can use IWR1443, not having "DataCaptureDemo_1843new.lua" equivalent file? Othwise, how did you made the radar running before pluging it on ubuntu (did you used the ti driver?) and did you used it alone or combined with DCA1000 device?

Thank you for you help, i will really appreciate. Have a good day.

saulcarvalho commented 1 year ago

Hello @HavocFiXer, I want to start by thank you for the great work!

I was going to check the radar running with your files, since I have both an AWR1843BOOST and a DCA1000EVM, but the thing is, after following your setup step by step, I get stuck on the capture part, when I run the capture.py, saying that there is an erros in capture.py line 6 (adc) and an error in line 51 in steaming.py (socket.bind). The error message for Linux is ERRNO 99, saying that the requested address is not valid. Any ideas?

tristeph commented 9 months ago

Hello @HavocFiXer, I want to start by thank you for the great work!您好,我想首先感谢您的出色工作!

I was going to check the radar running with your files, since I have both an AWR1843BOOST and a DCA1000EVM, but the thing is, after following your setup step by step, I get stuck on the capture part, when I run the capture.py, saying that there is an erros in capture.py line 6 (adc) and an error in line 51 in steaming.py (socket.bind). The error message for Linux is ERRNO 99, saying that the requested address is not valid. Any ideas?我本来打算检查与您的文件一起运行的雷达,因为我同时有一个 AWR1843BOOST 和一个 DCA1000EVM,但问题是,在一步一步地按照您的设置进行操作后,当我运行 capture.py 时,我卡在捕获部分,说 capture.py 第 6 行 (adc) 中有一个错误,steaming.py (socket.bind) 中的第 51 行有一个错误。Linux 的错误消息是 ERRNO 99,表示请求的地址无效。有什么想法吗?

Hello, I have encountered the same problem as you. Have you resolved it now?