Theoretically, I should get "testing..." in the terminal window of X-CTU where the other XBee is connected.
But I'm not getting anything. What I am doing wrong?
Bro, I tried the new version upgrade 10E6 and also used the values you mentioned, but still no luck. here is the pic to show how i connected the Xbee with Arduino. smartlogix-dot-com-dot-sg/xbee.jpg
In the picture, the Arduino is clearly powered up. It isn't clear whether any of the lights on the XBee breakout board are on. There should be 4 of them. There is a red LED that should light up when the board is powered. Is that one lighting up?
There are 2 more LEDs that should flash when the board sends or receives anything. There is a red one that flashes when sending and a green on that flashes when receiving. Do those work?
The 4th one flashes on and off at 1/2 second intervals when the XBee makes contact with another XBee. Does that one ever come on?
Swapping the TX/RX connections will not harm anything. It would be like trying to listen to a microphone while talking into a speaker, but no harm will results.
Thanx for your advice, I was thinking the same as the last resort. Just that I don't have it available locally, so wanted to save on importing from Sparkfun as the shipment cost is higher than the product cost
If this is connected to the receiver, then some of the lights don't make sense. The DOUT light is the one that should not be lighting up. The DIN light should flash every time the other XBee (the sender that X-CTU is talking to) should be one that flashes.
Swap the roles of the XBees. Make the one that this device is attached to the sender. Since the sender will then not rely on X-CTU for input, the DOUT light should come on pretty steady, since loop is called very fast, and data will be streamed out continuously.
DIN would not light, because nothing is responding to the data being sent.
Thanx a lot for your contineous support. I finally managed to get my XBees working. Tried so many things, don't know which one clicked but they are talking to each other now
Here the changes I tried (may be helpful for someone else)