I decided to make my own arduino uno.
i´m solder it and i want to test it.
after boughting arduino serial light adapter(https://www.arduino.cc/en/Main/USBSerial) i recived issue when ulpoading sketch :
Arduino: 1.6.9 (Windows 7), Vývojová deska: "Arduino/Genuino Uno"
Projekt zabírá 1 066 bytů (3%) úložného místa pro program. Maximum je 32 256 bytů.
Globální proměnné zabírají 9 bytů (0%) dynamické paměti, 2 039 bytů zůstává pro lokální proměnné. Maximum je 2 048 bytů.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xd0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xd0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xd0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xd0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xd0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xd0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xd0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xd0
avrdude: stk500_recv(): programmer is not responding
Problém s přenosem dat na vývojovou desku (board). Na http://www.arduino.cc/en/Guide/Troubleshooting#upload naleznete další doporučení.
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xd0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xd0
(i´m czech,but error reports are in english)
i´m tried agin and agin,but still the same answer
please help
Thank you in advance!