I just learn best from examples. Not sure how a combination receiving/sending script would work exactly to get these to talk back and forth to each other.
Thanks.
I just learn best from examples. Not sure how a combination receiving/sending script would work exactly to get these to talk back and forth to each other.
Thanks.
XBees replace the cable between two devices, such as the Arduino and a PC. The coding on each end remains EXACTLY the same. So, I fail to see what your problem is.
My bad, I'm trying to get 2 xbees to send/receive to each other.
My bad, I'm trying to get 2 xbees to send/receive to each other.
How do you plan to upload code to the XBees?
The XBees are radios. Anything that is written to the XBees TX pin is broadcast. Anything received over the air is placed on the XBee's RX pin.
It is what it connected to the XBee's TX and RX pins that gives the XBees something to communicate.
What are you connecting the XBees to? How are you connecting them?
jeremy blum has an excellent tutorial for this on youtube with example code. If you search for it you will easily find it.