ROS Serial Xbee - Unable to sync with device [closed]

asked 2015-12-23 17:06:12 -0500

hemant T gravatar image

updated 2015-12-24 03:06:39 -0500

gvdhoorn gravatar image

I see this error when I run my coordinator xbee USB to connect to device Xbee.

Contacting Xbees :

[ERROR] [WallTime: 1450911586.913302] Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino

It used to work one day earlier and we have not changed any software version/code

This is how I am trying to connect

~/catkin_ws$ rosrun rosserial_xbee xbee_network.py /dev/ttyUSB6   3

/dev/ttyUSB6: This is where coordinator with address 0 is pluged in.

I did check in XCTU that it has same Channel, PAN id and baud rate 57600

I did try to change usb cables, but did not help We are using sparkfun explorer I am using Xbee S1.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2017-08-14 02:13:04.691834

Comments

Wondering if any one have seen this error and know little bit more about this.

hemant T gravatar image hemant T  ( 2016-01-01 17:03:40 -0500 )edit

Can you verify that the zigbee network works without rosserial (ie: you can transmit and receive data some other way)?

gvdhoorn gravatar image gvdhoorn  ( 2016-01-02 04:08:12 -0500 )edit

Yes we can transmit and receive data. Verified using XCTU. Also when I start xbee_network.py from the machine where coordinator is connected, we see that it send some frame data to node Xbee. But we do not get any response from NodeXB back . Could it be something to do with baud rate ?

hemant T gravatar image hemant T  ( 2016-01-10 10:02:18 -0500 )edit

I'm not an xbee expert, but I'd imagine baudrate should be properly configured, yes.

gvdhoorn gravatar image gvdhoorn  ( 2016-01-10 10:19:39 -0500 )edit

Hemant: did u solve the xbee issue? I am facing the same problem. It works the first time. Two days later "Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino". I tried installing again. It's working in X CTU.

RKV gravatar image RKV  ( 2016-03-10 21:44:51 -0500 )edit

Did you solve this problem? I encountered the same problem. My setting is Ubuntu is 16.04, Ros kinetic and Arduino mega.

Alberto Zhou gravatar image Alberto Zhou  ( 2019-02-13 20:45:11 -0500 )edit