CMOS CAMERA MODULE JC418M-J01

Size: px
Start display at page:

Download "CMOS CAMERA MODULE JC418M-J01"

Transcription

1 CMOS CAMERA MODULE JC418M-J01 Deqing Jiahe Electronic Technology Co., Ltd. TEL: ext. 803 FAX: ext. 801

2 Application The JC418M-J01 JPEG compression module performs as a video camera or a JPEG compressed still camera and can be fixed into all kinds of system. For example: remote monitoring, vehicle monitoring, visible the doorbell, camera phones, digital image records, industry control, access control, etc. Users can send out a snapshot command from the host in order to capture a full resolution single-frame still picture. The picture is then compressed by the JPEG engine and transferred to the host. Feature 1. Small in size: 32mm x 32mm or 38mm x 38mm (L x W) M CMOS sensor, resolution up to 1920x Video-out: 720P & 30fps or 1080P & 25fps, optional. 4. Low power consumption, 3.3V or 5.0V operation. 5. UART interface support up to 2.0Mb/s. 6. Built-in JPEG CODE. 7. Built-in lens, optional. Outline

3 Block Diagram Pin Function PIN Symbol FUNCTION 1 TV VIDEO OUT 2 T Tx 3 R Rx 4 G GND 5 P Vcc 6 O SPI_SO 7 I SPI_SI 8 C SPI_SCK 9 CS SPI_SS * (SPI is closed) Lens Structure

4 Specification Item Specification Remark Pixel Size 1280x720 / 1920x P default Image Sensor 1/4 CMOS sensor Baud Rate UART Output 9.6K/38.4K/115.2K/230.4K/460.8K/921.6K/1.0M/1.8432M/2.0Mbps TTL level Video Output PAL / NTSC NTSC default Image Format Operating Voltage Working Current JPEG 5.0V±10% or 3.3V±10% 180 ma Construction: 4G+IR filter 850nm IR Effective Focal Length:2.7mm Lens F#:2.7 FOV:80 Distortion <18% Relative illumination: 60% Ø3.44 Operating Temp. -20 C~+60 C

5 1. Serial Interface 1.1 Baud Rate User Manual JC418M-J01 supports total 9 types of baudrate: 9,600bps, 38400bps, bps, bps, bps, bps, 1.0Mbps, M and 2.0Mbps. Default baudrate is 115,200bps. In other words, host needs to use bps at the first connection with JC418M-J01. After the first connection, host can change the baudrate to other supported values. 1.2 Single Byte Timing Diagram A single byte RS-232 transmission consists of one start bit, 8-bit contents and one stop bit. A start bit is always 0, while a stop bit is always 1. LSB is sent out first and is right after the start bit. Figure 5 RS232 communications single byte timing diagram 1.3 Command Timing Diagram A single command consists of 4 or more (depends on data length s value) continuous single byte RS-232 transmissions. The following is an example of GET VERSION (56h, 00h, 11h, 00h) command. Figure 6 GET VERSION command timing diagram

6 1.4 Command summary Command GET VERSION SYSTEM RESET READ FBUF SET BAUDRATE SET SAMPLESIZE SET COMPRESS RATIO SET ID Functions Get Firmware version information System reset Take picture and read frame buffer Set serial baud rate Set image size Set image compressed rate Set serial number Host will get reply command from JC418M-J01 Table 1 command summary 1.5 Command format Protocol sign(1byte) + Serial No.(1byte) + Command(1byte) + Control data(nbytes) Protocol sign: This one byte field indicates the transmitting mode of the command. Protocol sign value definitions Sending command 56h The command is sent from the host to JC418M-J01 Replying command 76h Command is received from JC418M-J01 to the host Table 2 protocol sign Serial No.: Now this one byte field is invariably set to 0. Command: This one byte filed indicates the command function. About the detail, please refer to Table 3 command set. Control data: The data of this field is only meaningful when Data length is not equal to 0. This data depends on the different commands. About the details, please refer to the following sections.

7 1.6 Command protocol Command name Protocol Serial Command Control sign No. value data Remark GET VERSION 56h 00h 11h 00h Don t care SYSTEM RESET 56h 00h FFh 00h Don t care READ FBUF 56h 00h 32h 0Ch Take picture and read frame buffer SET BAUDRATE 56h 00h 31h 06h To know data vaule of this field, please SET SAMPLESIZE 56h 00h 30h 04h refer to the following sections SET COMPRESS RATIO 56h 00h 29h 05h SET ID 56h 00h 28h 02h Set serial number 76h 00h Depends on the different sending commands. To know data value of this field, please refer to the following sections Table 3 Command set GET VERSION Command The GET VERSION command is used to get version information of the firmware running in JC418M-J Command format: : B 4A D E 30 ("JC418M V1.0") Communication protocol: To get the firmware version, please follow the below operations: HOST GET VERSION MODULE B 4A D E SYSTEM RESET Command The SYSTEM RESET command is issued by the host in the following case: There is always no reply after several commands were sent by host Command format: FF : FF P3 P3: 00 (1bytes) After around 3s, module send out P3.

8 Communication protocol: SYSTEM RESET FF FF Delay 3000ms 00 When the host has received the correct [76 00 FF 00 00], around 10ms later, JC418M-J01 is going to restart, around 3s later, JC418M-J01 works normally as usual READ FBUF command The host sends this command to get the image data from frame buffer Command format: C : FF P4 P5 where P4 (4 bytes) is the image size. P5 is image data which host wants to get SET BAUDRATE command The host issues this command to set the UART baud rate Command format: P6 where P6 (1 bytes) is the configuration value of UART baud rate. The relationship between configuration value and baud rate is shown in Table 5. Baud rate(bps) Configuration value x x x02(default) x x x05 1.0M 0x M 0x07 2.0M 0x08 Table 5 Baud rate relationship

9 : P Communication protocol: Set baud rate to 9600bps SET BAUDRATE Set baud rate to bps SET BAUDRATE SET SAMPLESIZE command The host issues this command to set the sample size of image (image resolution) Command format: P7 where P7 (1 byte) is the configuration value of image sample size. The relationship between configuration value and image resolution is shown in Table 6. Image resolution 1920x x720 Configuration value 0x01 0x02 (default) Table 6 image resolution size relationship : P Communication protocol:

