Signal Analyzer for Infrared Remote Control

Size: px
Start display at page:

Download "Signal Analyzer for Infrared Remote Control"

Transcription

1 More products at Document: Datasheet Date: 26-Jul-13 Model #: 1145 Product s Page: Signal Analyzer for Infrared Remote Control The board receives IR signals from existing remote controls and displays the waveform on PC through USB interface. It is powered from USB itself and uses inbuilt windows driver. PC software can show complete capture signal or you can zoom to particular signal area of interest. The captured information can be used to view, recognize or reproduce the signal. Anyone ever tried to decode an IR remote would know how difficult it is to create programming to decode the signal without accurately measuring signal length. During our development work, we came across many remote controls of different kinds and all kind of formats from our customers, so we developed a solution which can easily capture the remote control signals without the need to open it or destroy it. After we got the accurate data from remote controls, we used that information to identify the type of remotes and make decoder program. We also used this information to create encoders ICs for IR remote controls.

2 Features The board is designed with high-speed USB micro-controller and high accurate measuring in micro second resolution. Receive the signals directly from the remote controller, no need to destroy or open the remote controller when testing. The intact waveform can be showed clearly and steadily on PC; most of the oscilloscope doesn t show this way. It can test the width of pulse, the length of code, Number of bits, lead code, system code, key code, repeat code, etc Support 35 to 41KHz signals carriers remotes from all are between this frequency. Uses inbuilt windows USB drivers so no need to install or troubleshoot external drivers. Appears to windows as HID input device. The program run under Windows XP or Windows 7/8(32 & 64 bit OS), the interface is functional, friendly & easy to use. Supports any waveform Zoom in, Zoom out & bit number indicator. Get time between any two points. Receive correctly the commands from TV, VCR, VCD, DVD, AC remote controllers, or any. More Images 2 Sunrom Technologies Your Source for Embedded Systems Visit us at

3 PC Software Download software setup from the product page After running setup you will get icon on desktop or start software from start menu. You can connect the board to USB before starting software or after starting. Sequence does not matter as the software will keep searching for hardware until found. This makes the solution truly plug and play. This PDF file also opens when you click on View Help button. If you have not connected the hardware to USB you will get following message. Now it s time to get an infrared remote in front of board and press any key to start using. 3

4 Here is the screen for RC5 type remote control. We can now zoom into particular sample. To zoom in select mouse from left to right. Zoom out by selecting right to left. Here is the zoomed signal, you can zoom even further to each bit. On top you can see bit numbers, and below are timings. 4

5 NEC type remote signals looks like this, You can see the starting signal and then repeat pulses. Let s zoom into signal to view its more details. 5

6 Locating type of protocol of your remote Once you have information of what type of signal your remote is transmitting, it s time to identify the type of protocol it is following. Normally you will come across major three types of protocol in use in today s products unless you are using some custom remote or obsolete remote. 1. Philips RC5 Protocol 2. NEC Protocol (Also called JVC protocol, Most Widely used in AC remotes) 3. Sony SIRC Protocol Let us cover each protocol details in this document Philips RC5 Protocol The RC5 code from Philips is possibly the most used protocol by hobbyists, probably because of the wide availability of cheap remote controls. The protocol is well defined for different device types ensuring compatibility with your whole entertainment system. Features of Protocol 5 bit address and 6 bit command length Bi-phase coding (aka Manchester coding) Carrier frequency of 36kHz or 38kHz Constant bit time of 1.778ms (64 cycles of 36 khz), Different timing for 38Khz, Should be adjusted in decoder part by monitoring first two bits. Manufacturer Philips Modulation RC5 Modulation The protocol uses bi-phase modulation (or so-called Manchester coding) of a 36kHz IR carrier frequency. All bits are of equal length of 1.778ms in this protocol, with half of the bit time filled with a burst of the 36kHz carrier and the other half being idle. A logical zero is represented by a burst in the first half of the bit time. A logical one is represented by a burst in the second half of the bit time. The pulse/pause ratio of the 36kHz carrier frequency is 1/3 or 1/4 which reduces power consumption. Protocol The drawing below shows a typical pulse train of an RC-5 message. This example transmits command $35 to address $05. 6

7 RC-5 Pulse Train The first two pulses are the start pulses, and are both logical "1". Please note that half a bit time is elapsed before the receiver will notice the real start of the message. The 3rd bit is a toggle bit. This bit is inverted every time a key is released and pressed again. This way the receiver can distinguish between a key that remains down, or is pressed repeatedly. The next 5 bits represent the IR device address, which is sent with MSB first. The address is followed by a 6 bit command, again sent with MSB first. A message consists of a total of 14 bits, which adds up to a total duration of 25 ms. Sometimes a message may appear to be shorter because the first half of the start bit S1 remains idle. And if the last bit of the message is a logic "0" the last half bit of the message is idle too. As long as a key remains down the message will be repeated every 114ms. The toggle bit will retain the same logical level during all of these repeated messages. It is up to the receiver software to interpret this auto repeat feature. NEC Infrared Transmission Protocol The NEC IR transmission protocol uses pulse distance encoding of the message bits. Each pulse burst (mark RC transmitter ON) is 562.5μs in length, at a carrier frequency of 38kHz (26.3μs). Logical bits are transmitted as follows: Logical '0' a 562.5μs pulse burst followed by a 562.5μs space, with a total transmit time of 1.125ms Logical '1' a 562.5μs pulse burst followed by a ms space, with a total transmit time of 2.25ms When a key is pressed on the remote controller, the message transmitted consists of the following, in order: a 9ms leading pulse burst (16 times the pulse burst length used for a logical data bit) a 4.5ms space the 8-bit address for the receiving device the 8-bit logical inverse of the address the 8-bit command the 8-bit logical inverse of the command a final 562.5μs pulse burst to signify the end of message transmission. The four bytes of data bits are each sent least significant bit first. Figure 1 illustrates the format of an NEC IR transmission frame, for an address of 00h( b) and a command of ADh ( b). Example message frame using the NEC IR transmission protocol. 7

