정보나눔

오픈소스하드웨어 프로젝트에 대한 다양한 정보를 나누는 공간입니다.

아두이노 나노 업로드 문제
꼬마지노 | 2019-07-30

우선 아두이노 나노 구매 후 설치가 필요한 Driver 다 설치하고 연결해서 업로드를 하려고 하는데 

 

아래의 메세지가 출력되면서 문제가 발생하였습니다.

 

아두이노:1.8.9 (Windows Store 1.8.21.0) (Windows 10), 보드:"Arduino Nano, ATmega328P"

스케치는 프로그램 저장 공간 930 바이트(3%)를 사용. 최대 30720 바이트.
전역 변수는 동적 메모리 9바이트(0%)를 사용, 2039바이트의 지역변수가 남음.  최대는 2048 바이트. 
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x1e
보드에 업로딩중에 문제 발생. 다음을  참고하세요. http://www.arduino.cc/en/Guide/Troubleshooting#upload

 

브레드보드에 연결해놓은게 혹시나 문제가 될까하여 아무것도 연결하지 않은 상태에서도 업로드를 진행하였지만 역시 되지 않습니다.

시리얼 포트 번호도 나노만 연결된 상태에서 번호 하나만 있기 때문에 틀리지 않을 것으로 생각됩니다.

도와주세요.

 

이전글   |    형님들 제발좀 도와주세요ㅠㅠi2c 통신으로 초음파 센서값을 얻으려구 합니다..그런데 값이... 2019-07-30
다음글   |    소스코드 중 피연산자 오류에 관한 질문 2019-07-31