Product Specification

Size: px
Start display at page:

Download "Product Specification"

Transcription

1 Product Specification Type:ISDB Oneseg Module Model No.:TH-TI7907-I Customer Name: Date : This column is for the customer signature bar: Hardware Software Admission Approval Hardware Change History Software version 1

2 Document No.: TH-ISDB -N001 Company Semisky Dept R&D Version V1.0 Designed by Zhangzhongxiang Audit Eric Zhang Date Title Product Specification Edit Details Date Version Edit Description V1.0 First Edition 2

3 TABLE OF CONTENTS 1 Product Introduction Features Application Market Applications Block Diagram Pinning information...5~7 2.1 Contour Dimension...5~6 2.2 Pin Definition and Description...6~7 3 Audio and Video Output Audio Output Video Output Communication Interface and Communication Protocol...8~ IR remote control input...8~9 4.2 Touch screen touch input...9~ Coordinates of the touch-screen mode by infrared remote control codes Coordinates of the touch screen mode by serial port Car machine key input...11~ Car machine key input by infrared remote control codes Car machine key input by the serial port...11~12 5 Electrical Performance...12~ General Characteristics Working Conditions Electrical Parameters Application circuit design for reference...14~ The circuit of socket interface of module External application circuit for reference

4 7 Product Picture Product Introduction 1.1 Features ISDB-T module socket, fully compatible with ISDB-T standard Frequency Range(Brazil:174~216MHz & 470~806MHz)(Japan:470MHz ~ 770MHz); Dimension:50.5mm(L) x 28mm(W) x 3.8mm (H); Analog video output: NTSC PAL PAL-M PAL-N(for option); Audio output: L/R channels; Support UART IR remote control; Support PVR function; Small size, low power consumption, the simple interface,and it is convenient to connect the main system; High sensitivity(ldpc input level<-97dbm@ 1-segment QPSK C/R=2/3); Input voltage:+ 3.3V/+5% Support English, Portuguese, Japanese, Spanish; 1.2 Application Market Brazil, Japan and some parts of South America 1.3 Applications Auto digital TV receiving equipment; Portable DVD,PMP PND PM4 DPF; ISDB-T Set top box; All ISDB-T Portable products; 4

5 1.4 Schematic diagram framework Internal Diagram IR/UART RF ISDB DEMOD TS 12C BUS Application Processor CVBS Power Supply Flash MEM Audio (DAC) 2CH Stereo out 3.3V or 5V 2 Pinning information 2.1 Contour Dimension Note: Error range of the image dimensions:±0.3mm Chart 1 Side view 5

6 Chart 2 Top View Chart 3 Side View 6

7 2.2 Pin Definition and Description CON1 is 20PIN,1-9P, 2.0mm pin spacing;9p-10p, 3.0mm pin spacing;10-20p, 2.0mm pin spacing; 7

8 Terminal Terminal I/O Descriptions CON1 1 SD_D0 O SD_D0 2 SD_D1 O SD_D1 3 SD_D2 O SD_D2 4 SD_D3 O SD_D3 5 SD_CLK O SD_CLK 6 GND GROUND 7 USD_DM I USD_DM 8 USD_DP I USD_DP 9 DVBUS I USB_POWER(5.0V) 10 SD_CD O SD_CD 11 IR_IN I Remoter control input 12 SD_CMD O SD_CMD 13 UART_RX I universal asynchronous 14 UART_TX O universal asynchronous 15 GND GROUND V I 5.0V POWER 17 GND GROUND 18 AOUT_R O Analog audio right out 19 AOUT_L O Analog audio left out 20 CVBS_OUT O Analog video out 21 GND GROUND 22 GND GROUND 23 GND GROUND 24 GND GROUND Notes: 1) Please note that pin 11(IR_IN),Free high level, high and low level of output in place; 2) Please note that pin 13(UART_RX)and pin 14(UART_TX), only can accept 3.3V voltage,if the voltage is 5V,need to be converted to 3.3V, details please refer to the application circuit design; 8

9 = = = = Semisky(ShenZhen)Technology CO,Ltd. 3 Audio and Video Output 3.1 Audio output format Analog left and right output 3.2 Video output format Analog video output:ntsc PAL PAL-M PAL-N (for options) 4 Communication Interface and Communication Protocol This product supports UART and IR control;if the voltage is 5V, need to be converted to 3.3V, details please refer to the application circuit design. 4.1 First receiver of infrared remote control input The first receiver infrared remote control of TI7907, follow the NEC remote coding standards, as shown:, C0 C1 C2 C3,,,,,,,, C4 C5 C6 C7 C0 C1 C2 C3 C4 C5 C6 C7 D0 - - = = = = - - C0 C1 C2 C3 C4 C5 C6 C7 or or or or or or or or C0 C1 C2 C3 C4 C5 C6 C7 D1 D2 D3 D4 D5 D6 D D0 D1 D2 D3 D4 D5 D6 D7 Leader Code Custom Code Custom Code' Data Code Data Code The Custom Code and Custom Code is 0x00FF, Data Code is defined as follows: Value Mute Code 0x06 9

10 Menu Return Up Down Left Right OK 0x1E 0x59 0x04 0x0E 0x05 0x4D 0x54 1 0x09 2 0x1D 3 0x1F 4 0x0D 5 0x19 6 0x1B 7 0x11 8 0x15 9 0x17 0 0x Touch screen touch input Coordinates of the touch-screen mode by infrared remote control codes Touch screen coordinates sent by infrared remote control codes, "Custom Code" and "Custom Code '" send "0x55AA" out; "Custom Code" send axis coordinates "X" ; "Custom Code'" send axis coordinates "Y". The touch 10

11 information type is as follows: 55 AA X Y. The touch information is encoded on the NEC IR signals. The format as following : 55 AA X Y. Since X and Y are 1 byte, the resolution of touch screen can only reach to 256 X and Y coordinates, you need to do transformation of scale: zoom in or out Coordinates of the touch screen mode by serial 1)Serial port settings are as follows: 2)ISDB UART protol Serial port command format for the touch coordinates "hcmd dn 0x24 0xdd 1 w pos", where pos = (unsigned int) (x <<16) + y; For example: car machine resolution (640 * 480), transmission coordinates (200,100),then the conversion of coordinates (100,50), where pos = 100 << = , then the serial port command format for the touch coordinates is "hcmd dn 0x24 0xdd 1 w ". Note: After each command to be sent '\ r' (0x0d). 4.3 Car machine key input 11

