Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting with IWR6843-ISK #7

Closed
superBaik opened this issue May 17, 2021 · 10 comments
Closed

Starting with IWR6843-ISK #7

superBaik opened this issue May 17, 2021 · 10 comments

Comments

@superBaik
Copy link

Hello,
Thanks for your effort regarding Radar python code.

I'm just trying to start "pymmw" with IWR6843-ISK and "people counting example"

Configuration>

  1. Radar(TI IWR6843-ISK)
  2. Raspberrypi4

Try>
Radar is connected with Raspberrypi4 ,

and I would like to run the program in raspberrypi (RaspbianOS)

Here is my question.

  1. I download codes and run as below

python3 pymmw.py -c /dev/ttyUSB0 -d /dev/ttyUSB1
rpi1

I dont know why...
I waited for a long time, then I just push any button. Then I get the cli command.
So I manually put all my cli configuration. (Finally I can turn on RF frontend radar)

However, I dont know the next step for visualization.

I dont think that I am now fully understating about the program.

Could you give me any help please?

Thanks in advance .

@m6c7l
Copy link
Owner

m6c7l commented May 17, 2021

Hi,
you need to flash your device with „mmwave sdk demo“ (3.4.0.3). the „people counting demo“ is not supported.
Best

@superBaik
Copy link
Author

Thanks for your reply.
I will try to flash mmwave sdk demo again.

can I ask you one more question ?

  1. These demo are also run in Raspberrypi4?
  2. If so, import pyqtgraph then python3 command , possible ?
    (This is because I am struggling with the problem the pyqt5 and sip error as below

" from PyQt5 import QtGui, QtCore, QtWidgets, sip, uic
ImportError: /usr/lib/python3/dist-packages/PyQt5/sip.so: undefined symbol: _Py_ZeroStruct"

)

Thanks

@dudeldeck
Copy link

dudeldeck commented May 31, 2021

Hello all,

Also from me many thanks for providing this repository.

I have a problem regarding the handler. I get the following message.
Bildschirmfoto vom 2021-05-31 22-36-00
Bildschirmfoto vom 2021-05-31 22-36-15

I am using SDK version 3.5.0.0, is it possible to make this work with this version? Or am I forced to flash the SDK version to 3.4.0.3 for now?

Thank you.
Best regards

@m6c7l
Copy link
Owner

m6c7l commented Jun 1, 2021

Hi,
please add the version (probably 03.05.00.00) to the tuple in mss/x8_mmw.py at line 25 (ver) and try again. Please report if it works.
Best

@dudeldeck
Copy link

Hi,

Thank you for your answer.
Unfortunately did not work...

Best regards

@m6c7l
Copy link
Owner

m6c7l commented Jun 1, 2021

I will investigate the new SDK soon. For now, you are forced to downgrade to SDK version 3.4.0.3.

@dudeldeck
Copy link

Ok thank you very much. Then I will have to switch to the other version for now.

Best regards

@dudeldeck
Copy link

Hi,

So i downgraded SDK to 3.4.0.3 and still have the same problem. Do you have any idea what the reason could be? Visualize version is still 3.5.0.0

Best regards

@m6c7l
Copy link
Owner

m6c7l commented Jun 12, 2021

Hi,
the master branch has been updated to support 3.5.0.4 for IWR1843 and IWR6843. Please make sure to connect FTDI of any carrier board (e.g. ICBOOST) as well to enable reset without pressing NRST via pymmw. The XDS110 debug probe seems not to work in the same way when using a carrier board as it works for IWR-BOOST-EVMs.
Best

@dudeldeck
Copy link

Hi,

Now it works!!! Thank you very much :)
Great tool. Great work.

Best regards

@m6c7l m6c7l closed this as completed Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants