This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am trying to use Python to start the IWR6843 without using the mmwave visualizer. I have the code for IWR1443 and it works well. But when I put it into the IWR6843, it goes wrong.
For IWR1443:
For IWR6843:
and the light is not lit
Thanks,
Zhenyuan lei
Hi Zhenyuan,
Before we try to debug the Python code, we need to ensure the device is working properly. The easiest way to check is to run Tera Term, and connect to the UART Com Port (the one you send config to). Buad Rate is 115200/ After connecting to the Com Port, press the reset button on the device. This should print something similar to the below message:
If nothing prints, then the device is stuck. Let me know your results and we will go from there.
Regards,
Justin