질문게시판 > lcd 화면에 글자가 안보이네요

TODAY23,026 TOTAL9,410,645
사이트 이용안내
Login▼/회원가입
최신글보기 질문게시판 기술자료 동영상강좌

아두이노 센서 ATMEGA128 PWM LED 초음파 AVR 블루투스 LCD UART 모터 적외선


BASIC4MCU | 질문게시판 | lcd 화면에 글자가 안보이네요

페이지 정보

작성자 황룡수색 작성일2023-05-19 13:30 조회32,324회 댓글7건

본문

	

fa3c4adbfa7552871fc5aa2536eaf9ae_1684470312_6135.PNG 

Arduino uno wifi를 활용한 lcd예제를 하고 있습니다. 하지만 업로딩 단계에서 이러한 에러가 나타납니다. 

무엇이 잘못된것인지 알 수 있을까요?

 

스케치는 다음과 같습니다.

#include
#include


LiquidCrystal_I2C lcd(0x27,16,2);  // set the LCD address to 0x27 for a 16 chars and 2 line display

void setup()
{
  lcd.init();                      // initialize the lcd
  // Print a message to the LCD.
  lcd.backlight();
  lcd.setCursor(0,0);
  lcd.print("Hello, world!");
  lcd.setCursor(0,1);
  lcd.print("1602 lcd test");

}
void loop()
{
 

}
  • BASIC4MCU 작성글 SNS에 공유하기
  • 페이스북으로 보내기
  • 트위터로 보내기
  • 구글플러스로 보내기

댓글 7

조회수 32,324

master님의 댓글

master 작성일

첨부한 캡쳐에는 에러라는 문구가 보이지 않으며
아두이노 우노라고 했는데 제일 위에 mega는 왜 보일까요?
보드 설정을 제대로 하셨을까요?

황룡수색님의 댓글

황룡수색 작성일

계산 속도가 느려서 보드를 Arduino megaAVR 보드로 설정했습니다.
다시 보드를 Arduino AVR 보드로 설정하겠습니다.
혹시 프로그래머는 어떤것을 선택해야할까요?

master님의 댓글

master 댓글의 댓글 작성일

프로그래머를 왜 선택하죠?
보드와 COM포트를 선택한 후 업로드하면 됩니다.

황룡수색님의 댓글

황룡수색 댓글의 댓글 작성일

avrdude: stk500_recv(): programmer is not responding라고 뜨는데
보드, 포트 확인했고 드라이브까지 설치했는데 무엇이 문제일까요??

황룡수색님의 댓글

황룡수색 댓글의 댓글 작성일

avrdude: Version 6.3-20190619
        Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
        Copyright (c) 2007-2014 Joerg Wunsch

        System wide configuration file is "C:\Users\CtFd(B.S Student)\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"

        Using Port                    : COM1
        Using Programmer              : arduino
        Overriding Baud Rate          : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x98
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x98
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x98
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x98
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x98
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x98
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x98
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x98
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x98
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x98

avrdude done.  Thank you.

Failed uploading: uploading error: exit status 1

master님의 댓글

master 작성일

아두이노 부트로더가 깨진 것 아닌가요?
일단 USB드라이버 최신 버전으로 다시 설치 해보고 안된다면
그동안 무엇을 했는지 잘 체크해서 문제가 없었는 지를 찾으셔야 합니다.

황룡수색님의 댓글

황룡수색 댓글의 댓글 작성일

넵! 감사합니다

질문게시판HOME > 질문게시판 목록

MCU, AVR, 아두이노 등 전자공학에 관련된 질문을 무료회원가입 후 작성해주시면 전문가가 답변해드립니다.
ATMEGA128PWMLED초음파
아두이노AVR블루투스LCD
UART모터적외선ATMEGA
전체 스위치 센서
질문게시판 목록
제목 작성자 작성일 조회
질문 이런 투명 LCD는 뭐라고 부르나요?댓글[2] 이미지 펌린이 24-10-29 1065
질문 STM32F429ZIT6 rtc alarm 인터럽트 i2c lcd에 구현하는 방법댓글[5] aaahhhj 24-06-29 5640
질문 Atmega128 LCD 출력이 나오지 않습니다, 코드 확인 부탁드립니다. 이미지첨부파일 코드에막혀 24-06-25 781
답변 답변글 답변 : Atmega128 LCD 출력이 나오지 않습니다, 코드 확인 부탁드립니다.댓글[1] master 24-06-25 1196
질문 atmega128을 이용한 LCD 사용에 문제가 발생했습니다.댓글[3] 이미지 네넴 24-06-05 3037
질문 MSP430런치패드를 이용한 LCD 코딩 관련 질문댓글[1] 뀨쥰이 24-05-16 880
질문 Atmega128 CLCD와 블루투스 통신 문제댓글[1] fanfan 23-12-07 2206
답변 답변글 답변 : Atmega128 CLCD와 블루투스 통신 문제댓글[3] master 23-12-07 5939
질문 ATmega128에서 LCD와 블루투스 fanfan 23-12-05 1812
답변 답변글 답변 : ATmega128에서 LCD와 블루투스댓글[1] master 23-12-05 2931
질문 atmega128 CLCD댓글[2] 릴를 23-12-03 6218
질문 atmega128 블루투스 CLCD댓글[3] 릴를 23-12-03 10626
질문 서브모터,I2C LCD, RFID, 버튼을 이용한 아두이노댓글[1] 돕고살려주세요 23-11-30 2329
질문 atmega128, lm35 온도 값을 i2c lcd에 표시댓글[1] milka 23-11-16 3885
질문 atmega128 lcd led 동시 제어 ewaesdf 23-10-09 2068
답변 답변글 답변 : atmega128 lcd led 동시 제어 master 23-10-09 2050
질문 atmega128a와 i2c lcd댓글[1] 까미 23-10-04 2588
질문 atmega128a 와 캐릭터 LCD연결 방법댓글[4] 까미 23-09-30 9384
질문 타이머 인터럽트를 이용한 LCD제어 질문입니다. Tell 23-09-27 1500
답변 답변글 답변 : 타이머 인터럽트를 이용한 LCD제어 질문입니다.댓글[3] master 23-09-28 4420
질문 lcd,바코드,서보모터, 아두이노 질문 드립니다. ㅠㅠ댓글[1] 아두이노개발자 23-09-26 2561
질문 LCD에 숫자 표기법을 바꾸고 싶습니댓글[2] Bs드리프터 23-09-19 3297
질문 아두이노 lcd 디지털시계 (도와주시면 감사하겠습니다!)댓글[1] 이미지첨부파일 김리 23-06-11 2567
질문 아두이노 LCD 글자 출력질문입니다. Tell 23-06-10 1926
답변 답변글 답변 : 아두이노 LCD 글자 출력질문입니다. master 23-06-10 2014
질문 아두이노 lcd 문자 스크롤디스플레이 wnion 23-05-31 2440
답변 답변글 답변 : 아두이노 lcd 문자 스크롤디스플레이댓글[1] master 23-05-31 4211
질문 앱인벤터 아두이노 보드 LCD 글씨 나타내기 질문댓글[7] 이미지 당찬병아리 23-05-29 45352
질문 토양습도센서 이용시LCD 오류댓글[5] 윤던 23-05-23 28739
질문 LCD 부저연결질문입니다.댓글[1] Tell 23-05-19 3002
게시물 검색

2022년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
2021년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
2020년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
2019년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
2018년 1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
Privacy Policy
MCU BASIC ⓒ 2020
모바일버전으로보기