12 4.3.1 Car machine key input by infrared remote control codes The input of the message code of depressed key of car machine, please follow the NEC remote coding standards Car machine key input by the serial port Send the command format "hcmd dn 0x24 0xc1 1 w key", as defined below: key = 0 confirmed; key = 1 canceled; typedef enum{ VK_OK, //0 VK_CANCEL, VK_CHANNEL_UP, VK_ CHANNEL_DN, VK_VOL_LT, //OK //cancel //up //down //left VK_VOL_RT, //5 //right VK_NAV_OK, VK_MUTE, //mute VK_NAV_A, //for simcom VK_NAV_B, //for simcom VK_0, //10 VK_1, VK_2, VK_3, VK_4, VK_5, //15 VK_6, VK_7, VK_8, VK_9, 12

13 VK_MENU //20 //mune Vk_info, //21 // Channel list Vk_EPG, //EPG Vk_CLEAR //23 //list clear }CMMB_KEY_t; Note: After each command to be sent '\ r' (0x0d). Notes: The above agreement, if there is any change, please contact related technical personnel. 5 Electric Performance 5.1 General Characteristics Project Name Description Receiving object Frequency Range ISDB-T Brazil:174~216MHz & 470 MHz ~806MHz Japan:470MHz ~ 770MHz Operating Voltage 3.3V or 5.0V Maximum current Maximum consumption operating power 225 ma or 150mA 0.75W RF Input Impedance 50ohm Voltage Interface Control UART/IR is 3.3V 13

14 5.2 Working Conditions Parameter Description Min Typical Case Max Unit System Power Power Supply Ripple External power supply system for ISDB module range Power supply ripple requirements 20 mvpp Ta Operating temperature range TI Operating temperature limits V 5.3 Electrical parameters Electrical parameters Min Typical Case Max Unit Sensitivity(QPSK 2/3 LDPC code conditions) dbm Audio SNR 85 db Audio output voltage 0.95 V Video output voltage 1 Vp-p 14

15 6 Application circuit design for reference 6.1 The circuit of socket interface of module 6.2 External application circuit for reference 15

16 16

17 6 Product Picture 17

Product Specification

Product Specification Product Specification Type Model No. :ISDB Full Seg Module :TH-TDI89H-4FSU Customer Name: Date : This column is for the customer signature bar: Hardware Software Admission Approval Hardware Change History

More information

Video Interface connection:

Video Interface connection: Mercedes Benz NTG4.5 Video interface For 2010 Benz ML, GLK, C, E class with Round connector Main Features: 1. It is suitable for 2010 up version Round connector LVDS ML. GLK, C, E Class 5 inch, and 7 inch

More information

VOLVO S60 XC60 Video GPS Interface

VOLVO S60 XC60 Video GPS Interface VOLVO S60 XC60 Video Interface For VOLVO S60 XC60 5inch monitor Main Features: 1. It is suitable for VOLVO 2011 up version 5 inch monitor 2. With 2AV input, RGBS input, Rear camera input, LVDS input 3.

More information

DVB-T2 HD mobile digital TV Box. Product Specification

DVB-T2 HD mobile digital TV Box. Product Specification DVB-T2 HD mobile digital TV Box Model:TDB15H Product Specification Version: V1.0 Date: 2014.04.28 1 Foreword Thank you for purchasing the mobile digital TV receiving box (Model No.: TDB15H) from our company.

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module RF4432 wireless transceiver module 1. Description RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity (-121 dbm), +20

More information

CATALOG NUMBER: HK-MX-VGA-X-Y Product Name

CATALOG NUMBER: HK-MX-VGA-X-Y Product Name Product Name Screen matrix switcher Describe Matrix switcher is a high-performance intelligent matrix switch device designed for switching of audio and video signals. It switches all audio and video input

More information

HK-DID-MXA-VGA-X-Y. Product Name. Describe. Application. Characteristic. Product Model. Screen Matrix Switcher

HK-DID-MXA-VGA-X-Y. Product Name. Describe. Application. Characteristic. Product Model. Screen Matrix Switcher Product Name Screen Matrix Switcher Describe Matrix switcher is a high-performance intelligent matrix switch device designed for switching of audio and video signals. It switches all audio and video input

More information

InfoVue OLED Display

InfoVue OLED Display Electronic Component Solutions InfoVue OLED Display ITW ECS brand Lumex announces the release of the InfoVue OLED Display equipped UART interface which features an ultra thin display with low power consumption.

More information

Coax A/V Agile Demodulator Tuner W/IR Remote Control. User Manual (Model: RFDM2 PDK)

Coax A/V Agile Demodulator Tuner W/IR Remote Control. User Manual (Model: RFDM2 PDK) Coax A/V Agile Demodulator Tuner W/IR Remote Control User Manual (Model: RFDM2 PDK) 1. Product Features: RFDM2-PDK Demodulator with IR Remote This coax to composite A/V demodulator is a professional grade

More information

Component Video Matrix Switcher Series ITEM NO.: YS04MA, YS04MD

Component Video Matrix Switcher Series ITEM NO.: YS04MA, YS04MD Component Video Matrix Switcher Series ITEM NO.: YS04MA, YS04MD Our component video switcher allows four different component video and stereo/digital audio sources to share two video displays. Manage multiple

More information

AVE HOME FAGOR CVBS TO DVB-T ENCODER MODULATOR. Fagor Electr6nica

AVE HOME FAGOR CVBS TO DVB-T ENCODER MODULATOR. Fagor Electr6nica AVE HOME CVBS TO DVB-T ENCODER MODULATOR FAGOR Fagor Electr6nica TABLE OF CONTENTS 1. SPECIFICATIONS... 12 1.1 Product Overview... 12 1.2 Appearance and Description... 12 1.3 Diagram... 13 1.4 Characteristics...

More information

16-CH Color Full Duplex Multiplexer Instruction Manual

16-CH Color Full Duplex Multiplexer Instruction Manual 16-CH Color Full Duplex Multiplexer Instruction Manual 707-V1.5(S) Index: 1. Safety Warning 3 2. Introduction 3 3. Features 4 4. Specification 5 5. Front Panel Keypad 6 6. Back Panel Connection 10 7. Menu

More information

Cisco D9865 Satellite Receiver

Cisco D9865 Satellite Receiver The Cisco D9865 Satellite Receiver is designed for satellite content distribution, and targets the broadcast, business TV, private networks, and SMATV environment. The receiver offers the ability to receive

More information

Specifications. FTS-4335 Series

Specifications. FTS-4335 Series Specifications DVB-S2 DUAL NIM Date : 2017. 03. 17. Revision F2 #1501, Halla sigma Valley, 442-2 Sangdaewon-dong, Jungwon-gu, Sungnam City, Gyeonggi-do, Korea, 462-807 Tel. 0755-26504227 Fax. 0755-26505315

More information

M5-H002. Multiview T-35. DVB-T to PAL / 5 channels on all TV s

M5-H002. Multiview T-35. DVB-T to PAL / 5 channels on all TV s 120531 M5-H002 Multiview T-35 DVB-T to PAL / 5 channels on all TV s Contents Multiview... 3 Features... 3 Caution... 3 Front & Rear Panel... 4 Connecting... 5 Programming... 6 Information... 7 Installation...8

More information

RF4432F27 wireless transceiver module

RF4432F27 wireless transceiver module RF4432F27 wireless transceiver module 1. Description RF4432F27 is 500mW RF module embedded with amplifier and LNA circuit. High quality of component, tightened inspection and long term test make this module

More information

LD-V4300D DUAL STANDARD PLAYER. Industrial LaserDisc TM Player

LD-V4300D DUAL STANDARD PLAYER. Industrial LaserDisc TM Player LD-V4300D DUAL STANDARD PLAYER Industrial LaserDisc TM Player Designed for Exceptional Versatility and Convenience Pioneer designed the LD-V4300D to make it easier than ever to use LaserDiscs for a broad

More information

INSTALLATION MANUAL. Model: HDD. ATSC/QAM Digital to Analog Demodulator

INSTALLATION MANUAL. Model: HDD. ATSC/QAM Digital to Analog Demodulator INSTALLATION MANUAL Model: HDD ATSC/QAM Digital to Analog Demodulator Caution: These servicing instructions are for use by qualified service personnel only. To reduce the risks of electric shock, do not

More information

RF SIGNAL GENERATOR. RF Signal Generator for Digital Broadcasts LG 3810 RF SIGNAL GENERATOR SIGNAL GENERATOR GENERAL FEATURES

RF SIGNAL GENERATOR. RF Signal Generator for Digital Broadcasts LG 3810 RF SIGNAL GENERATOR SIGNAL GENERATOR GENERAL FEATURES RF SIGNAL for Digital Broadcasts LG 3810 RF SIGNAL GENERAL The LG 3810 is an RF signal generator with optional encoders that can be installed to add support for the standards of a variety of digital broadcast

More information

Video Portable Transmitter and Receiver with two way audio

Video Portable Transmitter and Receiver with two way audio 1.1 Outline The Video portable transmitter and receiver with two-way audio adopt the advanced modulation technology COFDM and the channel codes. It combines with digital image compression MPEG2/MPEG4/H.264

More information

Cisco D9865 Satellite Receiver

Cisco D9865 Satellite Receiver Cisco D9865 Satellite Receiver The Cisco D9865 Satellite Receiver is designed for satellite content distribution, and targets the broadcast, business TV, private networks, and SMATV environment. The receiver

More information

Ultra-ViewRF 8HD Director Monitor. User Operation Manual

Ultra-ViewRF 8HD Director Monitor. User Operation Manual Ultra-ViewRF 8HD 5.8GHz Wireless Director Monitor User Operation Manual 17.1.2013 v2_7 Video Equipment Rentals - VER 912 Ruberta Avenue Glendale, CA 91201 - U.S.A. Office 818-956-1444 Table of Contents

More information

Model 5250 Five Channel Digital to Analog Video Converter Data Pack

Model 5250 Five Channel Digital to Analog Video Converter Data Pack Model 5250 Five Channel Digital to Analog Video Converter Data Pack E NSEMBLE D E S I G N S Revision 3.1 SW v2.0.1 This data pack provides detailed installation, configuration and operation information

More information

S P E C I F I C A T I O N

S P E C I F I C A T I O N S P E C I F I C A T I O N LG INNOTEK Co., Ltd. Approved Checked Designed Model NO. Document NO. HC40396 Index 1. Features... 2. General Specification.. 3. Operating Conditions.. 4. Storage Conditions..

More information

QRF5000 MDU ENCODER. Data Sheet

QRF5000 MDU ENCODER. Data Sheet Radiant Communications Corporation 5001 Hadley Road South Plainfield NJ 07080 Tel (908) 757-7444 Fax (908) 757-8666 WWW.RCCFIBER.COM QRF5000 MDU ENCODER Data Sheet Version 1.1 1 Caution Verify proper grounding

More information

MAXCOM PRODUCT SPECIFICATIONS FIBER OPTIC VIDEO / AUDIO / ASI LINK. Model MX3257HD. Description. Features. Model Selection Guide

MAXCOM PRODUCT SPECIFICATIONS FIBER OPTIC VIDEO / AUDIO / ASI LINK. Model MX3257HD. Description. Features. Model Selection Guide MAXCOM PRODUCT SPECIFICATIONS FIBER OPTIC VIDEO / AUDIO / ASI LINK Model MX3257HD Description The rack-mountable MX3257HD fiber optic video multiplexer is ideal for transmitting 1 channel of video, 2 channels

More information

PCIe-FRM21. User s Manual

PCIe-FRM21. User s Manual PCIe-FRM21 User s Manual Windows, Windows2000, Windows NT and Windows XP are trademarks of Microsoft. We acknowledge that the trademarks or service names of all other organizations mentioned in this document

More information

NJU26125 Application Note PEQ Adjustment Procedure Manual New Japan Radio Co., Ltd

NJU26125 Application Note PEQ Adjustment Procedure Manual New Japan Radio Co., Ltd NJU26125 Application Note PEQ Adjustment Procedure Manual New Japan Radio Co., Ltd Version 1.00 CONTENTS 1.ABSTRACT...2 2.NJU26125 FIRMWARE BLOCK DIAGRAM...2 3.EQUIPMENT...2 4.ATTENTION...2 5.GENERAL FLOW

More information

English CONTENTS 1. GUIDE FEATURES THE MENU OSD INSTRUCTION TECHNICAL SPECIFICATION... 7

English CONTENTS 1. GUIDE FEATURES THE MENU OSD INSTRUCTION TECHNICAL SPECIFICATION... 7 USER S MANUAL English CONTENTS 1. GUIDE...2 1.1 IMPORTANT SAFETY INSTRUCTIONS...2 1.2 GENERAL DESCRIPTION...2 1.3 PRODUCT OVERVIEW & ILLUSTRATION...3 2. FEATURES...4 3. THE MENU OSD INSTRUCTION...5 4.

More information

For Freeview HD User s Manual

For Freeview HD User s Manual extra Terrestrial HD For Freeview HD User s Manual 1 Table of contents 1 INTRODUCTION...4 2 MAIN FUNCTIONS AND FEATURES...4 3 THE REMOTE CONTROL...5 4 FRONT AND REAR PANEL...7 4.1 FRONT PANEL... 7 5 FIRST

More information

Quick Operation Guide of LTN7700/7600 Series NVR

Quick Operation Guide of LTN7700/7600 Series NVR Quick Operation Guide of LTN7700/7600 Series NVR UD.6L0202B0042A02 Thank you for purchasing our product. If there is any question or request, please do not hesitate to contact dealer. This manual is applicable

More information

DIVERSITY DVB-T RECEIVER (DDR)

DIVERSITY DVB-T RECEIVER (DDR) User s Manual The most important thing we build is trust. DIVERSITY DVB-T RECEIVER (DDR) Cobham Surveillance GMS Products 1916 Palomar Oaks Way Ste 100 Carlsbad, CA 92008 100-M0062X2 T: 760-496-0055 05/15/09

More information

RS-232C External Serial Control Specifications

RS-232C External Serial Control Specifications RS-232C External Serial Control Specifications Applicable models: LT-37X898, LT-42X898, LT-47X898 and later models for North America 1. Connection 1.1. Terminal D-SUB 9Pin Male terminal Pin No. Name Pin

More information

COPYRIGHT 2011 AXON DIGITAL DESIGN BV ALL RIGHTS RESERVED

COPYRIGHT 2011 AXON DIGITAL DESIGN BV ALL RIGHTS RESERVED GFS-HFS-SFS100/110 3Gb/s, HD, SD frame synchronizer with optional audio shuffler A Synapse product COPYRIGHT 2011 AXON DIGITAL DESIGN BV ALL RIGHTS RESERVED NO PART OF THIS DOCUMENT MAY BE REPRODUCED IN

More information

PRODUCT NO.: PT-L735NT PRODUCT NAME: Ultra Portable Wireless LCD Projector

PRODUCT NO.: PT-L735NT PRODUCT NAME: Ultra Portable Wireless LCD Projector PRODUCT NO.: PRODUCT NAME: Ultra Portable Wireless LCD Projector MAJOR FEATURES Bright - High 2600 ANSI lumens brightness Easy wireless presentations - Easy-to-use settings - Useful Live mode - PC-free

More information

HDMI 1 HDMI 2 HDMI 3 HDMI

HDMI 1 HDMI 2 HDMI 3 HDMI Mode HDMI 1 HDMI 2 HDMI 3 HDMI 4 Format Menu Up Enter IR Dual Switcher Power Embed L/R In HDMI 1 HDMI 2 HDMI 3 HDMI 4 VGA YPbPr AV Down Esc MFP72 User Manual Thank you for purchasing this product. For

More information

COPYRIGHT 2016 AXON DIGITAL DESIGN BV ALL RIGHTS RESERVED

COPYRIGHT 2016 AXON DIGITAL DESIGN BV ALL RIGHTS RESERVED HD, SD SDI VBI/VANC encoder A Synapse product COPYRIGHT 2016 AXON DIGITAL DESIGN BV ALL RIGHTS RESERVED NO PART OF THIS DOCUMENT MAY BE REPRODUCED IN ANY FORM WITHOUT THE PERMISSION OF AXON DIGITAL DESIGN

More information

Be sure to run the vehicle engine while using this unit to avoid battery exhaustion.

Be sure to run the vehicle engine while using this unit to avoid battery exhaustion. CAUTION: TO REDUCE THE RISK OF ELECTRIC SHOCK DO NOT REMOVE COVER (OR BACK) NO USER-SERVICEABLE PARTS INSIDE REFER SERVICING TO QUALIFIED SERVICE PERSONNE; Please Read all of these instructions regarding

More information

C8000. switch over & ducking

C8000. switch over & ducking features Automatic or manual Switch Over or Fail Over in case of input level loss. Ducking of a main stereo or surround sound signal by a line level microphone or by a pre recorded announcement / ad input.

More information

SPECIFICATION SFW056XU1-AV

SPECIFICATION SFW056XU1-AV Version:2.0 Customer Approved Customer SPECIFICATION SFW056XU1-AV Date By Sunful s Confirmation Approved By Prepared By Date: 2005.1.10-1 - CONTENTS General Description..3 Features.3 Applications 3 Driving

More information

SPI Serial Communication and Nokia 5110 LCD Screen

SPI Serial Communication and Nokia 5110 LCD Screen 8 SPI Serial Communication and Nokia 5110 LCD Screen 8.1 Objectives: Many devices use Serial Communication to communicate with each other. The advantage of serial communication is that it uses relatively

More information

HMC-C064 HIGH SPEED LOGIC. 50 Gbps, XOR / XNOR Module. Features. Typical Applications. General Description. Functional Diagram

HMC-C064 HIGH SPEED LOGIC. 50 Gbps, XOR / XNOR Module. Features. Typical Applications. General Description. Functional Diagram HMC-C4 Features Typical Applications The HMC-C4 is ideal for: OC-78 and SDH STM-25 Equipment Serial Data Transmission up to 5 Gbps Digital Logic Systems up to 5 Gbps Broadband Test and Measurement Functional

More information

DX-10 tm Digital Interface User s Guide

DX-10 tm Digital Interface User s Guide DX-10 tm Digital Interface User s Guide GPIO Communications Revision B Copyright Component Engineering, All Rights Reserved Table of Contents Foreword... 2 Introduction... 3 What s in the Box... 3 What

More information

DVM-3000 Series 12 Bit DIGITAL VIDEO, AUDIO and 8 CHANNEL BI-DIRECTIONAL DATA FIBER OPTIC MULTIPLEXER for SURVEILLANCE and TRANSPORTATION

DVM-3000 Series 12 Bit DIGITAL VIDEO, AUDIO and 8 CHANNEL BI-DIRECTIONAL DATA FIBER OPTIC MULTIPLEXER for SURVEILLANCE and TRANSPORTATION DVM-3000 Series 12 Bit DIGITAL VIDEO, AUDIO and 8 CHANNEL BI-DIRECTIONAL FIBER OPTIC MULTIPLEXER for SURVEILLANCE and TRANSPORTATION Exceeds RS-250C Short-haul and Broadcast Video specifications. 12 Bit

More information

Analog HD video over fiber converters for smart HD CCTV

Analog HD video over fiber converters for smart HD CCTV Our AHD Video over Fiber Converters can simultaneously transmit 1-16 channels AHD over one multimode or single-mode optical fiber. Electronic and optical adjustments are never required. LED indicators

More information

National Park Service Photo. Utah 400 Series 1. Digital Routing Switcher.

National Park Service Photo. Utah 400 Series 1. Digital Routing Switcher. National Park Service Photo Utah 400 Series 1 Digital Routing Switcher Utah Scientific has been involved in the design and manufacture of routing switchers for audio and video signals for over thirty years.

More information

Easy HD Expressway! HV-100E/HV-100J/HV-100EH Full HD Digital TV Modulator. HDMI/Composite(CVBS) to DVB-T/ISDB-T/ISDB-Tb

Easy HD Expressway! HV-100E/HV-100J/HV-100EH Full HD Digital TV Modulator. HDMI/Composite(CVBS) to DVB-T/ISDB-T/ISDB-Tb Easy HD Expressway! HV-100E//HV-100EH Full HD Digital TV Modulator HDMI/Composite(CVBS) to DVB-T/ISDB-T/ISDB-Tb HV-100 is the most cost-effective solution to distribute HDMI or composite (CVBS) video to

More information

4IN1 IP QAM Modulator USER S MANUAL

4IN1 IP QAM Modulator USER S MANUAL 4IN1 IP QAM Modulator USER S MANUAL Catalog 1. SAFETY INSTRUCTION... 1 2. SYSTEM DIAGRAM AND WORK PRINCIPLE... 1 2.1 SYSTEM DIAGRAM... 1 2.2 WORKING PRINCIPLE... 2 3 FEATURE... 3 4 SPECIFICATIONS... 4

More information

4x1 HDTV Switcher. Operation Manual. Y YPb Model: YPbPrSW-4P

4x1 HDTV Switcher. Operation Manual. Y YPb Model: YPbPrSW-4P 4x HDTV Switcher Operation Manual Y YPb Model: YPbPrSW-4P Y YS-3 emote Control Protocol * The connection between the switcher and remote controller with S-3 modem cable. Pins definition of modem cable

More information

COLOR TFT LCD MONITOR WITH MULTI-TOUCH FUNCTION Manual

COLOR TFT LCD MONITOR WITH MULTI-TOUCH FUNCTION Manual COLOR TFT LCD MONITOR WITH MULTI-TOUCH FUNCTION Manual DEAR CUSTOMERS Thank you for choosing our TFT LCD (liquid crystal display) monitor. This product employs integrate circuits, low power consumption,

More information

DIGICAST DTVANE. DMB-9020 HD Professional IRD OVERVIEW

DIGICAST DTVANE. DMB-9020 HD Professional IRD OVERVIEW OVERVIEW Conforming to MPEG-2(MP@ML), DMB-9020 HD Professional IRD supports DVB-S2 Tuner standard, and adopts high-quality decoding of MPEG-2, MPEG-4, and H.264 in broadcast level. Its CI descrambling

More information

Digital to analog A/V bridge with SDI processed outputs COPYRIGHT 2010 AXON DIGITAL DESIGN BV ALL RIGHTS RESERVED

Digital to analog A/V bridge with SDI processed outputs COPYRIGHT 2010 AXON DIGITAL DESIGN BV ALL RIGHTS RESERVED Digital to analog A/V bridge with SDI processed outputs A Synapse product COPYRIGHT 2010 AXON DIGITAL DESIGN BV ALL RIGHTS RESERVED NO PART OF THIS DOCUMENT MAY BE REPRODUCED IN ANY FORM WITHOUT THE PERMISSION

More information

Item Symbol Absolute Maximum Rating Unit Remarks

Item Symbol Absolute Maximum Rating Unit Remarks 5.6 TFT LCD asi LCD Color Module The AND-TFT-56LP is a compact full color TFT LCD module, that is suitable for portable products, industrial products, hand-held products, security products, instrument

More information

Bel 2120B. Analogue/AES/SDI Shuffler. User s Guide Version /05/04

Bel 2120B. Analogue/AES/SDI Shuffler. User s Guide Version /05/04 Bel 2120B Analogue/AES/SDI Shuffler User s Guide Version 1.0 06/05/04 BEL (Digital Audio) Ltd. has made every effort to ensure the accuracy of information contained within this document which is nevertheless

More information

HMV160 High-definition Multi-viewer Display Processor USER MANUAL

HMV160 High-definition Multi-viewer Display Processor USER MANUAL HMV160 High-definition Multi-viewer Display Processor USER MANUAL Product Information Model: HMV160 High-definition Multi-viewer Display Processor Version: V010001 Release Date: January 1st, 2011 Company

More information

IEEE802.11a Based Wireless AV Module(WAVM) with Digital AV Interface. Outline

IEEE802.11a Based Wireless AV Module(WAVM) with Digital AV Interface. Outline IEEE802.11a Based Wireless AV Module() with Digital AV Interface TOSHIBA Corp. T.Wakutsu, N.Shibuya, E.Kamagata, T.Matsumoto, Y.Nagahori, T.Sakamoto, Y.Unekawa, K.Tagami, M.Serizawa Outline Background

More information

DVO700 P FIBRE OPTIC TRANSMITTER

DVO700 P FIBRE OPTIC TRANSMITTER Timo Rantanen September 24, 2002 1(5) FIBRE OPTIC TRANSMITTER is a high performance, extremely linear externally modulated 1550 nm transmitter for DVO fibre optic CATV link. This transmitter type has been

More information

User Manual POE. Twisted Pair POE Extender

User Manual POE. Twisted Pair POE Extender User Manual 77451-POE Twisted Pair POE Extender SAFETY PRECAUTIONS To insure the best from the product, please read all instructions carefully before using the device. Save this manual for further reference.

More information

Easy HD Expressway! HDMI/Composite(CVBS) to DVB-T/ISDB-T/ISDB-Tb

Easy HD Expressway! HDMI/Composite(CVBS) to DVB-T/ISDB-T/ISDB-Tb HV-200 Professional 4-band (100MHz~2500MHz) Full HD Digital TV Modulator HDMI/Composite(CVBS) to DVB-T/ISDB-T/ISDB-Tb HV-200 is the most cost-effective solution to distribute HDMI or composite (CVBS) video

More information

MENU EXECUTE Shiloh Road Alpharetta, Georgia (770) FAX (770) Toll Free

MENU EXECUTE Shiloh Road Alpharetta, Georgia (770) FAX (770) Toll Free Instruction Manual Model 2016-1250 Downconverter May 2009 Rev A F=2501.750 G=+25.0 MENU MODEL 2016 DOWNCONVERTER CROSS TECHNOLOGIES INC. ALARM REMOTE POWER EXECUTE Data, drawings, and other material contained

More information

SONy BID SPECIFICATION FOR POWERED MIXER MODEL NUMBER SRP-X500P

SONy BID SPECIFICATION FOR POWERED MIXER MODEL NUMBER SRP-X500P SONy BID SPECIFICATION FOR POWERED MIXER MODEL NUMBER SRP-X500P INSTRUCTIONS: REMOVE THIS COVER PAGE AND ADD TO REQUESTS FOR QUOTATION AND PROPOSALS. THE OBJECTIVE OF THIS BID SPECIFICATION IS TO ASSIST

More information

User Manual LS6-N22S-M. 2.connect with the PC to get IP address automaticlly. 3.run the CMD on PC,type the word "wifi" and return,then input

User Manual LS6-N22S-M. 2.connect with the PC to get IP address automaticlly. 3.run the CMD on PC,type the word wifi and return,then input User Manual LS6-N22S-M SPECIFICATIONS 1.power up for MT7620A with 5V&1A 2.connect with the PC to get IP address automaticlly. 3.run the CMD on PC,type the word "wifi" and return,then input the IP address:10.10.10.254

More information

502DAC Digital Pro Audio Hat Hardware Reference Manual 2017 PI 2 Design

502DAC Digital Pro Audio Hat Hardware Reference Manual 2017 PI 2 Design Pi 2 Media 502DAC Digital Pro Audio Hat Hardware Reference Manual 2017 PI 2 Design PAGE 1 Table of Contents 1 Warranty... 3 2 Operating Specifications... 4 2.1 502DAC Operating specifications... 4 3 Overview...

More information

HMC-C078. SDLVAs. Features. Typical Applications. General Description. Functional Diagram

HMC-C078. SDLVAs. Features. Typical Applications. General Description. Functional Diagram HMC-C8 v. MODULE w/ LIMITED RF OUTPUT, - GHz Typical Applications The HMC-C8 is ideal for: EW, ELINT & IFM Receivers DF Radar Systems ECM Systems Broadband Test & Measurement Power Measurement & Control

More information

3G-HD/SD SDI Pattern Generator. User Manual

3G-HD/SD SDI Pattern Generator. User Manual 3G-HD/SD SDI Pattern Generator User Manual The 1B-SDI-PTG 3G-HD/SD SDI Pattern Generator has been tested for conformance to safety regulations and requirements, and has been certified for international

More information

Technical Reference. ATSC TV A/D Controller FOR TFT LCD. Model : SKY-4100M. Copyright 2008 All Rights Reserved. REV.1.0_

Technical Reference. ATSC TV A/D Controller FOR TFT LCD. Model : SKY-4100M. Copyright 2008 All Rights Reserved. REV.1.0_ Technical Reference ATSC TV A/D Controller FOR TFT LCD Model : SKY-4100M Copyright 2008 All Rights Reserved REV.1.0_2008.06.05 Page 1/13 1. Description The SKY-4100 is an interface board for LCD/PDP panel

More information

SYMBOLS USED ON THE RECEIVER... 3 SAFETY INSTRUCTIONS... 4 I.GENERAL INFORMATION...

SYMBOLS USED ON THE RECEIVER... 3 SAFETY INSTRUCTIONS... 4 I.GENERAL INFORMATION... Table of Contents SYMBOLS USED ON THE RECEIVER... 3 SAFETY INSTRUCTIONS... 4 I.GENERAL INFORMATION... 5 1. Preface... 5 2. Main Features... 5 3. General Operation of the Receiver... 6 4. Front Panel...

More information

Dual HD input, frame synchronizer, down converter with embedder, de-embedder and CVBS encoder COPYRIGHT 2008 AXON DIGITAL DESIGN BV

Dual HD input, frame synchronizer, down converter with embedder, de-embedder and CVBS encoder COPYRIGHT 2008 AXON DIGITAL DESIGN BV Dual HD input, frame synchronizer, down converter with embedder, de-embedder and CVBS encoder A Synapse product COPYRIGHT 2008 AXON DIGITAL DESIGN BV ALL RIGHTS RESERVED NO PART OF THIS DOCUMENT MAY BE

More information

4x1 HDTV Switcher. Operation Manual CHDD-41AR

4x1 HDTV Switcher. Operation Manual CHDD-41AR 4x1 HDTV Switcher Operation Manual CHDD-41A CHDD-41A S-232 emote Control Protocol * The connection between CHDD-41A and remote controller with S-232 modem cable. Pins definition of modem cable CHDD-41A

More information

The LP770 projector uses RXD, TXD and GND lines for RS-232C control. For RS-232C cable, a reverse type cable should be used.

The LP770 projector uses RXD, TXD and GND lines for RS-232C control. For RS-232C cable, a reverse type cable should be used. LP770 RS-232 Command Values Control the LP770 projector by using a personal computer The LP770 projector can be controlled by connecting a personal computer with an RS-232C interface. Functions that can

More information

C8188 C8000 1/10. digital audio modular processing system. 4 Channel AES/EBU I/O. features. block diagram. 4 balanced AES inputs

C8188 C8000 1/10. digital audio modular processing system. 4 Channel AES/EBU I/O. features. block diagram. 4 balanced AES inputs features 4 balanced AES inputs Input Sample Rate Converters (SRC) 4 balanced AES outputs Relay bypass for pairs of I/Os Relay wait time after power up Master mode (clock master for the frame) 25pin Sub-D,

More information

Displays AND-TFT-5PA PRELIMINARY. 320 x 234 Pixels LCD Color Monitor. Features

Displays AND-TFT-5PA PRELIMINARY. 320 x 234 Pixels LCD Color Monitor. Features PRELIMINARY 320 x 234 Pixels LCD Color Monitor The is a compact full color TFT LCD module, whose driving board is capable of converting composite video signals to the proper interface of LCD panel and

More information

Application Note 20D45X Family

Application Note 20D45X Family IMAGING SOLUTIONS INC. Original Equipment Manufacturer Application Note 20D45X Family Prior to Using This Document: Videology reserves the right to modify the information in this document as necessary

More information

DS-7200HVI/HFI-SH Series DVR Quick Operation Guide

DS-7200HVI/HFI-SH Series DVR Quick Operation Guide DS-7200HVI/HFI-SH Series DVR Quick Operation Guide UD.6L0202B0019A01 Thank you for purchasing our product. If there is any question or request, please do not hesitate to contact dealer. This manual is

More information

Specifications MAV Series Matrix Switchers

Specifications MAV Series Matrix Switchers Specifications MAV Series Matrix Switchers Video composite video and S-video models Routing MAV 44 Series... 4 x 4 matrix MAV 48 Series... 4 x 8 matrix MAV 62 Series... 6 x 2 matrix MAV 84 Series... 8

More information

BMW CIC Video Interface

BMW CIC Video Interface BMW CIC Video Interface For 2010 UP With CIC system Round LVDS connector Main Features: 1. It is suitable for all 2010 up version Round connector LVDS CIC monitor system. 2. It is for BMW, 1, 3, 5, X5,

More information

HMC-C060 HIGH SPEED LOGIC. 43 Gbps, D-TYPE FLIP-FLOP MODULE. Features. Typical Applications. General Description. Functional Diagram

HMC-C060 HIGH SPEED LOGIC. 43 Gbps, D-TYPE FLIP-FLOP MODULE. Features. Typical Applications. General Description. Functional Diagram HMC-C Features Typical Applications The HMC-C is ideal for: OC-78 and SDH STM-25 Equipment Serial Data Transmission up to 43 Gbps Digital Logic Systems up to 43 Gbps Broadband Test and Measurement Functional

More information

DVB-LR10. Compatible with Land Rover touch-screen navigation systems version 2

DVB-LR10. Compatible with Land Rover touch-screen navigation systems version 2 dvblogic DVB-T Tuner Compatible with Land Rover touch-screen navigation systems version 2 Product features full plug and play vehicle-specific dual DVB-T Tuner with two active DVB-T glass-mount antennas

More information

Evaluation Board for CS4954/55

Evaluation Board for CS4954/55 Evaluation Board for CS4954/55 Features l Demonstrates recommended layout and grounding practices l Supports both parallel and serial digital video input l On-board test pattern generation l Supports NTSC/PAL

More information

V6118 EM MICROELECTRONIC - MARIN SA. 2, 4 and 8 Mutiplex LCD Driver

V6118 EM MICROELECTRONIC - MARIN SA. 2, 4 and 8 Mutiplex LCD Driver EM MICROELECTRONIC - MARIN SA 2, 4 and 8 Mutiplex LCD Driver Description The is a universal low multiplex LCD driver. The version 2 drives two ways multiplex (two blackplanes) LCD, the version 4, four

More information

Applications & Features of the SB- SDQM- 2130

Applications & Features of the SB- SDQM- 2130 Applications & Features of the SB- SDQM- 2130 Retrofit Existing 12 in 1 Analog Head Ends Into Standard Definition QAM Analog to Digital in one easy step Allows insertion of operators scrambled programming

More information

MULTIDYNE INNOVATIONS IN TELEVISION TESTING & DISTRIBUTION DIGITAL VIDEO, AUDIO & DATA FIBER OPTIC MULTIPLEXER TRANSPORT SYSTEM

MULTIDYNE INNOVATIONS IN TELEVISION TESTING & DISTRIBUTION DIGITAL VIDEO, AUDIO & DATA FIBER OPTIC MULTIPLEXER TRANSPORT SYSTEM MULTIDYNE INNOVATIONS IN TELEVISION TESTING & DISTRIBUTION INSTRUCTION MANUAL DVM-1000 DIGITAL VIDEO, AUDIO & DATA FIBER OPTIC MULTIPLEXER TRANSPORT SYSTEM MULTIDYNE Electronics, Inc. Innovations in Television

More information

SPECIFICATION. Multistandard Demodulator tuner. ATSC/Legacy analog NTSC/BTSC

SPECIFICATION. Multistandard Demodulator tuner. ATSC/Legacy analog NTSC/BTSC 1.Feature MATSCA-SF is the Multistandard Demodulator ATSC/QAM/NTSC module which integrates product is especially suitable for PVR or PIP-TV application. - Supported modulation standards:. ATSC digital

More information

Modular Block Converter Systems

Modular Block Converter Systems Modular Block Converter Systems The Modular Block Converter System eliminates system downtime and maximizes ease of repair by providing fully modular systems for up conversion or down conversion. Critical

More information

Installation & Operational Manual

Installation & Operational Manual Radiant Communications Corporation 5001 Hadley Road South Plainfield NJ 07080 Tel (908) 757-7444 Fax (908) 757-8666 WWW.RCCFIBER.COM QRF5000M MDU ENCODER Installation & Operational Manual Rev.A2 1. Introduction

More information

LCD4215 Installation Guide 42 LCD Display Rev 1.1

LCD4215 Installation Guide 42 LCD Display Rev 1.1 Contents: Product Description and Notes Page 1 Tilt Angle and Rotation Page 1 Ventilation Requirements Page 2 Display Dimensions Front, Top & Right Side Page 3 Rear & Bottom Page 4 New I/O Connections

More information

Unicable II Programmable/cascadable multiswitch with 32 User Bands, 4 Universal/Wideband Satellite inputs & 1 Terrestrial input

Unicable II Programmable/cascadable multiswitch with 32 User Bands, 4 Universal/Wideband Satellite inputs & 1 Terrestrial input Unicable II Programmable/cascadable multiswitch with 32 User Bands, 4 Universal/Wideband Satellite inputs & 1 Terrestrial input (AC/DC power adapter and power inserter) Model: IDLU-UWT110-CUO1O-32P Item:

More information

Cisco D9859 Advanced Receiver Transcoder

Cisco D9859 Advanced Receiver Transcoder Data Sheet Cisco D9859 Advanced Receiver Transcoder Deliver MPEG-4 high-definition (HD) services to MPEG-2 cable TV (CATV) headends with the Cisco D9859 Advanced Receiver Transcoder. The Cisco D9859 platform

More information

Dual HD input, frame synchronizer, down converter, embedder, CVBS encoder ALL RIGHTS RESERVED

Dual HD input, frame synchronizer, down converter, embedder, CVBS encoder ALL RIGHTS RESERVED Dual HD input, frame synchronizer, down converter, embedder, CVBS encoder A Synapse product COPYRIGHT 2013 AXON DIGITAL DESIGN BV ALL RIGHTS RESERVED NO PART OF THIS DOCUMENT MAY BE REPRODUCED IN ANY FORM

More information

OWNER S MANUAL EXTERNAL CONTROL DEVICE SETUP Please read this manual carefully before operating the set and retain it for future reference. www.lg.com 2 KEY CODES ENGLISH KEY CODES This feature is not

More information

AMU2-2MHD+ Audio monitoring Unit

AMU2-2MHD+ Audio monitoring Unit AMU2-2MHD+ Audio monitoring Unit Handbook TSL Vanwall Road, Maidenhead, Berkshire, SL6 4UB Telephone +44 (0)1628 676200, FAX +44 (0)1628 676299 AMU2-2MHD+-6 1 ISSUE 5 SAFETY Installation. Unless otherwise

More information

Cisco D9859 Advanced Receiver Transcoder

Cisco D9859 Advanced Receiver Transcoder Deliver MPEG-4 high-definition (HD) services to MPEG-2 cable TV (CATV) headends with the Cisco D9859 Advanced Receiver Transcoder. The Cisco D9859 platform (Figures 1 and 2) extends the distribution options

More information

GSK988T TURNING CENTER CNC SYSTEM

GSK988T TURNING CENTER CNC SYSTEM GSK988T TURNING CENTER CNC SYSTEM GSK988T is a new CNC controller for slant bed CNC lathe and turning center, adopt micro processor of 400MHz high performance, and it can control five feeding axes (including

More information

KS200. Camera controller for 1 chip remote CCD cameras

KS200. Camera controller for 1 chip remote CCD cameras Camera controller for 1 chip remote CCD cameras sets a new standard by delivering best image quality and offering optimal handling at once for image processing in industrial and medical remote applications.

More information

Datasheet EC-750 Ex DOME Camera

Datasheet EC-750 Ex DOME Camera Product: EC-750 Ex DOME Camera Description and highlights Explosion proof color TV camera with swivelling head and zoom Chemical, shock and vibration resistant Water- and dustproof IP68 Compact and light

More information

AVMU2-BHD+/3G Audio monitoring Unit

AVMU2-BHD+/3G Audio monitoring Unit AVMU2-BHD+/3G Audio monitoring Unit Handbook Television Systems Limited. Vanwall Road, Maidenhead, Berkshire, SL6 4UB Telephone +44 (0)1628 676200, FAX +44 (0)1628 676299 AVMU2-BHD+/3G 1 ISSUE 3 SAFETY

More information

Variable gain and stable detection even at high gains

Variable gain and stable detection even at high gains MODULE APD module C5 Variable gain and stable detection even at high gains Along with an APD, current-to-voltage conversion circuit, and high-voltage power supply circuit, the C5 contains a microcontroller

More information

AWS-750. Anycast Touch portable live content producer. Overview

AWS-750. Anycast Touch portable live content producer. Overview AWS-750 Anycast Touch portable live content producer Overview Ultra-portable and easy-to-use all-in-one live production solution The AWS-750 Anycast Touch is a compact, affordable, all-in-one live production

More information

Analog Input Module HART Ex n Inputs, 8 Channels Series 9461/15

Analog Input Module HART Ex n Inputs, 8 Channels Series 9461/15 > 8 channels for 2-wire HART transmitters > Inputs for Ex nl, Ex na and Nonincendive > Galvanic separation between inputs and system > Open-circuit and short-circuit monitoring for each field circuit >

More information

Teletext Inserter Firmware. User s Manual. Contents

Teletext Inserter Firmware. User s Manual. Contents Teletext Inserter Firmware User s Manual Contents 0 Definition 3 1 Frontpanel 3 1.1 Status Screen.............. 3 1.2 Configuration Menu........... 4 2 Controlling the Teletext Inserter via RS232 4 2.1

More information