14
Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

Embed Size (px)

Citation preview

Page 1: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

Toshiba Infrared (IR) Test Apparatus Project

Nurfazlina Kamaruddin

Ahmad Nazri Fadzal

Wan Othman

Zamir Izam

Page 2: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

Introduction Toshiba created a new model HDTV

Toshiba H93 Digital Integrated TV

Special feature: uses infrared blaster outputs

Page 3: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

Project Goals To verify that the TV is outputting the

correct IR signals.

Test the signal output from the IR blaster using a C++ base program

Deliver lab test gear package for Toshiba with software and operational manual

Page 4: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

Signal Flow Remote control sends

signal to TV TV sends square wave

signal to other devices For this project, we

are only interested in the signal from TV to other devices

Page 5: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

G-LINK

Page 6: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

TheaterNet

Page 7: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

Approach Set up connection

from TV to CPU through IR cable

Design a program using C++ language that has two modes:- Creating database- Testing mode

Page 8: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam
Page 9: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

Approach (cont.) Creating Database:

for each button on TV remote control, software will sample the signal output by TV

samples will be stored in a database

Page 10: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

Approach (cont.) Testing mode:

operator will select a sequence of signals from database

operator will drive TV to send signals to the software

software will output the pass/fail results

Page 11: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

Input Output (I/O) Board NI PCI-6533 (DIO-32HS)

High-Speed Pattern I/O

and Handshaking A data acquisition board

that have input and output function

Convert electric signal into binary data

Page 12: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

System Summary Diagram

Toshiba modelH93

Test System- Computer

IR cable

Operator

NI PCI-6533

Page 13: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

Progress Acquired TV and IR cable

Made draft specifications

Scheduled to meet with client every two weeks

Website has been started

Page 14: Toshiba Infrared (IR) Test Apparatus Project Nurfazlina Kamaruddin Ahmad Nazri Fadzal Wan Othman Zamir Izam

What We are Going to Do Turn in specifications and schedule to sponsor

Get C++ software

More research on infrared pulse signal

Add more updates in our website

Sketch schematic layout of the software