8 Notice from Figure 1 that it takes: 27ms to transmit both the 16 bits for the address (address + inverse) and the 16 bits for the command (command + inverse). This comes from each of the 16 bit blocks ultimately containing eight '0's and eight '1's - giving (8 * 1.125ms) + (8 * 2.25ms). 67.5ms to fully transmit the message frame (discounting the final 562.5μs pulse burst that signifies the end of message). Repeat Codes If the key on the remote controller is kept depressed, a repeat code will be issued, typically around 40ms after the pulse burst that signified the end of the message. A repeat code will continue to be sent out at 108ms intervals, until the key is finally released. The repeat code consists of the following, in order: a 9ms leading pulse burst a 2.25ms space a 562.5μs pulse burst to mark the end of the space (and hence end of the transmitted repeat code). Figure illustrates the transmission of two repeat codes after an initial message frame is sent. 8

9 Sony SIRC Protocol It appears that 3 versions of the protocol exist: 12-bit (described on this page), 15-bit and 20-bit versions. The 15-bit and 20-bit versions differ in the number of transmitted bits per command sequence. Features 12-bit, 15-bit and 20-bit versions of the protocol exist (12-bit described here) 5-bit address and 7-bit command length (12-bit protocol) Pulse width modulation Carrier frequency of 40kHz Bit time of 1.2ms or 0.6ms Modulation SIRC Modulation The SIRC protocol uses a pulse width encoding of the bits. The pulse representing a logical "1" is a 1.2ms long burst of the 40kHz carrier, while the burst width for a logical "0" is 0.6ms long. All bursts are separated by a 0.6ms long space interval. The recommended carrier duty-cycle is 1/4 or 1/3. Protocol The picture above shows a typical pulse train of the SIRC protocol. With this protocol the LSB is transmitted first. The start burst is always 2.4ms wide, followed by a standard space of 0.6ms. Apart from signaling the start of a SIRC message this start burst is also used to adjust the gain of the IR receiver. Then the 7-bit Command is transmitted, followed by the 5-bit Device address. In this case Address 1 and Command 19 is transmitted. Commands are repeated every 45ms(measured from start to start) for as long as the key on the remote control is held down. 9

Document: Datasheet Date: 22-Mar-11 Model #: 3679 Product s Page:

Document: Datasheet Date: 22-Mar-11 Model #: 3679 Product s Page: Email: info@sunrom.com Visit us at http://www.sunrom.com Document: Datasheet Date: -Mar- Model #: 79 Product s Page: www.sunrom.com/p-0.html ST79 - Infrared remote control decoder NEC The main function

More information

AN10210 Using the Philips 87LPC76x microcontroller as a remote control transmitter

AN10210 Using the Philips 87LPC76x microcontroller as a remote control transmitter CIRCUITS ITEGRATED CIRCUITS ABSTRACT This application note illustrates the use of an 87LPC76x microcontroller from Philips Semiconductors as an infrared RC5 remote control transmitter. Using the Philips

More information

AN10210 Using the Philips 87LPC76x microcontroller as a remote control transmitter

AN10210 Using the Philips 87LPC76x microcontroller as a remote control transmitter CIRCUITS ITEGRATED CIRCUITS ABSTRACT This application note illustrates the use of an 87LPC76x microcontroller from Philips Semiconductors as an infrared RC5. Using the Philips 87LPC76x microcontroller

More information

AC : INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT

AC : INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT AC 2007-1527: INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT Ahad Nasab, Middle Tennessee State University SANTOSH KAPARTHI, Middle Tennessee State University American Society for Engineering Education,

More information

Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features

Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features of this USART interface, which is widely used for serial

More information

AN3174 Application note

AN3174 Application note Application note Implementing an RC5 infrared remote control receiver with the STM32F10xx microcontrollers Introduction Nowadays, almost all audio and video equipment can be controlled using an infrared

More information

COMP asynchronous buses April 5, 2016

COMP asynchronous buses April 5, 2016 All the I/O examples we have discussed use the system bus to send data between the CPU, main memory, and I/O controllers. The system bus runs at a slower clock speed than the CPU because of greater distances

More information

Wireless to Infrared Converter for ipad

Wireless to Infrared Converter for ipad Wireless to Infrared Converter for ipad European Project Semester Ingeniørhøjskolen i København By: Maxim Gladines, José Ignacio Busca, Vicente Ruiz Spring 2011 Abstract This project manages an improvement

More information

RL78/I1A APPLICATION NOTE. Lighting Communications Using RL78/I1A (Transmission) Introduction. Target Devices. Contents. R01AN3193EJ0100 Rev.1.

RL78/I1A APPLICATION NOTE. Lighting Communications Using RL78/I1A (Transmission) Introduction. Target Devices. Contents. R01AN3193EJ0100 Rev.1. Introduction APPLICATION NOTE R01AN3193EJ0100 Rev.1.00 The application note explains the control program to be implemented in RL78/I1A Lighting Communication Master Evaluation Board. Refer to the "RL78/I1A

