Roboduino programs upload but don't run on Dell, work on Asus computer

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
programmer27
Messages
2
Reaction score
0
Greetings,
I have recently bought a roboduino http://store.curiousinventor.com/all-kits/roboduino-kit-servo-ready-freeduino-arduino-compatible.html . I have tried uploading programs from my computer (a Dell Inspiron 1525 Vista) using Arduino 0022, however it does not seem to work. At first, I was getting the errors:
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x00
After switching the board to Arduino Pro or Pro Mini (5V, 16 MHz) w/ATmega328, these errors stopped popping up.
I was able to run a program that made a servo turn 90 degrees and it worked. I unplugged it and came back 10 minutes later only to find it stopped working.
I have tried to re-upload my servo program, and tried a basic sample program (like the Blink test from this site http://arduino.cc/en/Tutorial/Blink) seem to program ok (since no errors pop up and the LEDs blink on the board), but after the board finishes programming nothing happens.
I have tried to plug my roboduino (using the same USB cord) into a different computer and it works. It flashes the same way that it does on my Dell to signal that it is uploading, but after the sequence is over it runs the program.
I do not think it is a power issue because I programed the roboduino on the other computer (an Asus), getting the program to run, and then plugging the microcontroller into my Dell (to use as the power supply) and it continued to run the program.
I have also made sure that the programs are identical on both computers. I have checked that the data bits are the same and that the COM ports are as well.
I have reinstalled the FTDI drivers on my Dell, and I have also updated the COM drivers.
I think it must be a bug because I checked all the basic problems.
Any help is appreciated.
Thanks,
programmer27
 
Physics news on Phys.org
Do you properly unmount the USB cable prior to pulling it out? Some USB host ICs are very finicky in that regards. If not, did it work when you reset the computer?
 
MATLABdude said:
Do you properly unmount the USB cable prior to pulling it out?

Yes I did, I did the same for both computers

MATLABdude said:
If not, did it work when you reset the computer?

No it did not

Thanks