Im trying upload my sketch my FIO wirelessly but i keep getting the following error:
avrdude: stk500_paged_load(): (a) protocol error, expect=0x14, resp=0x74
avrdude: stk500_cmd(): programmer is out of sync
I followed the instructions from ladyada
http://www.ladyada.net/make/xbee/arduino.html I have checked the following:
57600 baud on both radios
soldered the little jumper on the Xbee explorer between RTS and DIO3
checked the set RTS on close in the device manager
I have checked that the configuration in the XBees is permanent by replugging them and reading the config.
I do have communication between the radios (serial) if i upload the sketch with a USB cable.
I found this from Nathan Seidle who says its a problem with AVRdude
http://www.sparkfun.com/tutorials/122#Step2 but i dont really understand.
Do i need to burn a new bootloader to the FIO? Or just use screamer 2.0 instead of the Arduino IDE?
I tried but it only works for 19200 baud which was intended for the 168 chip as i understand.
Has anyone done it successfully with a FIO?