More information

Tektronix DPO Demo 1 Board Instruction Manual

Tektronix DPO Demo 1 Board Instruction Manual xx ZZZ Tektronix DPO Demo 1 Board Instruction Manual www.tektronix.com *P071253900* 071-2539-00 Copyright Tektronix. All rights reserved. Licensed software products are owned by Tektronix or its subsidiaries

More information

IR Communication a learn.sparkfun.com tutorial

IR Communication a learn.sparkfun.com tutorial IR Communication a learn.sparkfun.com tutorial Available online at: http://sfe.io/t33 Contents Getting Started IR Communication Basics Hardware Setup Receiving IR Example Transmitting IR Example Resources

More information

34COM/60SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD

34COM/60SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD 34COM/6SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD INTRODUCTION is a dot matrix LCD driver & controller LSI which is fabricated by low power CMOS technology It can display, 2 or 4 lines with 5 8 or 6 8

More information

Digital Photo Navigator

Digital Photo Navigator Digital Photo Navigator ENGLISH INSTRUCTIONS LYT1485-001A 2 EN CONTENTS INTRODUCTION...3 Reading this document... 3 Meanings of symbols... 4 Copyrights...4 Digital Photo Navigator... 5 DIGITAL PHOTO NAVIGATOR...5

More information

Advantages and disadvantages

Advantages and disadvantages Advantages and disadvantages Advantages Disadvantages Asynchronous transmission Simple, doesn't require synchronization of both communication sides Cheap, timing is not as critical as for synchronous transmission,

More information

ArtDMX DMX control software V1.4

ArtDMX DMX control software V1.4 User manual ArtDMX DMX control software V1.4 1 2 Table of contents : 1. How to start a new Project...6 1.1. Introduction...6 1.2. System Requirements...6 1.3. Installing software and drivers...7 1.4. Software

More information

BASIC-Tiger Application Note No. 058 Rev Wireless Communication with IrDA. Gunther Zielosko. 1. Basics of infrared communication

BASIC-Tiger Application Note No. 058 Rev Wireless Communication with IrDA. Gunther Zielosko. 1. Basics of infrared communication Wireless Communication with IrDA Gunther Zielosko 1. Basics of infrared communication After the breakthrough of infrared remote controls in electronic devices, there had been endeavors at the beginning

More information

Lesson 3 Infrared Controlling Car

Lesson 3 Infrared Controlling Car Lesson 3 Infrared Controlling Car 1 The points of section Infrared remote control is a widely used method for remote control. The car has been equipped with infrared receiver and thus allows it to be controlled

More information

White Paper Using the MAX II altufm Megafunction I 2 C Interface

White Paper Using the MAX II altufm Megafunction I 2 C Interface White Paper Using the MAX II altufm Megafunction I 2 C Interface Introduction Inter-Integrated Circuit (I 2 C) is a bidirectional two-wire interface protocol, requiring only two bus lines; a serial data/address

More information

Table of Contents. Taking a First Look 2 Intelligent Remote Control 2 Before You Start 4

Table of Contents. Taking a First Look 2 Intelligent Remote Control 2 Before You Start 4 Table of Contents Taking a First Look 2 Intelligent Remote Control 2 Before You Start 4 Getting Started 6 Activating the Remote Control 6 Defining the Brands of Your Devices 7 Working with the Home Panel

More information

University of New Hampshire InterOperability Laboratory Ethernet Consortium

University of New Hampshire InterOperability Laboratory Ethernet Consortium University of New Hampshire InterOperability Laboratory Ethernet Consortium As of January 3 rd, 1997 the Ethernet Consortium Clause # 28 Auto Negotiation State Machine Base Page Exchange Conformance Test

More information

Signals and Encoding

Signals and Encoding Signals and Encoding 18 Signals and Encoding You can design and program a USB peripheral without knowing all of the details about how the data is encoded on the bus. But understanding something about these

More information

HP 48 I/O Technical Interfacing Guide

HP 48 I/O Technical Interfacing Guide HP 48 I/O Technical Interfacing Guide HP 48 I/0 Technical Interfacing Guide CONTENTS INTRODUCTION... 3 WIRED SERIAL I/O HARDWARE... 3 CABLE WIRING... 3 SERIAL FORMAT... 5 Example: an 'H' (48 hex)... 5

More information

Digital Fundamentals

Digital Fundamentals Digital Fundamentals Tenth Edition Floyd Chapter 1 Modified by Yuttapong Jiraraksopakun Floyd, Digital Fundamentals, 10 th 2008 Pearson Education ENE, KMUTT ed 2009 Analog Quantities Most natural quantities

More information

epos Touchkit Manual (for Windows XP)

epos Touchkit Manual (for Windows XP) epos Touchkit Manual (for Windows XP) 1. Touchkit Devices in Windows Device Manager After driver installation completed, all of Touchkit touchscreen controller devices will be list in the Mice and other

More information

EITF35 - Introduction to the Structured VLSI Design (Fall 2016) Interfacing Keyboard with FPGA Board. (FPGA Interfacing) Teacher: Dr.

EITF35 - Introduction to the Structured VLSI Design (Fall 2016) Interfacing Keyboard with FPGA Board. (FPGA Interfacing) Teacher: Dr. EITF35 - Introduction to the Structured VLSI Design (Fall 2016) Interfacing Keyboard with FPGA Board (FPGA Interfacing) Teacher: Dr. Liang Liu v.1.0.0 1 Abstract This document describes the basic behavior

