moodoki / iwr_raw_rosnode

ROS Node for capturing raw ADC readings from the TI-xWR1xxx radars with the DCA100EVM
https://publish.illinois.edu/radicaldata
Apache License 2.0
44 stars 11 forks source link

Not working with IWR6843ISK #9

Open valentinbarral opened 1 year ago

valentinbarral commented 1 year ago

Hi,

I've been trying to run the DCA1000 with the IWR6843ISK and this iwr_raw_rosnode but I can't get it to work. The steps I have followed are:

When I connect everything and launch the node, I see that the communication with the DCA1000 using the socket is correct, and it responds to the commands. Then the commands are sent by the serial port to the 6843, and the sending is also done correctly although no response is received (I don't know if the firmware is programmed to do it). From there, after a few seconds a timeout message appears continuously on the console, and then the LVDS_PATH_ERR_LED turns red on the DCA1000.

I think I have tried almost everything, the only thing I have not modified is the firmware xwr68xx_lvds_stream.bin. Has this fw ever been successfully tested?

moodoki commented 1 year ago

Unfortunately, I do not have the IWR6843ISK to test the firmware with. Have you verified that your setup works with TI's mmWave studio? This ROS node is meant to communicate with the DCA1000 and the radar in a similar way that mmWave studio does.