• 파일시티 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트

임베디드시스템설계 팀과제물 샘플

*경*
최초 등록일
2009.02.01
최종 저작일
2008.12
28페이지/한글파일 한컴오피스
가격 4,900원 할인쿠폰받기
다운로드
장바구니

소개글

임베디드 시스템 설계 팀과제물 샘플입니다. 저혼자 만든게 아니라서 =_= 많이 망설였지만
같이 많든 친구랑 상의후에 샘플삼아 올립니다. 엘리트 팀원들 덕분에 레포트 품질은 최고
라고 할수 있습니다. (전 이과목 99점 A+ 받았습니다;; 전반적 편집및 작문 담당입니다)
논문에 버금가는 훌륭한 퀄러티를 보여줍니다. 변형에도 큰도움이 될꺼라 생각합니다.

Automatic Feed System
Embedded System Design

레포트의 수익금중 일부는 훌륭한 팀원들 연구비(?)로 사용이 될것입니다.

목차

[1] Introduction
1. Preface
2. Background
3. About AFS
4. Concern information
5. AFS System info
6. Application
[2] Sketch
[3] System
1. Automatic Feed System flow chart diagram
2. Automatic Feed System Architecture
3. Automatic Feed System Electric circuit diagram
[4] Circuit description
1. Servo Motor
2. Stepping Motor
3. Unipolar Motor
4. Motor Driver (SLA7024M)
5. Operation method
6. Infrared Sensor
7. Ultrasonic Sensor
[5] Conclusion
[6] Reference
[7] Contact us

본문내용

1. Preface
What is the Embedded system? Embedded system is A specialized computer system that is part of a larger system or machine. Typically, an embedded system is housed on a single microprocessor board with the programs stored in ROM. Virtually all appliances that have a digital system, watches, timer, microwaves, car system, etc. utilize embedded systems. Some embedded systems include an operating system, but many require so specialized that the entire logic can be implemented as a single program.
........
[4] Circuit description
1. Servo Motor
- Location and direction of the object, to do attitude etc. with and controlled variable in order to follow to the change of option of set point, the control system which is composed.
-In compliance with a control signal load under the drive system.
-The servo-motor with quick answer back with the control motor which has the scope of wide speed control, according to that all the member with the direct current servo-motor is classified with the interchange servo-motor.
-Technique of the servo-motor in compliance with a big development the goal which uses, according to use wants selects the motor where.
-Feature of servo-motor.
1)High intermittent torque.
2)The torque ratio which follows in inertia the loftiness.
3)High speed.
4)Suitable in speed control.
5)At all sizes serviceable.
-Applies from project : To perceive the dog-house with the supersonic sensor and at the time of servo-motor which will be the doghouse to use, to put in the food in the wicker basket.
* The servo-motor control method which uses PWM.(language : C)
-With PWM structures principle of operation.
PWM where is provided from 80196 as 3 provides the wave shape of the variable frequency mote expense about the frequency which is fixed. This signal in order to be a drive from is used the motor, in order to make soft analog signal with the filter is used. Composition of 8-bit counter, 3-comparator, pwm_control, pwm1_control, pwm2control, 3-holding register, 3-RS flipflop.
PWM period and high output time formality
Dividing
2clock free scaling function not use. (ioc2.2=0)
2 clock free scaling function use. (ioc2.2=1)
PWM period
PWM high output time
-Wants every the angle where wants and the wave shape which to put in controls the servo-motor with from zoom.
* PWM source (output pin : HSO.1)
#pragma model(kc)
#icnlude<80c196.h>
#define T_15MS 18750 /*18750state*0.8us=15ms*/
#define SERVO_CENTER 1875 /*18750state*0.8us=15ms*/
#define SERVO_LEFT 875 /*875state*0.8us=0.7ms*/
#define SERVO_RIGHT 2875 /*2875state*0.8us=2.3ms*/
.................
5) Electric circuit
6. source
int count = 0;
int count0 = 0;
int toggle0 = 0;
// Timer & Conuter
interrupt [TIM0_OVF] void timer_int0(void) // 29.4u per auto Interrput
{
TCNT0 = 0x6C;
count++;
if(count > 255) count = 255;
}
// external interrput

참고 자료

임베디드 시스템 강의 자료
기타 로봇 관련 서적
*경*
판매자 유형Bronze개인

주의사항

저작권 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
환불정책

해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.

파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우

이런 노하우도 있어요!더보기

최근 본 자료더보기
탑툰 이벤트
임베디드시스템설계 팀과제물 샘플
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
AI 챗봇
2024년 05월 07일 화요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
3:50 오후
New

24시간 응대가능한
AI 챗봇이 런칭되었습니다. 닫기