10 SET SAMPLE SIZE Set image size to 1280x SET COMPRESS RATIO command The host issues this command to set compress ratio of the image Command format: P8 where P8 (1 byte) is the configuration value of image compression ratio. This compression ratio value is ranged from Q85 to Q05. The bigger the value is, the lower the compression ratio. Default compression ratio is Q85. COMPRESS RATIO Configuration value Q85 Q75 Q65 Q55 Q45 Q35 Q25 Q15 Q05 0x00 (default) 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x : P Communication protocol: SET COMPRESSION RATIO Set image compression ratio to 55%

11 1.6.7 SET ID command The host issues this command to set ID Command format: P9 where P9 (1 bytes) is the configuration value of serial number (0~255). The relationship between configuration value and baud rate is shown in Table 5. ID Configuration value 00 0x00(default) 01 0x01 FF 0xFF Table 5 Baud rate relationship : P Communication protocol: Set ID to 02 SET ID command The is a UART command which is sent from JC418M-J01 in order to inform the host whether the command which was just sent is executed well or in order to transmit the data which the host wants to get. About all cases of command please refer to the above commands sections. NOTE: When the host issues SET BAUDRATE command, SET SAMPLE SIZE command or SET COMPRESS RATIO command, the system needs to reset to take effect. These parameters are stored into camera module s built-in EEPROM. So next time module boots up, these parameters still work.

12 Appendix A Flow diagram for getting an image Below is the flow diagram for getting one or more images: Camera module power up Wait for 3000ms Connect with camera bps Y N Camera module power down Needs to change EEPROM parameters (baud rate, image resolution, compress ratio)? N Y Set BAUD RATE Set SAMPLE SIZE Set COMPRESS RATIO Y SYSTEM RESET Wait for 3000ms Connect camera module at new baud rate Y Wait for 2000ms SYSTEM RESET N (Try 3 times) Send GET FBUF command to get image data Y Output data Get image data loop

13 Appendix B: Communication example for getting an image Below is the example for how to get a 720p image by baud rate bps and higher compression ratio. Set UART baud rate bps SET BAUD RATE SET SAMPLE SIZE Set image format size to 1280x SET COMPRESSIONRATIO Set image compression ratio to Q SYSTEM RESET FF FF Delay 3000ms 00

14 Get image data READ FBUF C FF Get image data starting Image size Get image size xx xx xx xx (P4)

CMOS TYPE CAMERA JC406M-W01

CMOS TYPE CAMERA JC406M-W01 CMOS TYPE CAMERA JC406M-W01 Deqing Jiahe Electronic Technology Co., Ltd. TEL: +86-572-7812102 FAX: +86-572-8885779 sales@jiahe-electronic.com 1 Application The JC406M-W01 JPEG compression module performs

More information

0.3 Mega Pixels Serial JPEG Camera with NTSC Video

0.3 Mega Pixels Serial JPEG Camera with NTSC Video SC03MPD: 0.3 Mega Pixels Serial JPEG Camera User Manual 0.3 Mega Pixels Serial JPEG Camera with NTSC Video SC03MPD User Manual, Rev. D For latest user manual, please visit: www.jpegcamera.com Introduction

More information

C1098 JPEG Module User Manual

C1098 JPEG Module User Manual C1098 JPEG Module User Manual General Description C1098 is VGA camera module performs as a JPEG compressed still camera that can be attached to a wireless or PDA host. Users can send out a snapshot command

More information

SC20MPC: 2 Mega Pixels Serial JPEG Camera User Manual. Introduction

SC20MPC: 2 Mega Pixels Serial JPEG Camera User Manual. Introduction 2 Mega Pixels Serial JPEG Camera SC20MPC User Manual, Rev. F (August 2018) For latest user manual, please visit: Introduction The SC20MPC Camera is a highly integrated serial JPEG camera module which can

More information

SC03MPC: 0.3 Mega Pixels Serial JPEG Camera Infrared User Manual. Introduction

SC03MPC: 0.3 Mega Pixels Serial JPEG Camera Infrared User Manual. Introduction 0.3 Mega Pixels Serial JPEG Camera Infrared SC03MPC User Manual, Rev. C For latest user manual, please visit: Introduction The SC03MPC Camera is a highly integrated serial JPEG camera module which can

More information

The SC03MPA camera is capable of outputting JPEG format images and PAL/NTSC video (Video is available only per request).

The SC03MPA camera is capable of outputting JPEG format images and PAL/NTSC video (Video is available only per request). SC03MPA: 0.3 Mega Pixels Serial JPEG Camera User Manual 0.3 Mega Pixels Serial JPEG Camera SC03MPA User Manual, Rev. D (2018) For latest user manual, please visit: Introduction The SC03MPA Camera is a

More information

Serial JPEG Camera Module Data Sheet

Serial JPEG Camera Module Data Sheet 4D SYSTEMS µcam529 Serial JPEG Camera Module Document Date: 15th July 2010 Document Revision: 2.0 2010 4D Systems www.4dsystems.com.au Page 1 of 20 4D SYSTEMS µcam Serial JPEG Camera Module Description

More information

LinkSprite JPEG Color Camera Serial UART Interface. User Manual

LinkSprite JPEG Color Camera Serial UART Interface. User Manual LinkSprite JPEG Color Camera Serial UART Interface User Manual April, 2012 LinkSprite Technologies, Inc Doc Title LinkSprite JPEG Color Camera Serial UART Interface User Manual Number LS-Y201-RS485 Version

More information

Serial JPEG Camera Module Data Sheet

Serial JPEG Camera Module Data Sheet 4D SYSTEMS µcam Serial JPEG Camera Module Document Date: 18th November 2011 Document Revision: 7.0 2011 4D Systems www.4dsystems.com.au Page 1 of 23 4D SYSTEMS µcam Serial JPEG Camera Module Description

More information

