So me and my friend is working on a project where we’re going to connect two arduinos together with xbee’s and send and recive data from a keypad. We’ve connected the two xbee’s with X-CTU and made them communicate and it worked fine. But when we tried to send and recive data from arduino we didn’t recive anything.
The code we’re using for the arduino is this
For the sender(router);
This is just for testing if we were able to recive anything, but nothing.
And I would assume if we could get communication in X-CTU it would be good to go for the arduino?
I can also add the setup for our xbee’s if that would help
We’re using an Xbee breakout connected to a breadboard and the dout pin to tx pin and the din pin to rx. And we’ve troubleshooted all the pins used in the breakout and thay work fine
I hope that is a 3V Arduino and not the 5V or TTL level version. If so, you need to use a level shifter between the Arduino and the XBee. That is what the Shields do.