More information

Features DISPLAY DECODING INPUT INTERFACING. ICM7211AMlPLZ LCD Code B Microprocessor Direct Drive -40 to Ld PDIP* (Pb-free)

Features DISPLAY DECODING INPUT INTERFACING. ICM7211AMlPLZ LCD Code B Microprocessor Direct Drive -40 to Ld PDIP* (Pb-free) Data Sheet FN3158.7 4-Digit, LCD Display Driver The device is a non-multiplexed four-digit seven-segment CMOS LCD display decoder-driver. This device is configured to drive conventional LCD displays by

More information

Firmware Updating Tool for USB Card Reader. Firmware Updater. User s Manual. For Windows XP, XP x64, 2000 CAUTION

Firmware Updating Tool for USB Card Reader. Firmware Updater. User s Manual. For Windows XP, XP x64, 2000 CAUTION Firmware Updating Tool for USB Card Reader Firmware Updater User s Manual For Windows XP, XP x64, 2000 CAUTION This document is an example of the manual for end users. Modify this document to adapt to

More information

Description INPUT INTERFACING

Description INPUT INTERFACING SEMICONDUCTOR ICM711, ICM71 December 1993 Features ICM711 (LCD) Description -Digit ICM711 (LCD) and ICM71 (LED) Display Drivers Four Digit Non-Multiplexed 7 Segment LCD Display Outputs With Backplane Driver

More information

B-Works 2 User s Guide

B-Works 2 User s Guide B-Works 2 User s Guide UMBWORKS 011413V1 Table of Contents 1. Introduction... 2 2. System Requirements... 2 3. Install B-Works 2... 3 4. Connection to the Hardware... 7 5. Start to Use B-Works 2... 7 6.

More information

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11 Product specification Dec 2009 V0.a ByVac Page 1 of 11 Contents 1. Introduction...3 2. Features...3 3. Physical Specification...3 3.1. Serial connector...3 3.2. Multiple Devices...4 3.3. I2C...4 4. Output

More information

Flymote C2. Introduction. IR Learning, Air Mouse, QWERTY Keyboard Combo. User Manual

Flymote C2. Introduction. IR Learning, Air Mouse, QWERTY Keyboard Combo. User Manual IR Learning, Air Mouse, QWERTY Keyboard Combo Flymote C2 User Manual Introduction The Flymote is a combo multimedia remote controller. It integrates the key functions of a keyboard, Mouse Function and

More information

Laboratory Finite State Machines and Serial Communication

Laboratory Finite State Machines and Serial Communication Laboratory 11 11. Finite State Machines and Serial Communication 11.1. Objectives Study, design, implement and test Finite State Machines Serial Communication Familiarize the students with Xilinx ISE WebPack

More information

1 MALP ( ) Unit-1. (1) Draw and explain the internal architecture of 8085.

1 MALP ( ) Unit-1. (1) Draw and explain the internal architecture of 8085. (1) Draw and explain the internal architecture of 8085. The architecture of 8085 Microprocessor is shown in figure given below. The internal architecture of 8085 includes following section ALU-Arithmetic

More information

University of New Hampshire InterOperability Laboratory Ethernet Consortium

University of New Hampshire InterOperability Laboratory Ethernet Consortium University of New Hampshire InterOperability Laboratory Ethernet Consortium As of June 30 th, 1997 the Ethernet Consortium Clause # 28 Auto Negotiation State Machine Base Page Exchange Conformance Test

More information

AeroMouse User s Manual

AeroMouse User s Manual UM-160 AeroMouse User s Manual Making the Future a Reality Copyright Copyright 2000 by the manufacturer of this product. All right reserved. No part of this documentation may be reproduced in any form

More information

Computer Basics. Dayton Metro Library

Computer Basics. Dayton Metro Library I. What is a Computer? a. Basic Parts? II. How to start? Computer Basics Dayton Metro Library i. Hardware 1. The hardware is the part of the computer you can touch and see. (ex. keyboard, mouse, monitor)

More information

ProntoPro Intelligent Remote Control. User Guide

ProntoPro Intelligent Remote Control. User Guide ProntoPro Intelligent Remote Control User Guide Table of Content Taking a First Look... 3 Intelligent Remote Control... 3 Before You Start... 5 Getting Started... 7 Activating the Remote Control... 7 Defining

More information

Manual Dell Inspiron Notebook 1545 Battery Not Charging Fix

Manual Dell Inspiron Notebook 1545 Battery Not Charging Fix Manual Dell Inspiron Notebook 1545 Battery Not Charging Fix Laptop battery plugged in not charging problem solution ~ laptop.what to do if your laptop 3 ways to troubleshoot a dell inspiron 1545 battery

More information

Bluetooth was originally started as a project by the Ericsson Company.

Bluetooth was originally started as a project by the Ericsson Company. 6 Interfaces BlueTooth Bluetooth is a wireless LAN technology designed to connect devices of different functions such as telephones, notebooks, computers (desktop and laptop), cameras, printers, coffeemakers.

More information

Cox Business Online Backup Administrator Guide. Version 2.0

Cox Business Online Backup Administrator Guide. Version 2.0 Cox Business Online Backup Administrator Guide Version 2.0 2012 by Cox Communications. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic,

More information

ECE 4450:427/527 - Computer Networks Spring 2017