DATASHEET 4D SYSTEMS. Serial JPG Camera Module TURNING TECHNOLOGY INTO ART. Document Date: 5 th September 2012 Document Revision: 1.

DATASHEET 4D SYSTEMS. Serial JPG Camera Module TURNING TECHNOLOGY INTO ART. Document Date: 5 th September 2012 Document Revision: 1. TURNING TECHNOLOGY INTO ART DATASHEET Serial JPG Camera Module Document Date: 5 th September 2012 Document Revision: 1.0 Uncontrolled Copy when printed or downloaded. Please refer to the 4D Systems website

More information

DATASHEET. Serial Camera Module. ucam-ii. Document Date: 6 th March 2014 Document Revision: 1.1

DATASHEET. Serial Camera Module. ucam-ii. Document Date: 6 th March 2014 Document Revision: 1.1 DATASHEET Serial Camera Module ucam-ii Document Date: 6 th March 2014 Document Revision: 1.1 Uncontrolled Copy when printed or downloaded. Please refer to the 4D Systems website for the latest Revision

More information

C329-SPI User Manual. Release Note: V th September, 2010 First release. V th January 2012 Second release. C329-SPI User Manual

C329-SPI User Manual. Release Note: V th September, 2010 First release. V th January 2012 Second release. C329-SPI User Manual C329-SPI User Manual Release Note: V1.0 27 th September, 2010 First release V1.1 12 th January 2012 Second release C329-SPI JPEG Compression Module 1 2010.08.25 General The C329 is a colour VGA camera

More information

DATASHEET. Serial Camera Module. ucam-ii. Document Date: 24 th July 2014 Document Revision: 1.3

DATASHEET. Serial Camera Module. ucam-ii. Document Date: 24 th July 2014 Document Revision: 1.3 DATASHEET Serial Camera Module ucam-ii Document Date: 24 th July 2014 Document Revision: 1.3 Uncontrolled Copy when printed or downloaded. Please refer to the 4D Systems website for the latest Revision

More information

ShenZhen Top Create Electronic Co.,Ltd. Website: Tel: CJ - CAM User Manual.

ShenZhen Top Create Electronic Co.,Ltd. Website:  Tel: CJ - CAM User Manual. ShenZhen Top Create Electronic Co.,Ltd Website: www.szccge.cn.alibaba.com Tel: +86-755-25937185-85 CJ - CAM User Manual OV528 Protocol OV528 PROTOCOL Serial Interface Single-byte Timing Diagram RS232 single-byte

More information

LinkSprite JPEG Color Camera Serial UART Interface. User Manual

LinkSprite JPEG Color Camera Serial UART Interface. User Manual LinkSprite JPEG Color Camera Serial UART Interface User Manual July, 2013 LinkSprite Technologies, Inc Doc Title LinkSprite JPEG Color Camera Serial UART Interface User Manual Number LS-Y201-2MP Version

More information

Shenzhen Touview Technology Co., Ltd Serial UART (RS232/RS485/TTL) JPEG Color Camera Brief

Shenzhen Touview Technology Co., Ltd   Serial UART (RS232/RS485/TTL) JPEG Color Camera Brief Shenzhen Touview Technology Co., Ltd www.touview.com Serial UART (RS232/RS485/TTL) JPEG Color Camera Brief Shenzhen Touview Technology Co., Ltd www.touview.com About Touview The first designer and experienced

More information

Astir2 Infrared Core User Guide (Short) July 2016 Version 0.0

Astir2 Infrared Core User Guide (Short) July 2016 Version 0.0 (Short) July 2016 Version 0.0 Astrohn Technology Ltd. Naugarduko str. 102, LT-03160 Vilnius, Lithuania Phone +370 5 2034336 Fax +370 5 2034683 E-Mail info@astrohn.lt Table of Content Table of Content Table

More information

JPEG Serial Camera Module. OV528 Protocol

JPEG Serial Camera Module. OV528 Protocol JPEG Serial Camera Module OV528 Protocol LCF-23M1 32mmx32mm or 38mmx38mm LCF-23MA 32mm-38mm Default baudrate 9600bps~115200 bps Auto adaptive 9600bps~115200 bps Page 1 of 15 1.General Description OV528

More information

C1182 Video Compression Module User Manual. Release Note: 1 st Release : Aug 01, 2012

C1182 Video Compression Module User Manual. Release Note: 1 st Release : Aug 01, 2012 C1182 Video Compression Module User Manual Release Note 1 st Release Aug 01, 2012 General Description This is a series of camera modules which perform video compression and output video stream through

More information

Product Evaluation Guide. for CMOS Megapixel IP Cameras. Version 1.0

Product Evaluation Guide. for CMOS Megapixel IP Cameras. Version 1.0 Product Evaluation Guide for CMOS Megapixel IP Cameras Version 1.0 TABLE OF CONTENT CHAPTER 1 INTRODUCTION... 4 1.1 PURPOSE... 4 1.2 OUTLINE... 4 CHAPTER 2 VIDEO COMPRESSION TECHNOLOGY... 4 2.1 WHAT VIDEO

More information

Verify code : checksum which is equals to the sum of the whole package data except the verify code. device for saving the image taken by the camera.

Verify code : checksum which is equals to the sum of the whole package data except the verify code. device for saving the image taken by the camera. Volume 119. 12 2018, 14387-14392 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu GPRS BASED MONITORING SYSTEM USING IMAGE SENSOR J.Surendiran 1, R.Sridhar 2,Rajiv arya 3 Assistant Professor,

More information

C628 Enhanced JPEG Module. User Manual

C628 Enhanced JPEG Module. User Manual C628 Enhanced JPEG User Manual v1.1 Release Note: 1. May 2, 2006 official released v1.0 2. Dec 27, 2006 revise electrical characteristics Table of Contents Part I - Hardware Overview 1 Features.. 1 Specifications

More information

4 Channel Digital Video Recorder / Camera Kit. Model No QV-3024 USER S MANUAL

