I am trying to create a wireless link with XBee to program, debug, and run filght data to the quadcopter I'm working on. I'm using an Arduino Uno with the 1.8 Shield and XBee Pro S1. I have a fdti cable and Adruino 0022 for programming on the computer end. But I can't get it to program.
Anyway I followed Lady Ada's tutorial or instructions http://www.ladyada.net/make/xbee/arduino.html but i always get an error like
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
I can get the XBees to communicate with each other (tested with two computers reading serial monitor inputs/outputs sent from the other) on other pins of the arduino besides tx and rx (D0 and D1) but can't seem to use those to program with.
yes I have re flashed the boot loader of the Uno, still no change.