I have some troubles uploading my sketch to the board and I would like to know what is wrong.
I don't have RX and TX connected.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x26
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x26
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x26
Problema subiendo a la placa. Visita http://www.arduino.cc/en/Guide/Troubleshooting#upload para sugerencias.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x26
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x26
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x26
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x26
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x26
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x26
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x26
Maybe you can try to use an other USB-cable if it's an Arduino which needs an USB-cable.
I have also had such an problem and it worked with an other cable.
Hi,
Which LED is that?
If its the power LED then you have a problem, what are you using to power the arduino.
Also do not use the 5V pin on the UNO to power the motors.
Have you got jumpers to connect the other two power rails down the side you are powering the blutooth with.
Try doing an download with the motors disconnected.
I notice you have gnd connected to the red line and 5V to the blue, I hope you haven't got the driver connected to the wrong rails.
The usual standard is positive RED and gnd BLUE.
I swapped both 5V and GND pins and now the board's LED works correctly, also bluetooth LED shows up.
I tried to upload the sketch but I still have the same error (programmer is not responding)
Furthermore, I would like to know how I should power the motors without using 5V pin. If you could attach a photo to check how it should be done I would appreciate it.