4 Channel Digital Video Recorder / Camera Kit. Model No QV-3024 USER S MANUAL 4 Channel Digital Video Recorder / Camera Kit Model No QV-3024 USER S MANUAL 1 Important Note: Please keep this manual in a safe location in case you need to refer to it at a later date. 1 INDEX CHAPTER

More information

C6820 Enhanced JPEG Module. User Manual V2.0. Release Note: 1. Feb 8, 2007 official released v Nov 16, 2007 released V2.0

C6820 Enhanced JPEG Module. User Manual V2.0. Release Note: 1. Feb 8, 2007 official released v Nov 16, 2007 released V2.0 C6820 Enhanced JPEG User Manual V2.0 Release Note: 1. Feb 8, 2007 official released v1.0 2. Nov 16, 2007 released V2.0 Table of Contents C6820 Enhanced JPEG Part I - Hardware Overview... 3 Features...3

More information

Human Machine Interface Platform

Human Machine Interface Platform Human Machine Interface Platform J 0977M N01 (Preliminary) Deqing Jiahe Electronic Technology Co., Ltd. TEL: +86 572 8051676 ext. 803 FAX: +86 572 8051676 ext. 801 sales@jiahe electronic.com Version V1.0

More information

RFT(Robotous Force/Torque Sensor) Series

RFT(Robotous Force/Torque Sensor) Series RFT(Robotous Force/Torque Sensor) Series Installation and Operation Manual REVISION 1.1 1 Contents 1. Caution 4 1.1. Notices 4 1.2. Warning 4 2. Installation 5 2.1. Overview 5 2.2. Power Supply Specifications

More information

The system EFL is between 33 to 100mm. The F number is 1 with FOV 30.5 to 10.3 degrees. The following is its MTF performance.

The system EFL is between 33 to 100mm. The F number is 1 with FOV 30.5 to 10.3 degrees. The following is its MTF performance. In order to cater the need of continuous zooming rather than two distinct magnifications, Technology delivers the. The design is developed for long IR range (8-12um) with zoom ratio of 1 to 3 times continuously.

More information

Communication Protocol/ Data Sheet

Communication Protocol/ Data Sheet LS_LR_AW LinkSprite Long-Range Weather Proof 0.3/1.3/5.0 Mega pixel Serial RS232 Camera Communication Protocol/ Data Sheet LinkSprite Technologies, Inc www.linksprite.com Doc Title Data sheet of long range

More information

WIZ140SR/WIZ145SR Datasheet

WIZ140SR/WIZ145SR Datasheet WIZ140SR/WIZ145SR Datasheet ( Version 0.9 ) 2010 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at http://www.wiznet.co.kr WIZ140SR/WIZ145SR Datasheet (WIZnet Co., Ltd.)

More information

S-series USB Ø 2.75 ix, FOV ~ 120 83-0001-01 S-series USB Ø 2.75 ix, FOV ~ 45 83-0001-02 S-series USB Ø 3.2 Alu, FOV ~ 120 83-0002-01 S-series USB Ø 3.2 Alu, FOV ~ 45 83-0002-02 Ø2.75x24 mm or Ø3.2x22

More information

SATEL I-LINK 100 MB I/O-converter User Guide, Version 1.1

SATEL I-LINK 100 MB I/O-converter User Guide, Version 1.1 TABLE OF CONTENTS TABLE OF CONTENTS... 1 IMPORTANT NOTICE... 2 PRODUCT CONFORMITY... 3 WARRANTY AND SAFETY INSTRUCTIONS... 4 1 GENERAL... 5 1.1 SATEL I-LINK 100 MODBUS I/O- CONVERTER... 5 2 SPECIFICATIONS...

More information

Firmware Reprogramming Guide

Firmware Reprogramming Guide 8 July. 2016 1 UART Connection Hardware Setup Modules and adaptors may be reprogrammed using the procedure detailed in this document. Normally, our platforms will be delivered with the final firmware already

More information

CaMate Series User s Manual

CaMate Series User s Manual CaMate Series User s Manual 2017/11/17 Rev0.1 1. Introduction... 4 1.1 Configuration & Control... 4 2. Windows Application Software... 6 2.1 Configuration/Status Page... 9 2.1.1 Apply change... 9 2.1.2

More information

DevKit7000 Evaluation Kit

DevKit7000 Evaluation Kit DevKit7000 Evaluation Kit Samsung S5PV210 Processor based on 1GHz ARM Cortex-A8 core Onboard 512MByte DDR2 and 512MByte NAND Flash 4 UART, 4 USB Host, USB Device, Ethernet, Audio, TF, RTC,... Supports

More information

MDC-i6291VTD-66H User s Manual Part 1 (Product Overview)

MDC-i6291VTD-66H User s Manual Part 1 (Product Overview) MDC-i6291VTD-66H User s Manual Part 1 MDC-i6291VTD-66H User s Manual Part 1 (Product Overview) Micro Digital INC. www.microdigital.co.kr 1 Micro Digital INC. Contents 1. Product Overview... 3 1.1. MicroDigital...

More information

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation.

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation. Embedded Modbus TCP Module GS11-MT User Manual REV 1.1 SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 About the Embedded Module... 4 1.1 General...4 1.2 Features... 4 1.3 Specifications...4

More information

C1068 JPEG Module w/uart Interface. User Manual v1.1

C1068 JPEG Module w/uart Interface. User Manual v1.1 C1068 JPEG w/uart Interface User Manual v1.1 Rm 802, Nan Fung Ctr, Castle Peak Rd, Tsuen Wan NT, Hong Kong Tel: (852) 2498 6248 Fax (852) 2414 3050 Email: )PIGXVSRMGWGSQ-RG sales@comedia.com.hk Website:

More information

DRF1278DM LORA Long Range SX1278 Data Radio Modem V2.72

DRF1278DM LORA Long Range SX1278 Data Radio Modem V2.72 DRF1278DM LORA Long Range SX1278 Data Radio Modem V2.72 Features LoRa TM Frequency Spectrum 433Mhz ISM frequency band -138 dbm receive sensitivity 20dBm Max. output power Serial port wake-up Wireless wake-up

More information

Innovati s Bluetooth 100M Universal Wireless Bluetooth Module

