정보나눔

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

아두이노 오류 해결 ㅠㅠ
41197 | 2019-10-16

아두이노 나노를 가지고 프로그래밍을 합니다. 

 

지금까지 문제 없이 잘 되다가 제가 인터넷에서 찾았던 프로그램을 업로드했더니 

"사용 가능한 메모리 부족, 안정성에 문제가 생길 수 있습니다."

가 떴습니다. 그래서 그냥 끄고 제가 한던 다른 프로그램을 업로드 시키는데

 

 

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xba
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xba

 

위와 같은 오류가 떠요ㅠㅠ

 

이 프로그램은 지금까지 계속 잘 업로드가 되던 것이기 때문에 코드의 문제는 아닌 것 같습니다.

그리고 다른 아두이노 나노 보드가 있어서 다운로드 해보면 잘 되는 것을 보아 컴퓨터의 문제도 아닌 것 같습니다. 

같은 이유로 드라이버 문제도 아니지 않을까 생각합니다. (찾아보니 드라이버 재설치를 하라는 말이 있어서...)

포트 연결은 확인 했고, 회로 연결을 다 제거한 후에 업로드 해도 같은 오류가 뜹니다.

그리고 관련이 있을지는 모르겠는데 아두이노 내장 LED인 'L' LED가 빠르게 깜빡거립니다.

 

그래서 전 보드의 문제라고 생각하는데 어떻게 해결하면 좋을지 몰라 질문합니다ㅠㅠ

보드 망가진건 아니겠죠?

이전글   |    진동센서를 통해 블루투스로 값을 받는데 ?? 와같은 쓰레기 값이 출력됩니다.... 2019-10-16
다음글   |    기초 프로그래밍 빈칸에 알맞은 말이 무엇일까요... 2019-10-18