ECE 4450:427/527 - Computer Networks Spring 2017 ECE 4450:427/527 - Computer Networks Spring 2017 Dr. Nghi Tran Department of Electrical & Computer Engineering Lecture 5.5: Ethernet Dr. Nghi Tran (ECE-University of Akron) ECE 4450:427/527 Computer Networks

More information

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

CREATED BY M BILAL & Arslan Ahmad Shaad Visit: CREATED BY M BILAL & Arslan Ahmad Shaad Visit: www.techo786.wordpress.com Q1: Define microprocessor? Short Questions Chapter No 01 Fundamental Concepts Microprocessor is a program-controlled and semiconductor

More information

Sten-SLATE ESP Kit. Description and Programming

Sten-SLATE ESP Kit. Description and Programming Sten-SLATE ESP Kit Description and Programming Stensat Group LLC, Copyright 2016 Overview In this section, you will be introduced to the processor board electronics and the arduino software. At the end

More information

Fig.12.5 Serial Data Line during Serial Communication

Fig.12.5 Serial Data Line during Serial Communication Lecture-66 Asynchronous Serial Data Communication A serial data signal is divided into time intervals called bit times as shown in fig.2.5. During each bit time interval (T B ), the signal is either a

More information

4-Megabit 2.7-volt Only Serial DataFlash AT45DB041. Features. Description. Pin Configurations

4-Megabit 2.7-volt Only Serial DataFlash AT45DB041. Features. Description. Pin Configurations Features Single 2.7V - 3.6V Supply Serial Interface Architecture Page Program Operation Single Cycle Reprogram (Erase and Program) 2048 Pages (264 Bytes/Page) Main Memory Two 264-Byte SRAM Data Buffers

More information

EX-HDU HDMI, AUDIO & USB EXTENSION

EX-HDU HDMI, AUDIO & USB EXTENSION Software User s Guide EX-HDU HDMI, AUDIO & USB EXTENSION CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 800-959-6439 FREE technical support, Call 714-641-6607 or fax 714-641-6698 Address: Hall

More information

(Mac computer) Displayed images from projector become an interactive whiteboard with U-Pointer

(Mac computer) Displayed images from projector become an interactive whiteboard with U-Pointer U-Pointer (Mac computer) User Manual Displayed images from projector become an interactive whiteboard with U-Pointer U-Pointer enables interactive operation without a dedicated board such as the operation

More information

Unpacking... 3 Getting Started... 3 Tour of the Remote... 4 Hard keys...4 Interactive LCD screen...5

Unpacking... 3 Getting Started... 3 Tour of the Remote... 4 Hard keys...4 Interactive LCD screen...5 UNO Owners Manual Contents Unpacking... 3 Getting Started... 3 Tour of the Remote... 4 Hard keys...4 Interactive LCD screen...5 Home Screen... 6 Devices... 6 What is Quick Power?...6 Activities... 7 Setting

More information

Table of Contents. Introduction 2 1. Intelligent Remote Control 2 2. Charging the Remote Control 3

Table of Contents. Introduction 2 1. Intelligent Remote Control 2 2. Charging the Remote Control 3 Table of Contents Introduction 2 1. Intelligent Remote Control 2 2. Charging the Remote Control 3 Getting Started 6 1. Activating the Remote Control 6 2. Selecting a Device 7 3. Operating a Device 8 4.

More information

8 in Right. User s Manual. 8 Functions in Right Button.

8 in Right. User s Manual. 8 Functions in Right Button. 8 in Right 8 Functions in Right Button User s Manual www.a4tech.com Hardware Installation Step 1: Plug the USB connector to the USB Port on your desktop computer or notebook. Step 2: The mouse will automatically

More information

Winford Engineering ETH32 Protocol Reference

Winford Engineering ETH32 Protocol Reference Winford Engineering ETH32 Protocol Reference Table of Contents 1 1 Overview 1 Connection 1 General Structure 2 Communications Summary 2 Port Numbers 4 No-reply Commands 4 Set Port Value 4 Set Port Direction

More information

User s Manual. Touch Panel Driver. Important

User s Manual. Touch Panel Driver. Important User s Manual Touch Panel Driver Important Please read the Precautions and this User s Manual carefully to familiarize yourself with safe and effective usage. The software described in this document is

More information

RW1026G Revision History Version Date Description

RW1026G Revision History Version Date Description RW1026G Revision History Version Date Description 0.1 2010/9/3 Add I/O Pin ITO Resistance Limitation 0.2 2010/9/15 Modify storage temperature -40 o C to 80 o C change to -50 o C to 125 o C and operation

More information

LDO Current Foldback/Current Limiter Circuits

LDO Current Foldback/Current Limiter Circuits Technical Information Paper No.0030(Ver.01) LDO Current Foldback/Current Limiter Circuits INTRODUCTION This TIP is aimed at improving the knowledge of engineers and sales people, as it is not really possible

More information

DS1676 Total Elapsed Time Recorder, Erasable

DS1676 Total Elapsed Time Recorder, Erasable www.dalsemi.com Preliminary DS1676 Total Elapsed Time Recorder, Erasable FEATURES Records the total time that the Event Input has been active and the number of events that have occurred. Volatile Elapsed

More information

COMP 273 Winter asynchronous I/O April 5, 2012

COMP 273 Winter asynchronous I/O April 5, 2012 All the I/O examples we have discussed use the system bus to send data between the CPU, main memory, and I/O controllers. The system bus runs at a slower clock speed than the CPU because of greater distances

More information

