| 
					 안녕하세요 방금전에 Genuino 사용하다가 안되어서 aduino_uno 로 바꾼후 컴파일 하였더니 
  
1.보드 종류 :  Arduino Uno 
  
2. 개발 프로그래명 :  아두이노 IDE 
  
3. 사용한 센서 모델명 : 서보모터_SG90 
  
4. 사용한 회로 : 아래참고 
  
5. 에러 메시지 : 아래 참고 
  
  
  
  
  
------------------------------- 
  
아두이노:1.8.5 (Windows 7), 보드:"Arduino/Genuino Uno" 
스케치는 프로그램 저장 공간 2160 바이트(6%)를 사용. 최대 32256 바이트. 
전역 변수는 동적 메모리 52바이트(2%)를 사용, 1996바이트의 지역변수가 남음.  최대는 2048 바이트. 
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00 
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00 
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00 
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00 
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00 
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00 
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00 
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00 
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00 
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00 
스케치를 업로드 하는 동안 에러가 발생하였습니다. 
이 리포트는 파일 -> 환경설정에 "컴파일중 자세한 출력보이기"를 
활성화하여 더 많은 정보를 
보이게 할 수 있습니다. 
  
이렇게 오류가 떠서 구글링 해보니 포트 문제라서 com에 4 정확히 설정하였고 다시 하였는데도 위와 같은 
  
동일 현상이 일어나는데 무슨 문제인가요 ? 
  
  
  
  
  
  
					
										
									 |