아두이노 우노 보드에 코드를 전송하려고 하는데 말입니다
아두이노:1.6.13 (Windows 10), 보드:"Arduino/Genuino Uno"
스케치는 프로그램 저장 공간 4,160 바이트(12%)를 사용. 최대 32,256 바이트.
전역 변수는 동적 메모리 243바이트(11%)를 사용, 1,805바이트의 지역변수가 남음. 최대는 2,048 바이트.
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
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
보드에 업로딩중에 문제 발생. 다음을 참고하세요. http://www.arduino.cc/en/Guide/Troubleshooting#upload
이 리포트는 파일 -> 환경설정에 "컴파일중 자세한 출력보이기"를
활성화하여 더 많은 정보를
보이게 할 수 있습니다.
이런 오류 메시지가 업로드 중 지속적으로 뜨고 있습니다
덧붙여 말씀드리자면
1. 포트 선택도 제대로 되어있는 것을 확인했고,
2. 장치 관리자에서도 포트가 제대로 보이는 것을 확인했으며
3. 심지어 업로딩에 사용한 보드는 다른 컴퓨터에서는 잘 작동했다는 이야기까지 들었습니다
4. 더군다나 제 컴퓨터에서 쓰던 보드는 업로드 중 문제가 발생하지는 않았었습니다
그렇다면 저 오류가 뜨는 원인은 무엇인지 궁금합니다
|