Innovati s Bluetooth 100M Universal Wireless Bluetooth Module Innovati s Bluetooth 100M Universal Wireless Bluetooth Module Bluetooth 100M module is a simple to use Bluetooth module, command control through a simple UART Tx and Rx which are connected to other Bluetooth

More information

Network Camera SNC-CS3N SNC-CS3P

Network Camera SNC-CS3N SNC-CS3P Network Camera SNC-CS3N SNC-CS3P Amazing picture quality in such an affordable and compact package the ideal network camera for remote monitoring Sony's new SNC-CS3 *1 CS mount, fixed network color camera

More information

Motortronics VirtualSCADA VS2-MT Communication Gateway VS2-MT User Manual Revision

Motortronics VirtualSCADA VS2-MT Communication Gateway VS2-MT User Manual Revision Motortronics VirtualSCADA VS2-MT Communication Gateway VS2-MT User Manual Revision 1.03.00 Motortronics / Phasetronics 1600 Sunshine Drive Clearwater, Florida 33765 Tel: 727-573-1819 Fax: 727-573-1803

More information

MICRO-1356 MULTI-PROTOCOL READER

MICRO-1356 MULTI-PROTOCOL READER MICRO-1356 MULTI-PROTOCOL READER The Micro-1356 reader is a miniature multi-protocol RFID reader suited for embedded applications, such as handheld readers or door key card readers. The Micro-1356 has

More information

Internet Camera Quick Installation Guide

Internet Camera Quick Installation Guide Internet Camera Quick Installation Guide Rev. 01 (Dec, 2001) Q20011203 Printed In Taiwan Table of Content INTRODUCTION...2 SYSTEM REQUIREMENT...3 INTERNET CAMERA... 3 Network:...3 Recommended PC or Notebook

More information

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter Bluetooth V4.1 BLE RS-232 Serial Adapter 1. Package content: BLE RS-232 adapter Model: BLE-232B Package Contents: BLE RS-232 adapter x 1 Screw x2, Screw nut x 2 A4 User manual x 1 Mini USB Cable x 1 White

More information

PAJ7025R2: Multiple Objects Tracking Sensor Module

PAJ7025R2: Multiple Objects Tracking Sensor Module PAJ7025R2: Ordering Information Part Number PAJ7025R2 Package Type Module-20pins For any additional inquiries, please contact us at http://www.pixart.com/contact.asp Table of Contents PAJ7025R2:... 1 Ordering

More information

MOSS-DVR-810 Mobile Digital SD Recorder User Manual

MOSS-DVR-810 Mobile Digital SD Recorder User Manual MOSS-DVR-810 Mobile Digital SD Recorder User Manual Before installing and using, be sure to read this Manual for best performance. ATTENTION This product is to be used within the vehicle interior. In order

More information

SPECIFICATION APPROVAL SHEET

SPECIFICATION APPROVAL SHEET This product is RoHS compliant SPECIFICATION APPROVAL SHEET Fdt Tech Module No Description: SPEC No.: Version: Issue Date: FG035QW00x-00R 3.5 Digital TFT-LCD Module SAS-1003004 0.3 July 17, 2013 This approval

More information

Catalog 1. Overview Feature Application Block Diagram

Catalog 1. Overview Feature Application Block Diagram - 1 - Catalog 1. Overview... - 3-2. Feature... - 3-3. Application... - 3-4. Block Diagram... - 3-5. Electrical Characteristics...- 4-6. Operation... - 4-1) Power on Reset...- 4-2) Working Mode...- 5-3)

More information

SNR610. Embedded network node module SNR610. Description. Feature. Application. SNR610 is highly integrated network module.

SNR610. Embedded network node module SNR610. Description. Feature. Application. SNR610 is highly integrated network module. Embedded network node module SNR610 Description SNR610 is highly integrated network module. It adopts high performance Silicon Lab Si4432 RF chip. Si4432 has high reception sensitivity and 100mW output

More information

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter 1. Package content: BLE RS-232 adapter Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232D-E Package Contents: BLE RS-232 adapter x 1 A4 User manual x 1 Mini USB Cable x 1 White Box: 11 x 6 x 5 (cm)

More information

Product Model Distance Transfer. LDK : Laser Distance Kit. M2:Model2 30 :30M 60 :60M 100:100M. RS: RS-232 BT: Bluetooth

Product Model Distance Transfer. LDK : Laser Distance Kit. M2:Model2 30 :30M 60 :60M 100:100M. RS: RS-232 BT: Bluetooth The newest generation of Laser distance measurement modules offers measuring ranges up to 30 or 100 meters. The LDK Model 2 series are compact units with small dimensions: only 37.5mmx45.3mmx19.2mm. They

More information

MSP430F149 P3.4/UTXD0 P3.5/URXD0 P1.5 P1.6 P1.7 MSP430F149 P1.0 P5.4 P5.3 P5.2 P5.1. Figure B-1. BSL Replicator Block Diagram

MSP430F149 P3.4/UTXD0 P3.5/URXD0 P1.5 P1.6 P1.7 MSP430F149 P1.0 P5.4 P5.3 P5.2 P5.1. Figure B-1. BSL Replicator Block Diagram Appendix B Appendix B MSP430 BSL Replicator Author: Greg Morton, MSP430 Applications B.1 BSL Replicator Overview The BSL Replicator application, executing on a host MSP430F149 device, uses the BSL protocol

More information

VC2100 / VC MB Digital Event Recorder

VC2100 / VC MB Digital Event Recorder VC2100 / VC2100 32MB Digital Event Recorder Product Description: This system includes one VS2100 single channel digital event recorder and one color camera. It will automatically have image capture or

More information

IS-Dev Kit-1 Users Manual

IS-Dev Kit-1 Users Manual IS-Dev Kit-1 Users Manual Revision A IS-Dev Kit-1 Version 1.1 NKK SWITCHES 7850 E. Gelding Drive Scottsdale, AZ 85260 Toll Free 1-877-2BUYNKK (877-228-9655) Phone 480-991-0942 Fax 480-998-1435 e-mail

More information

