https://github.com/nanitefactory/elevator-with-atmega128
A small elevator control system that runs on ATMEL's 8-bit microcontroller.
https://github.com/nanitefactory/elevator-with-atmega128
atmega128 atmel atmel-avr atmel-avr-microcontroller atmel-studio c clang dot-matrix lcd led microcontroller push-button risc risc-processor seven-segments-display speaker stepper-motor switch
Last synced: 15 days ago
JSON representation
A small elevator control system that runs on ATMEL's 8-bit microcontroller.
- Host: GitHub
- URL: https://github.com/nanitefactory/elevator-with-atmega128
- Owner: NaniteFactory
- Created: 2017-02-05T12:49:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T18:17:39.000Z (about 8 years ago)
- Last Synced: 2025-02-15T06:30:12.857Z (2 months ago)
- Topics: atmega128, atmel, atmel-avr, atmel-avr-microcontroller, atmel-studio, c, clang, dot-matrix, lcd, led, microcontroller, push-button, risc, risc-processor, seven-segments-display, speaker, stepper-motor, switch
- Language: C
- Homepage: https://www.youtube.com/watch?v=JEUSVcoPzN8
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elevator-with-Atmega128
## 개요
- 2016년 6월 / 3학년 1학기
- '마이크로프로세서 응용' 수업 텀 프로젝트
- 승강기(엘레베이터) 구현## Interface
- Input: Push button switch
- Output: LED, LCD, Seven-segment display, Dot matrix, Speaker, Stepping motor## 기능
- 모터: 오르내리는 이동을 제어
- 세븐세그먼트: 현재 엘레베이터가 위치한 층수 표시
- 도트매트릭스: 승강기가 이동중일 때 방향을 나타내는 화살표 애니메이션과 문 열림/닫힘 애니메이션 표현
- 스피커: 목적층 도착시 안내음
- 버튼스위치: 층 선택, 문 열림 닫힘 버튼
- LCD: 선택된 목적층 표시, 엘레베이터의 이동 방향 표시 (UP / DOWN / NEUTRAL)
- LED: 선택된 목적층 표시