Data Communications & Computer Networks. Digital Data Communications Techniques

Data Communications & Computer Networks. Digital Data Communications Techniques Data Communications & Computer Networks Chapter 6 Digital Data Communications Techniques Fall 2008 Agenda Preface Asynchronous & Synchronous transmission Error Detection & Correction Line configurations

More information

SD CARD DVD/VCD/CD/MP3/DIVX/MPEG-4 XO1525 USB MOD D200P. User s Manual

SD CARD DVD/VCD/CD/MP3/DIVX/MPEG-4 XO1525 USB MOD D200P. User s Manual USB SD CARD DVD/VCD/CD/MP3/DIVX/MPEG-4 XO1525 MOD D200P User s Manual 9.1 Rear Panel Connections: 19 BEFORE USING: To ensure the safety of the products during transportation, The internal mechanism was

More information

CHAPTER TWELVE - Memory Devices

CHAPTER TWELVE - Memory Devices CHAPTER TWELVE - Memory Devices 12.1 6x1,024 = 16,384 words; 32 bits/word; 16,384x32 = 524,288 cells 12.2 16,384 addresses; one per word. 12.3 2 16 = 65,536 words = 64K. Thus, memory capacity is 64Kx4.

More information

MODEL: B09015-LAP-DALI Interface-M

MODEL: B09015-LAP-DALI Interface-M MODEL: B09015-LAP-DALI Interface-M PART NO: VERSION: V1.00 Approver GM PM Check Design Customer Confirm * Please fax the file to Zeroplus Technology after signing. 2F, NO.123, Jian Ba Rd, Tel:+886-2-66202225

More information

1 / 14. User Manual. Getting started with UP02 program upgrade tool

1 / 14. User Manual. Getting started with UP02 program upgrade tool 1 / 14 User Manual Getting started with UP02 program upgrade tool 2 / 14 1. Contents 1. Contents... 2 2. Introduction... 3 3. System requirements... 4 4. Package contents... 5 5 The installation of UP02

More information

INTEGRATED CIRCUITS. PCA bit I 2 C and SMBus I/O port with interrupt. Product data sheet Supersedes data of 2004 Jul 27.

INTEGRATED CIRCUITS. PCA bit I 2 C and SMBus I/O port with interrupt. Product data sheet Supersedes data of 2004 Jul 27. INTEGRATED CIRCUITS Supersedes data of 2004 Jul 27 2004 Sep 30 DESCRIPTION The is a 24-pin CMOS device that provide 16 bits of General Purpose parallel Input/Output (GPIO) expansion for I 2 C/SMBus applications

More information

CHAPTER 1. Welcome to WalkGuard- IPCam

CHAPTER 1. Welcome to WalkGuard- IPCam CHAPTER 1 Welcome to WalkGuard- IPCam Digital Surveillance software with Digital MPEG 4 Recording 1.1 Introduction The WalkGuard-IPCam is an ideal solution for Internet or Wi-Fi Camera, it also allows

More information

TOF-Watch SX Monitor

TOF-Watch SX Monitor TOF-Watch SX Monitor User manual Version 1.2 Organon (Ireland) Ltd. Drynam Road Swords Co. Dublin Ireland Contents General information... 3 Getting started... 3 File Window... 7 File Menu... 10 File Open

More information

SIM2 Multimedia. Lumis 3D-S IR Control

SIM2 Multimedia. Lumis 3D-S IR Control SIM2 Multimedia Lumis 3D-S 1 IR Protocol This section describes the SIM2 3D-S signal protocol. The IR signal is output using Pulse Duration Modulation. The Pulse Carrier Frequency is 38.75 khz. The waveform

More information

Univ-FB_MD80383_AUS.fm Seite 2 Dienstag, 24. Januar : Overview Safety instructions Scope of application...

Univ-FB_MD80383_AUS.fm Seite 2 Dienstag, 24. Januar : Overview Safety instructions Scope of application... Univ-FB_MD80383_AUS.fm Seite 2 Dienstag, 24. Januar 2006 8:57 08 Contents Overview....................................... 4 Safety instructions............................... 7 Scope of application..............................

More information

FeliCa Card User's Manual Excerpted Edition

FeliCa Card User's Manual Excerpted Edition Technical Document FeliCa Card User's Manual Excerpted Edition Version 2.0 No. M617-E02-00 Introduction This document describes the protocol specifications and the command specifications of any contactless

More information

Firmware Update Manual for Sony Cyber-shot digital still cameras

Firmware Update Manual for Sony Cyber-shot digital still cameras Firmware Update Manual for Sony Cyber-shot digital still cameras - DSC-T1 The term Firmware refers to the software in your Cyber-shot camera. You can update this software to solve problems or to add new

More information

#61-844SW ThermalVision Software Instruction Manual

#61-844SW ThermalVision Software Instruction Manual ThermalVision Software Instruction Manual ND-7035-1 Page 1 of 23 Contents 1. Installing the ThermalVision software onto a PC... 3 2. Transferring saved images from the camera to the PC.... 3 2.1. Direct

More information

Wireless transfer of screening data from ALGO 3i Screener to PC

Wireless transfer of screening data from ALGO 3i Screener to PC Wireless transfer of screening data from ALGO 3i Screener to PC This technical notice provides information on transmitting screening results from your ALGO 3i Newborn Hearing Screener to a personal computer

More information

SSD1803. Product Preview. 100 x 34 STN LCD Segment / Common Mono Driver with Controller