JP2380 Sensor Module. JP Sensor. Features: MCU Embedded. Specifications. Sensor with total solution

JP2380 Sensor Module. JP Sensor. Features: MCU Embedded. Specifications.   Sensor with total solution JP Sensor Sensor with total solution JP2380 is an ultra-thin CMOS fingerprint sensor combined with MCU which can be widely applied in smart card since it is neat and compact. Cermet-like coating provides

More information

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-422/485 Serial Adapter. Model: BLE-485C. 1. Package content: BLE RS-422/485 adapter

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-422/485 Serial Adapter. Model: BLE-485C. 1. Package content: BLE RS-422/485 adapter Bluetooth V4.2 BLE RS-422/485 Serial Adapter 1. Package content: BLE RS-422/485 adapter Model: BLE-485C Package Contents: BLE 422/485 adapter x 1 Screw x2, Screw nut x 2 A4 User manual x 1 Mini USB Cable

More information

Bluetooth Embedded Module

Bluetooth Embedded Module Bluetooth Embedded Module FB755AC & FB755AS User Guide Version 1.1 FIRMTECH Co., Ltd. Homepage : http://www.firmtech.co.kr Mail : contact@firmtech.co.kr Tel : +82-31-719-4812 Fax : +82-31-719-4834 Revision

More information

REV: C JAN 2008 GIGA-TMS REGISTERED TO ISO

REV: C JAN 2008 GIGA-TMS REGISTERED TO ISO PCR340 Series Dual Frequency RFID Reader Manual Part Number: TM951119 REV: C JAN 2008 GIGA-TMS REGISTERED TO ISO 9001:2000 8F, No.31, Lane 169, Kang-Ning St., Hsi-Chih Taipei Hsien, 221 Taiwan TEL:(886)

More information

Network Camera SNC-CS3N

Network Camera SNC-CS3N Network Camera SNC-CS3N Amazing picture quality in such an affordable and compact package the ideal network camera for remote monitoring Sony's new SNC-CS3N CS mount, fixed network color camera is the

More information

IP CAMERAS. Copyright 2015 Weldex corp. All rights reserved.

IP CAMERAS. Copyright 2015 Weldex corp. All rights reserved. IP CAMERAS Copyright 2015 Weldex corp. All rights reserved. Tel:+1 (714) 7612100 [USA] Fax:+1 (714) 7613811 [USA] Tel:+49 (89) 96056870 [GER] Fax:+49 (89) 96056872 [GER] 6751 Katella Avenue, Cypress, CA

More information

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features CAN / Interface Adapter For SHP Series Total Power: < 1 Watts Input Voltage: 5V Internal Outputs: CAN,, USB, I 2 C Special Features Input Protocols: 1) using Modbus 2) CAN using modified Modbus Output

More information

NITGEN FIM40 Series. Datasheet FIM40N. Version Stand-Alone Fingerprint Identification Device with Built-in CPU. Standalone with built-in CPU

NITGEN FIM40 Series. Datasheet FIM40N. Version Stand-Alone Fingerprint Identification Device with Built-in CPU. Standalone with built-in CPU NITGEN FIM40 Series Stand-Alone Fingerprint Identification Device with Built-in CPU Datasheet Version 1.01 NITGEN Page: 1 Copyright 2011 NITGEN Co., Ltd. ALL RIGHTS RESERVED Serial Number: Specifications

More information

ReMutt Control. Critical Design Review

ReMutt Control. Critical Design Review ReMutt Control Critical Design Review The Team Team Leader: Steven Guan Team Members: Eric Brunnett, Daniel Kwak, Joon Hee Lee, Alex Chepilev What is the ReMutt Control? Remote pet feeding system operated

More information

WM1030 Rev Introduction. Ultra low power DASH7 Modem. Applications. Description. 868 / 915 MHz. Features. WIZZILAB Technical datasheet 1/10

WM1030 Rev Introduction. Ultra low power DASH7 Modem. Applications. Description. 868 / 915 MHz. Features. WIZZILAB Technical datasheet 1/10 WM1030 Rev. 1.2 Applications Wireless sensor network Data acquisition equipment Security systems Industrial monitor and control Internet of things (IoT) Ultra low power DASH7 Modem 868 / 915 MHz 1 Introduction

More information

INTRODUCTION. Camelot series features. Smart USB Digital Camera With stackable card design & Embedded DSP Capability

INTRODUCTION. Camelot series features. Smart USB Digital Camera With stackable card design & Embedded DSP Capability Smart USB Digital Camera With stackable card design & Embedded DSP Capability INTRODUCTION Camelot is a family of digital cameras for machine vision applications with fast USB2 connection and embedded

More information

HM-TR Transparent Wireless Data Link Module

HM-TR Transparent Wireless Data Link Module 1. General HM-TR HM-TR Transparent Wireless Data Link Module HM-TR series transparent wireless data link module is developed by Hope microelectronics Co. Ltd, dedicated for applications that needs wireless

More information

HD-SDI & EX-SDI HIGH DEFINITION-SERIAL DIGITAL INTERFACE CAMERA

HD-SDI & EX-SDI HIGH DEFINITION-SERIAL DIGITAL INTERFACE CAMERA SECURITY SOLUTIONS 2015 HIGH DEFINITION-SERIAL DIGITAL INTERFACE EX EX-SDI Plug Huviron s EX-SDI is single cable HDMI over SDI cascading point-to-point extender set capable of transmitting lossless 1080p

More information

RADON SS SENSOR pci/l

RADON SS SENSOR pci/l 1. FEATURES Easy to use advanced technology Delivers complete set of information for instantaneous and average Radon concentrations Ideal for portable, fixed and digital applications 2. SPECIFICATION Measuring

More information

SPECIFICATION APPROVAL SHEET

SPECIFICATION APPROVAL SHEET SPECIFICATION APPROVAL SHEET FDT Tech Module No.: UC070WIx0x-00R Description: 7 Digital TFT-LCD Module SPEC No.: SAS-1702005 Version: 0.0 Issue Date: February 22, 2017 This approval sheet contains 23 pages

More information

