100 likes | 405 Views
QT embedded 기반 Bluetooth 통신을 이용한 LED, DOT Matrix, LCD 제어. Producted by 벤야민 & 신범수. Contents. Project Requirements R equirements analysis UI Prototype Project Plan 역할 분담 개발 일정 Class Diagram 3. Project Development 주요 함수들 Socket & Thread Bluetooth l2cap 4. Screen Shot.
E N D
QT embedded 기반 Bluetooth 통신을 이용한LED, DOT Matrix, LCD 제어 Producted by 벤야민& 신범수
Contents • Project Requirements • Requirements analysis • UI Prototype • Project Plan • 역할 분담 • 개발 일정 • Class Diagram 3. Project Development • 주요 함수들 • Socket & Thread • Bluetooth l2cap 4. Screen Shot
Requirements analysis • Basic • Bluetooth와 QT를 이용한 장치 제어 • 상대방의 DOT Matrix, LED 그리고 LCD를 제어할 수 있도록 UI를 설계 • DOT Matrix는 2자리 십진수 지원 (DOT 1, 2 사용) • 8개 LED의 켜기/끄기를 지원 (전체 또는 개별 켜기/끄기) • 상대방이 입력한 영문 String 및 숫자, 특수기호를 LCD에 표현 • 글자를 입력할 수 있는 UI가 있어야 함. • Extra • 쌍방향 간의 제어가 가능하도록 함
주요 함수들 • Form Class
주요 함수들 • MyThread Class
Socket & QThread • Data를 받으면서 동시에 전송을 할 수 있게끔 Qthread를 이용함