I am currently working on a project that requires the use of two XBEE modules; I have never used XBEE before and have looked everywhere to try and get them setup using X-CTU with no luck. My question is, can I use what I have to get wireless communication between the two modules and, what do I need to get these up an running…
the breakout board and headers to connect it to a breadboard…
My question is are these two XBEE’s compatible and what do I need to do to make the XBEE pro (connected to the Arduino and Shield) wirelessly communicate with the other XBEE.
I believe that those two XBees are compatible and should ‘talk’ to each other.
What is the firmware version in each module. This will verify compatibility and ensure the use of the correct Digi Document. You did download the documents from Digi, right?
Take a look is this forum (Wireless/RF) for a thread titled “Better XBee documents”. It has links to other info that should help.
What exactly is not working?
How are you connecting the XBees? Is one to your PC? Is there an RS232 or USB adapter between the XBee and the PC?
Have you gotten the Arduino to communicate directly with the PC first? This is the first step. Once this works then connect the XBees.
I couldn’t connect the module to the computer through the USB board. I figured it out and it seems to be interfacing with the X-CTU software.
that was the major problem
my question is, do I need anything else on the receiving end of my setup other than the breakout boards and headers to have receive RF data from the transmitter?
That should work. The only connections needed is ground, Din and Dout on the XBee to ground, UART TX and RX on the processor. The baud rates need to match and a logic level translation (5V to 3.3V) if the processor runs on 5V.
Are the XBees set for transperant mode (AT command mode with AP = 0)?
Again, get the processor communicating with the PC without the XBees first. Don’t assume that the processor code works until tested. If this part isn’t working then you will never get communications through the XBees. You can do this by removing the XBees from both the breakout board and the USB adapter. Then jumper the three need lines between them.
Both modules seem to connect to the computer via the USB board fine, I want to see if the two nodes will communicate with each other before I start sending data through. I cant seem to get them connected.
I don’t know if they are in transparent mode, how do I find out?
could you elaborate on what pins I need to connect to the XBEE that is on the breadboard in order to get them to communicate with each other…