SSD1803. Product Preview. 100 x 34 STN LCD Segment / Common Mono Driver with Controller SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA Crystalfontz Thiscontrolerdatasheetwasdownloadedfrom htp:/www.crystalfontz.com/controlers/ SSD1803 Product Preview 100 x 34 STN LCD Segment / Common Mono Driver

More information

RESEARCH & DEVELOPMENT

RESEARCH & DEVELOPMENT With over 20 years of experience in manufacturing products for educational and corporate sectors, Hanshin becomes one of the world s leading manufacturers of interactive systems. With innovative approaches

More information

QOMO PRODUCTS TROUBLE SHOOTING QUICK GUIDE

QOMO PRODUCTS TROUBLE SHOOTING QUICK GUIDE QOMO PRODUCTS TROUBLE SHOOTING QUICK GUIDE QOMO HITEVISION PRODUCTS TROUBLESHOOTING GUIDE This guide is intended to assist in the troubleshooting of common product and operator errors for QOMO HiteVision

More information

Input and output Systems. Peter Rounce - room G06

Input and output Systems. Peter Rounce - room G06 Input and output Systems Peter Rounce - room G06 P.Rounce@cs.ucl.ac.uk 1 Keyboard Each key-press sends on byte Each key is numbered Possibly two bytes one when pressed, one when released E.g. shift key

More information

TV1 Digital Player User s Manual

TV1 Digital Player User s Manual TV1 Digital Player User s Manual Note: Screen shots taken in this manual may appear different on the player itself. Table of Content: Computer System requirements... 1 Notes... 2 Product Introduction...

More information

LOG Storm Studio. User's Guide. Revision Jan Byte Paradigm

LOG Storm Studio. User's Guide. Revision Jan Byte Paradigm 1/24 Table of Contents 1Introduction... 4 2Starting up a... 4 2.1What do you need to get started?...4 2.2Connecting and configuring your LOG Storm device...4 3Using LOG Storm for the first time...6 3.1LOG

More information

中显液晶 技术资料 中显控制器使用说明书 2009年3月15日 北京市海淀区中关村大街32号和盛大厦811室 电话 86 010 52926620 传真 86 010 52926621 企业网站.zxlcd.com

中显液晶 技术资料 中显控制器使用说明书 2009年3月15日 北京市海淀区中关村大街32号和盛大厦811室 电话 86 010 52926620 传真 86 010 52926621   企业网站.zxlcd.com http://wwwzxlcdcom 4 SEG / 6 COM DRIVER & CONTROLLER FOR DOT MATRIX LCD June 2 Ver Contents in this document are subject to change without notice No part of this document may be reproduced or transmitted

More information

10-Gigabit Ethernet Consortium

10-Gigabit Ethernet Consortium 10-Gigabit Ethernet Consortium Proposed modifications to Ethernet Auto-Negotiation Test Suites for 10GBASE-T V0.2 Cover Page Draft Technical Document Last Updated: February 8, 2006 10:03AM 10 Gigabit Ethernet

More information

Embedded Systems and Software. Serial Interconnect Buses I 2 C (SMB) and SPI

Embedded Systems and Software. Serial Interconnect Buses I 2 C (SMB) and SPI Embedded Systems and Software Serial Interconnect Buses I 2 C (SMB) and SPI I2C, SPI, etc. Slide 1 Provide low-cost i.e., low wire/pin count connection between IC devices There are many of serial bus standards

More information

KNX Communication. KNX Association

KNX Communication. KNX Association KNX Communication Table of Contents 1 Basic Method of Operation...3 2 Physical address...5 3 Group Address...6 4 Communication object...8 4.1 Flags...9 5 Useful Data of a TP1 telegram... 10 6 Standardized

More information

SPACEMOUSE SYNTHESIS OF JOYSTICK AND TRACKBALL. Technical DATA: Electrical DATA

SPACEMOUSE SYNTHESIS OF JOYSTICK AND TRACKBALL. Technical DATA: Electrical DATA SPACEMOUSE SYNTHESIS OF JOYSTICK AND TRACKBALL The high-precision SpaceMouse Module is ideally suited for D manipulation of industrial applications. Due to its compact dimensions the module can be easily

More information

A variety of ECONseries modules provide economical yet flexible solutions. Waveform Generation

A variety of ECONseries modules provide economical yet flexible solutions. Waveform Generation ECONseries BUS: USB Type: Economy, Mini-Instruments ECONseries Economy USB Mini-Instruments Flexible Yet Economical A variety of low-cost ECONseries modules are available to provide flexible yet economical

More information

Student Quick Reference Guide

Student Quick Reference Guide Student Quick Reference Guide How to use this guide The Chart Student Quick Reference Guide is a resource for PowerLab systems in the classroom laboratory. The topics in this guide are arranged to help

More information

CPEG300 Embedded System Design. Lecture 8 Timer

CPEG300 Embedded System Design. Lecture 8 Timer CPEG300 Embedded System Design Lecture 8 Timer Hamad Bin Khalifa University, Spring 2018 Review 8051 port and port schematic Internal read/write data path Serial communication vs. parallel communication

More information

Vividia HM-250 HDMI/LCD/USB/TV Portable. Digital Measurement Microscope

Vividia HM-250 HDMI/LCD/USB/TV Portable. Digital Measurement Microscope Vividia HM-250 HDMI/LCD/USB/TV Portable Digital Measurement Microscope Table of Contents 1. Precaution. 3 2. Preparation..5 Package Contents.. 6 Part Names & Functions..6 3. Specifications.... 7 4. Use

