[임베이드 시스템 디자인] Automatic Home Appliances

 1  [임베이드 시스템 디자인] Automatic Home Appliances-1
 2  [임베이드 시스템 디자인] Automatic Home Appliances-2
 3  [임베이드 시스템 디자인] Automatic Home Appliances-3
 4  [임베이드 시스템 디자인] Automatic Home Appliances-4
 5  [임베이드 시스템 디자인] Automatic Home Appliances-5
 6  [임베이드 시스템 디자인] Automatic Home Appliances-6
 7  [임베이드 시스템 디자인] Automatic Home Appliances-7
 8  [임베이드 시스템 디자인] Automatic Home Appliances-8
 9  [임베이드 시스템 디자인] Automatic Home Appliances-9
 10  [임베이드 시스템 디자인] Automatic Home Appliances-10
 11  [임베이드 시스템 디자인] Automatic Home Appliances-11
 12  [임베이드 시스템 디자인] Automatic Home Appliances-12
 13  [임베이드 시스템 디자인] Automatic Home Appliances-13
 14  [임베이드 시스템 디자인] Automatic Home Appliances-14
 15  [임베이드 시스템 디자인] Automatic Home Appliances-15
 16  [임베이드 시스템 디자인] Automatic Home Appliances-16
 17  [임베이드 시스템 디자인] Automatic Home Appliances-17
 18  [임베이드 시스템 디자인] Automatic Home Appliances-18
 19  [임베이드 시스템 디자인] Automatic Home Appliances-19
 20  [임베이드 시스템 디자인] Automatic Home Appliances-20
※ 미리보기 이미지는 최대 20페이지까지만 지원합니다.
  • 분야
  • 등록일
  • 페이지/형식
  • 구매가격
  • 적립금
자료 다운로드  네이버 로그인
소개글
[임베이드 시스템 디자인] Automatic Home Appliances에 대한 자료입니다.
목차
목 차
1. Introduction of Design Homework

2. Objectives of Design Homework

3. Contents of Design Homework
3-1. Assumption of Designed System

3-2. Description of System Inputs

3-3. Description of System Outputs

3-4. Description of System Function (Relationship btw inputs and outputs)

4. Weekly Schedule for Design Homework
1. Objectives of Design Homework

2. Contents of Design Homework

2-1. Assumption of Designed System

2-2. Description of System Inputs

2-3. Description of System Outputs

2-4. Description of System Function (Relationship btw inputs and outputs)

3. Experimental Results (시스템 펑션 부분 보고 좀 더 길게 보충하기)

4. Discussion(그럴싸하게 좀 더 보충 요망)

5. Source Code


본문내용
3-3. Description of System Outputs

• Character LCD : 출력장치로서 글자 데이터 등 표시해주는 역할을 한다. 입력으로 받은 KEYPAD의 값(바람의 세기)을 출력해주는 역할을 한다.



[그림 3] Character LCD


• 7-SEGMENT : 해당 LED의 ON/OFF의 조합으로 BCD나 16진수 표현에 많이 사용되는 소자이다. 선풍기의 사용 소요 시간을 확인할 수 있다.



[그림 4] LDS400 7-세그먼트 구조


• DC MOTOR : 공기 중 온도를 센서가 감지하여 모터를 작동시키도록 구현한다.



[그림 5] DC MOTOR


3-4. Description of System Function (Relationship btw inputs and outputs)

• 개발장치 : LDS4000R KIT
• 개발언어 : C language(ARM-LINUX-GCC)
• 구현환경 : PC, Fedora Core 6, minicom Develop Tool
• 기타 : DC Motor 등

 INPUT
➀ 공기중의 온도가 일정온도 이상 온도 센서로 감지되면 DC MOTOR가 작동
➁ 사용자는 KEYPAD로 바람의 세기를 조정

 OUTPUT
➀ DC MOTOR로 인해 바람을 확인할 수 있다.
➁ KEYPAD에 입력된 바람의 세기를 LCD를 통해 확인할 수 있다.
➂ 7-SEGMENT로 선풍기의 총 사용 시간을 확인할 수 있다.