Forcom Technology Co., Ltd. Intelligent RS-485/422 to RS-232 converter

Forcom Technology Co., Ltd. Intelligent RS-485/422 to RS-232 converter Forcom Technology Co., Ltd. Tel: +886-2-77296880 Fax: +8862-27055495 e-mail: info@forcomtech.com.tw URL: http://www.forcomtech.com.tw Intelligent RS-485/422 to RS-232 converter Model No.: R32TR1 AD-INT

More information

Copy 2013 Eazzy Digital Video Technology Company. All rights reserved.

Copy 2013 Eazzy Digital Video Technology Company. All rights reserved. Model No. : BC-881H Hidden Bulb WiFi/AP HD960P P2P IP Network DVR Camera (Motion Detection, Email Alert) - Simple installation, screw in -like a bulb - No Light at night (invisible to human eyes) - New

More information

Portable Miniature DVR

Portable Miniature DVR DVR-601 Portable Miniature DVR > Good coverture > PIR detective recording and stop automatically > Detection recording integrated with alarm perfectly > Internal Lithium battery > Internal microphone >

More information

SH1030 Rev Introduction. Ultra low power DASH7 Arduino Shield Modem. Applications. Description. 868 MHz. Features

SH1030 Rev Introduction. Ultra low power DASH7 Arduino Shield Modem. Applications. Description. 868 MHz. Features SH1030 Rev. 1.2 Applications Wireless sensor network Data acquisition equipment Security systems Industrial monitor and control Internet of things (IoT) Ultra low power DASH7 Arduino Shield Modem 868 MHz

More information

CubeSense. An integrated sun and nadir sensor module. Interface Control Document

CubeSense. An integrated sun and nadir sensor module. Interface Control Document CubeSense An integrated sun and nadir sensor module Interface Control Document Page: 2 Table of Contents List of Acronyms/Abbreviations... 3 1. Introduction... 4 2. Specifications... 5 3. Electrical Interface...

More information

Bluetooth Serial Adapter

Bluetooth Serial Adapter Bluetooth Serial Adapter FB100AS User Guide Version 1.0 FIRMTECH Co., Ltd. B-606, Ssangyong IT Twin Tower, Sangdaewon-dong, 442-5 Jungwon-gu, Seongnam-si, Gyeonggi-do, Korea 462-120 Tel : +82-31-719-4812

More information

2 Channel MDVR Manual

2 Channel MDVR Manual 2 Channel MDVR Manual STOP ESC PLAY DEL. Content Attention 1 Accessories 1 Device instruction 2 Connection 4 Icons instruction 6 Set up Time setting 7 Video setting 8 Record setting 9 Snap shot 9 card

More information

VIDEO WEB SERVER. User s Manual. Please read instructions thoroughly before operation and retain it for future reference. PATENT 732 V1.

VIDEO WEB SERVER. User s Manual. Please read instructions thoroughly before operation and retain it for future reference. PATENT 732 V1. VIDEO WEB SERVER PATENT User s Manual Please read instructions thoroughly before operation and retain it for future reference. 732 V1.0 WARNING The apparatus shall not be exposed to dripping or splashing

More information

Fingerprint Identification Module - AJ155 - User Manual & Operation Guide

Fingerprint Identification Module - AJ155 - User Manual & Operation Guide Fingerprint Identification Module - AJ155 - User Manual & Operation Guide www.yanen.com.tw YANEN Technology. Page: 1/24 Table of Contents 1. INTRODUCTION... 3 1.1. OVERVIEW... 3 1.2. SPECIFICATION... 4

More information

LM780 Bluetooth Serial Data Module 25m Distance with On-Board Antenna

LM780 Bluetooth Serial Data Module 25m Distance with On-Board Antenna Bluetooth Serial Data Module 25m Distance with On-Board Antenna Product: 1 General Description is LM Technologies Ltd Class 2 Bluetooth Data module with on-board chip antenna. This module is a CSR Bluecore

More information

Name: Serial MP3 Player A manual

Name: Serial MP3 Player A manual OPEN-SMART Name: Serial MP3 Player A manual Version: v1.1 Date: 2018.01.13 OPEN-SMART 1 / 13 1 Description 2 / 13 The module is a kind of simple MP3 player device which is based on a high-quality MP3 audio

More information

NITGEN FIM5360. Datasheet FIM5360. Version Supported Firmware Version: 1.11 or above

NITGEN FIM5360. Datasheet FIM5360. Version Supported Firmware Version: 1.11 or above NITGEN FIM5360 Stand-Alone Fingerprint Identification Device with Built-in CPU Datasheet Supported Firmware Version: 1.11 or above Version 1.04 NITGEN Page: 1 Copyright 2011 NITGEN Co., Ltd. ALL RIGHTS

More information

All Surveillance Cards

