Created by Robert Nelson, last modified on Jul 11, 2012
This is a page about setting up a simple network using an Arduino and a Digi XBee’s…
Equipment Used:
Arduino Uno r3 at DigiKey
Arduino Wireless SD Shield at DigiKey
Digi XBee-Pro at DigiKey
Digi XBIB-U at DigiKey
XBee-Pro Setup:
In this quick XBee-Pro quick networking example, we will be setting up a Coordinator and End Device with the PanID of 0x1234 in AT mode.
- Digi’s X-CTU software used for programming XBee-Pro’s can be found here: X-CTU Software
XBee-Pro Coordinator:
XBee-Pro End Device:
Arduino Serial Example:
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("Hello, World\r");
delay(100);
}
Demonstration:
Comments
Any questions or comments please go to our TechForum: TechForum