Forum >Replies by roberliu
userhead roberliu
Replies (3)
  • You Reply: Has anyone used the XBEE and have any suggestions?
  • You Reply: Hello Lauren,

    I feel lost getting this to work. I attached an image my setup and below is the code I used. Can you give me a step by step process to follow? I feel like I should see the Rx LED flashing on the XBEE usb adapter.

    void setup(){
      Serial.begin(9600);
    }
    void loop(){
    Serial.println("Test");
      delay(50);
    }
  • You Reply: Hello Lauren,

    Thank you for your help but I am still a little confused. How do I configure the XBEE's?

    I am also unsure if I am using the xbee usb adapter correctly. Is there a datasheet for it? Perhaps I am connecting the XBEE onto the usb adapter incorrectly? I haven't been using the DTR pin on the adapter either, what does it do?