More information

16COM/40SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD

16COM/40SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD 6COM/4SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD INTRODUCTION is a dot matrix LCD driver & controller LSI which is fabricated by low power CMOS technology It can display, 2-line with 5 x 8 or 5 x dots

More information

DIAGNOSTICS PN# / / FSP

DIAGNOSTICS PN# / / FSP Diagnostic Monitoring These units are designed for data capturing simple measurements (pressure, temperature, and flow rate) in hydraulic and pneumatic systems. Typical applications extend primarily to

More information

Microsoft Xbox 360 Universal Remote Control Xbmc

Microsoft Xbox 360 Universal Remote Control Xbmc Microsoft Xbox 360 Universal Remote Control Xbmc Various pages on the wiki might contain old references to "XBMC", but will most Remote Control Microsoft XBox 360 Universal Remote Control MINIX A2. A universal

More information

SILICON MICROSTRUCTURES

SILICON MICROSTRUCTURES Digital Communication with SM5800 Series Parts OVERVIEW The SM5800 series pressure product offers the corrected pressure output in both analog and digital formats. Accessing the analog output is an easy

More information

Archives About ARCHOS TV+ General Questions I have installed a firmware/plug-in/game file on my Archos TV+ but it is not recognized by the device. You

Archives About ARCHOS TV+ General Questions I have installed a firmware/plug-in/game file on my Archos TV+ but it is not recognized by the device. You About ARCHOS TV+ General Questions I have installed a firmware/plug-in/game file on my Archos TV+ but it is not recognized by the device. You may have not correctly copied your file on the device. If it

More information

LadibugTM Visual Presenter Image Software User Manual

LadibugTM Visual Presenter Image Software User Manual LadibugTM Visual Presenter Image Software User Manual 1 Contents 1. Introduction... 3 2. System requirement... 3 3. Install Ladibug TM... 4 3.1 In Windows XP/ Vista... 4 3.2 In Windows MAC... 6 4. Connection...

More information

CSCI-1680 Physical Layer Link Layer I Rodrigo Fonseca

CSCI-1680 Physical Layer Link Layer I Rodrigo Fonseca CSCI-1680 Physical Layer Link Layer I Rodrigo Fonseca Based partly on lecture notes by David Mazières, Phil Levis, John Janno< Administrivia Snowcast milestone today! 4-7pm Sign up at http://tinyurl.com/cs168-calendar

More information

This guide will help you with many of the basics of operation for your Epson 485wi BrightLink Projector with interactive functionality.

This guide will help you with many of the basics of operation for your Epson 485wi BrightLink Projector with interactive functionality. This guide will help you with many of the basics of operation for your Epson 485wi BrightLink Projector with interactive functionality. If you need further assistance with questions, you can refer to the

More information

Stereotypes. Stereotype: recurring combination of elements in an object or class. Example: <<signal>> mouse_click :

Stereotypes. Stereotype: recurring combination of elements in an object or class. Example: <<signal>> mouse_click : Stereotypes Stereotype: recurring combination of elements in an object or class. Example: mouse_click : Mouse_click (x,y,button) A communication mechanism in Fig 1.11 Computers as Components

More information

User manual for Cable mode programmable remote control (V11) Programmable remote control User Manual (cable mode version)

User manual for Cable mode programmable remote control (V11) Programmable remote control User Manual (cable mode version) Programmable remote control User Manual (cable mode version) 1 Quick Guide First Step 1. Prepare PC programmable remote control and 2pcs AAA battery (Don t install when programming). 2. Prepare PC programmer(transceiver)

More information

USB Compliance Checklist

USB Compliance Checklist USB Compliance Checklist Peripheral Silicon (excluding hubs) July 19, 1999 USB Device Product Information Date July 19, 1999 Vendor Name Motorola Vendor Street Address Vendor City, State, Zip Vendor Phone

More information

Bit-Perfect, HDD/USB 24/96 Integrated Audio Player

Bit-Perfect, HDD/USB 24/96 Integrated Audio Player ATPLAY Bit-Perfect, HDD/USB 24/96 Integrated Audio Player 2011, Alex Torres, Netanya, Israel Many times, looking at the cabinet with the disks, I think "how to shrink this all?" (WAF here also has to be

More information

Troubleshooting Q&A. My CLIÉ handheld is not working properly. About CLIE Launcher. I cannot perform a HotSync operation.

Troubleshooting Q&A. My CLIÉ handheld is not working properly. About CLIE Launcher. I cannot perform a HotSync operation. 4-672-274-21 (1) http://www.clie-link.com My CLIÉ handheld is not working properly About CLIE Launcher I cannot perform a HotSync operation Error messages I cannot enter data properly How to operate basic

More information

DS1625. Digital Thermometer and Thermostat FEATURES PIN ASSIGNMENT

DS1625. Digital Thermometer and Thermostat FEATURES PIN ASSIGNMENT DS1625 Digital Thermometer and Thermostat FEATURES Temperature measurements require no external components Measures temperatures from 55 C to +125 C in 0.5 C increments. Fahrenheit equivalent is 67 F to

More information

ANNA UNIVERSITY QB ( )

ANNA UNIVERSITY QB ( ) ANNA UNIVERSITY QB (2003--2008) UNIT I POWER SEMICONDUCTOR DEVICES PART A 1. Draw the V-I characteristics of SCR and mark the holding current and latching current in the characteristics. Nov/Dec04 2. What

More information