All Surveillance Cards All Surveillance Cards! " # $ %& '"( # )#*+,-+-." /# 0.' +"1 +/2,*-3*4 #" & 5+-67&,&8' 9( #0 :;; ; All Surveillance Cards?@ "( #)A.B # # / +/2,*-3*#-." ;' ( B 6( ( 0 0 # #0?-; #"("( &0-+

More information

NITGEN FIM50 Series. Datasheet FIM50N. Version Stand-Alone Fingerprint Identification Device with Built-in CPU. Standalone with built-in CPU

NITGEN FIM50 Series. Datasheet FIM50N. Version Stand-Alone Fingerprint Identification Device with Built-in CPU. Standalone with built-in CPU NITGEN FIM50 Series Stand-Alone Fingerprint Identification Device with Built-in CPU Datasheet Version 1.00 NITGEN Page: 1 Copyright 2010 NITGEN Co., Ltd. ALL RIGHTS RESERVED Serial Number: Specifications

More information

Hardware Manual RM Display 2501 S01..S04

Hardware Manual RM Display 2501 S01..S04 Hardware Manual RM Display 2501 S01..S04 Table of Contents 1 Legal Regulations...3 2 About the Display 2501...4 3 Important information for using RM Display 2501...5 4 Disposal...5 5 Installation...6 5.1

More information

Overview. Applications. Features. Pin assignment

Overview. Applications. Features. Pin assignment Shanghai Yancan Electronic Technology Co., Ltd. Product Name:BLE module Model No.:ZEN-BD98 Overview ZEN-BD98 is a BLE module. By this module, the communication between mobile phone and user s device can

More information

V DMH User Manual. User Guide for the V DMH Optical/Thermal PTZ Camera. Visual Engineering. Video solutions. Integrated. V DMH October 2017

V DMH User Manual. User Guide for the V DMH Optical/Thermal PTZ Camera. Visual Engineering. Video solutions. Integrated. V DMH October 2017 V DMH User Manual User Guide for the V DMH Optical/Thermal PTZ Camera visualengineering.co.uk Page 1 Table of Contents Table of Contents.......................................................................

More information

Serial Communication. Simplex Half-Duplex Duplex

Serial Communication. Simplex Half-Duplex Duplex 1.5. I/O 135 Serial Communication Simplex Half-Duplex Duplex 136 Serial Communication Master-Slave Master Master-Multi-Slave Master Slave Slave Slave (Multi-)Master Multi-Slave Master Slave Slave Slave

More information

8:1 Serial Port Expander

8:1 Serial Port Expander 8:1 Serial Port Expander V 1.3 This is an evolving document check back for updates. Features Expand a single UART (RX / TX) serial port into 8 additional serial ports On-board LEDs indicate which channel

More information

SST-2450 Wireless Modem User s Manual

SST-2450 Wireless Modem User s Manual SST-2450 Wireless Modem User s Manual Warranty All products manufactured by ICP DAS are warranted against defective materials for a period of one year from the date of delivery to the original purchaser.

More information

Prices visible to customers from Poland only

Prices visible to customers from Poland only Code: DH-IPC-HDW2431RP-ZS IP CAMERA DH-IPC-HDW2431RP-ZS - 4.0 Mpx 2.7... 13.5 mm - MOTOZOOM DAHUA Prices visible to customers from Poland only IP camera with efficient H.264 image compression algorithm

More information

GSM. Quectel Cellular Engine. Firmware Update Application Note. Fw_Update_Application_Note_V3.1

GSM. Quectel Cellular Engine. Firmware Update Application Note. Fw_Update_Application_Note_V3.1 GSM Cellular Engine Firmware Update Application Note Fw_Update_Application_Note_V3.1 Document Title Firmware Update Application Note Version 3.1 Date 2012-03-08 Status Document Control ID Released Fw_Update_Application_Note_V3.1

More information

DVR6828 Full version Video Recording Module For Vehicle

DVR6828 Full version Video Recording Module For Vehicle DVR6828 Full version Video Recording Module For Vehicle Description This digital video recorder is specially designed for vehicle surveillance. It overcomes machine hang and files corruption issues, with

More information

C1002 IP Camera. Quick Installation Guide. Solwise Ltd., 1

C1002 IP Camera. Quick Installation Guide. Solwise Ltd.,   1 C1002 IP Camera Quick Installation Guide Solwise Ltd., www.solwise.co.uk, sales@solwise.co.uk 1 Trademarks and/or registered trademarks are the property of their respective owners The information presented

More information

WATCH OVER YOUR WORLD SECURITY CAMERA SYSTEM FROM ANYWHERE IN THE WORLD. LH030 Blackbox3 Series DVRs

WATCH OVER YOUR WORLD SECURITY CAMERA SYSTEM FROM ANYWHERE IN THE WORLD.  LH030 Blackbox3 Series DVRs LH03162TC8, LH03161TC8 LH03162TC10PM WATCH OVER YOUR WORLD FROM ANYWHERE IN THE WORLD Experience super resolution recording that offers clear, true-to-life images. Free apps with simple 3-step setup make

More information

2-/4-Channel Cam Viewer E-series for Automatic License Plate Recognition. CV7-LP Series

2-/4-Channel Cam Viewer E-series for Automatic License Plate Recognition. CV7-LP Series 2-/4-Channel Cam Viewer E-series for Automatic License Plate Recognition CV7-LP Series Presentation Outlines Product Overview Product Features Product Applications Product Comparison 2 / 36 Product Positioning

More information

IP Cameras. Series. Dark Sight (5MP, 3MP) X-Sight (2MP) Eye Sight (4MP, 3MP) Sight (1.3MP)

IP Cameras. Series. Dark Sight (5MP, 3MP) X-Sight (2MP) Eye Sight (4MP, 3MP) Sight (1.3MP) Cameras Series Provision-ISR's camera line provides excellent video performance along with elegant, installation-friendly design. All cameras support, and 3-way-axis bracket. When connected and configured

More information

DVR CH Digital Video Recorder SW242-LP4 / SW242-LPN

DVR CH Digital Video Recorder SW242-LP4 / SW242-LPN DVR4-1100 4CH Digital Video Recorder SW242-LP4 / SW242-LPN User Manual INDEX 1. DVR Features... 1 2. Layout 2.1 Front Panel...1 2.2 Rear Panel...2 2.3 Remote Controller...2 3. Installation 3.1 Installing

More information

scs1 highlights Phone: Fax: Web:

scs1 highlights Phone: Fax: Web: VISION SENSORS scs1 The SCS1 Smart Camera offers visual inspection and identification functionalities, with the simplicity, dimensions and prices of an advanced sensor. Applications including multiple

More information

DVS and DAVIS Specifications

DVS and DAVIS Specifications DVS and DAVIS Specifications Document version: 2018-10-31 Definition: EPS = Events per second Camera Specifications Current Models DAVIS240 DAVIS346 Picture Optics CS-mount CS-mount Host Connection USB

More information

NORITAKE ITRON VFD MODULES GU128x18F-K610A2

NORITAKE ITRON VFD MODULES GU128x18F-K610A2 28 x 8 High Brightness Dot Graphic Display Single 5V DC Supply 2 ASCII Fonts ( 5 x 7 and x 4 ) Mixed Graphics and Text Display CMOS Asynchronous Serial Interface SPI Clock Serial Interface and 2 Pins Variable

More information