I've come across a problem whilst trying to get two xbee modules to communicate with one another. Here's the situation:
I've got an arduino Uno with an Xbee Shield, and Xbee module (series 1) attached. (powered using a 9v battery)
I've also got an Xbee adapter with another Xbee module (series 1) attached, hooked up to the computer using a mini usb.
I've used X-CTU to make sure the PAN are both 1111, one module is a coordinator and one is an end device, both run at the standard 9600 baud rate.
I can't figure out for the life of me why they two won't communicate with one another.
If anyone could give me any suggestions I'd be very grateful!
I'll check it out! I think the problem I'm having is that most the tutorials relate to the series 2 / pro versions and the configuration is slightly different.
It's okay, I've managed to make them talk to one another. The problem I'm having now relates to getting the data into Flash AS3 again. For some reason when I use a USB it works fine, but when I work using the XBee's it fails to work at all. I just presumed using tinkerproxy would automatically convert com data into socket data (like it did before).
I think I'm on the verge of giving up, it's been a long day...