CAM-VGA100 User Manual
|
|
|
- Ruth Park
- 10 years ago
- Views:
Transcription
1 CAM-VGA100 User Manual Release Note: 1. Jan 28, 2004 official released v Feb 24, 2004 official released v1.1 Fix the definition of verify code Fix the bug of unable jump to power save mode Fix the incorrect connection speed after wake up from power save mode 3. Apr 24, 2004 official released v2.0 Add auto baud-rate detection Add support of 9600bps, 19200bps, 38400bps Disable the 8-bit colour for uncompressed picture CAM-VGA100 camera with JPEG compression Page
2 General Description The CAM-VGA100 module is a highly integrated serial camera board that can be attached to a wireless or PDA host performing as a video camera or a JPEG compressed still camera. It provides a serial interface (RS-232) and JPEG compression engine to act as a low cost and low powered camera module for high-resolution serial bus security system with GPRS/GSM modules or PDA accessory applications. OV7640/8 VGA Image Sensor OV528 Compression Engine UART Host C328 camera module EEPROM (Program) Features Figure 1 System block diagram Small in size, low cost and low powered (3.3V) camera module for high-resolution serial bus security system or PDA accessory applications. On-board EEPROM provides a command-based interface to external host via RS-232. UART: 115.2Kbps for transferring JPEG still pictures or 160x128 with 0.75fps. On board OmniVision OV7640/8 VGA color sensor. Built-in JPEG CODEC for different resolutions. Built-in down sampling, clamping and windowing circuits for VGA, QVGA, 160x120 or 80x60 image resolutions. Built-in color conversion circuits for 2-bit gray, 4-bir gray, 8-bit gray, 12-bit RGB, 16-bit RGB or standard JPEG preview images. No external DRAM required. System Configuration 1. Camera Sensor The CAM-VGA100 module uses OmniVision OV7640/8 VGA color digital CameraChips with an 8-bit YCbCr interface. 2. OV528 Serial Bridge The OV528 Serial Bridge is a JPEG CODEC embedded controller chip that can compress and transfer image data from CameraChips to external device. The OV528 takes 8-bit YCbCr 422 progressive video data from an OV7640/8 CameraChip. The camera interface synchronizes with input video data and performs down sampling, clamping and windowing functions with desired resolution, as well as color conversion that is requested by the user through serial bus host commands. The JPEG CODEC can achieve higher compression ratio and better image quality for various image resolutions. CAM-VGA100 camera with JPEG compression Page
3 3. Program EEPROM A serial type program memory is built-in for CAM-VGA100 to provide a set of user-friendly command interfacing to external host. Board Layout RS mm RS-232 J1 EEPROM J1 3.3V Tx Rx GND 28mm OV7640/8 OV528 Top View Bottom View Figure 2 Serial interface pin assignment Serial Interface 1. Single Byte Timing Diagram A single byte RS-232 transmission consists of the start bit, 8-bit contents and the 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. Single Byte Transmission Stop Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Start Figure 3 RS-232 single byte timing diagram 2. Command Timing Diagram A single command consists of 6 continuous single byte RS-232 transmissions. The following is an example of (AA0D h) command. CAM-VGA100 camera with JPEG compression Page
4 Command AAh 0Dh 00h 00h 00h 00h Single Byte Figure 4 RS-232 command timing diagram CAM-VGA100 camera with JPEG compression Page
5 Command Set The CAM-VGA100 module supports total 11 commands for interfacing to host as following: Command ID Parameter1 Parameter2 Parameter3 Parameter4 Number Initial AA 00h Color Type Preview Resolution JPEG Resolution Get Picture AA04h Picture Type 00h 00h 00h Snapshot AA05h Snapshot Skip Frame Skip Frame 00h Type Low Byte High Byte Set AA06h 08h Package Size Package Size 00h Package Size Low Byte High Byte Set AA07h 1st Divider 2nd Divider 00h 00h Baudrate Reset AA08h Reset Type 00h 00h xxh* Power Off AA09h 00h 00h 00h 00h Data AA0Ah Data Type Length Byte Length Byte Length Byte AA0Dh 00h 00h 00h 00h AA0Eh Command ID counter 00h / Package ID Byte 0 00h / Package ID Byte 1 NAK AA0Fh 00h NAK counter Error 00h Number * If the parameter is 0xFF, the command is a special Reset command and the firmware responds to it immediately. CAM-VGA100 camera with JPEG compression Page
6 1. Initial (AA) The host issues this command to configure the preview image size and color type. After receiving this command, the module will send out an command to the host if the configuration success. Otherwise, an N command will be sent out. 1.1 Color Type CAM-VGA100 can support 7 different color types as follow: 2-bit Gray Scale 4-bit Gray Scale 8-bit Gray Scale 12-bit Color 16-bit Color JPEG 02h 03h 05h 06h 07h 1.2 Preview Resolution 80x60 160x120 03h 1.3 JPEG Resolution Since the Embedded JPEG Code can support only multiple of 16, the JPEG preview mode can support following image sizes. It is different from normal preview mode. 80x64 160x x x480 03h 05h 07h CAM-VGA100 camera with JPEG compression Page
7 2. Get Picture (AA04h) The host gets a picture from CAM-VGA100 by sending this command. 2.1 Picture Type Snapshot Picture Preview Picture JPEG Preview Picture 02h 05h 3. Snapshot (AA05h) CAM-VGA100 keeps a single frame of JPEG still picture data in the buffer after receiving this command. 3.1 Snapshot Type Compressed Picture 00h Uncompressed Picture 3.2 Skip Frame Counter The number of dropped frames can be defined before compression occurs. 0 keeps the current frame, 1 captures the next frame, and so forth. 4. Set Package Size (AA06h) The host issues this command to change the size of data package which is used to transmit JPEG image data from the CAM-VGA100 to the host. This command should be issued before sending Snapshot command or Get Picture command to CAM-VGA100. It is noted that the size of the last package varies for different image. 4.1 Package Size The default size is 64 bytes and the maximum size is 512 bytes. Byte0 ByteN ID (2 bytes) Data Size (2 bytes) Image Data (Package size - 6 bytes) Verify Code (2 bytes) Package Size ID -> Package ID, starts from zero for an image Data Size -> Size of image data in the package Verify Code -> Error detection code, equals to the lower byte of sum of the whole package data except the verify code field. The higher byte of this code is always zero. i.e. verify code = lowbyte(sum(byte[0] to byte[n-2])) Note: As the transmission of uncompressed image is not in package mode, it is not necessary to set the package size for uncompressed image. CAM-VGA100 camera with JPEG compression Page
8 5. Set Baudrate (AA07h) Set the CAM-VGA100 baud rate by issuing this command. As the module can auto-detect the baud rate of the incoming command, host can make connection with one of the following baud rate in the table. The module will keep using the detected baud rate until physically power off 5.1 Baudrate Divider Baudrate = MHz / 2 x (2nd Divider + 1) / 2 x (1st Divider + 1) Baudrate Baudrate Divider Divider 7200 bps ffh bps 9600 bps bfh bps bps 7fh bps bps 5fh bps 1 st 2 nd 1 st Divider 3fh 2fh 1fh 0fh 2 nd Divider 6. Reset (AA08h) The host reset CAM-VGA100 by issuing this command. 6.1 Reset Type 00h resets the whole system. CAM-VGA100 will reboot and reset all registers and state machines. resets state machines only. 7. Power Off (AA09h) CAM-VGA100 will go into sleep mode after receiving this command. command (AA0Dh) must be sent to wake up CAM-VGA100 for certain period until receiving command from CAM-VGA Data (AA0Ah) CAM-VGA100 issues this command for telling the host the type and the size of the image data which is ready for transmitting out to the host. 8.1 Data Type Snapshot Picture Preview Picture JPEG Preview Picture 02h 05h 8.2 Length These three bytes represent the length of data of the Snapshot Picture, Preview Picture or JPEG Preview Picture. 9. (AA0Dh) Either the host or the CAM-VGA100 can issue this command to make connection. An command must be sent out after receiving this command. CAM-VGA100 camera with JPEG compression Page
9 10. (AA0Eh) This command indicates the success of last operation. After receiving any valid command, command must be sent out except when getting preview data. The host can issue this command to request image data package with desired package ID after receiving Data command from CAM-VGA100. The host should send this command with package ID F0F0h after receiving a package to end the package transfer. Note that the field command ID should be 00h when request image data package Command ID The command with that ID is acknowledged by this command Counter No use Package ID For acknowledging Data command, these two bytes represent the requested package ID. While for acknowledging other commands, these two bytes are set to 00h. 11. NAK (AA0Fh) This command indicates corrupted transmission or unsupported features NAK Counter No use Error Number Picture Type Error Parameter Error 0bh Picture Up Scale 02h Send Register Timeout 0ch Picture Scale Error 03h Command ID Error 0dh Unexpected Reply 04h Picture Not Ready 0fh Send Picture Timeout 05h Transfer Package Number 10h Error Unexpected Command 06h Set Transfer Package Size 11h Wrong SRAM JPEG Type Error 07h Command Header Error F0h SRAM JPEG Size Error 08h Command Length Error F1h Picture Format Error 09h Send Picture Error F5h Picture Size Error 0ah Send Command Error ffh CAM-VGA100 camera with JPEG compression Page
10 Command Protocol 1. Command (AA 0D ) Host (AA 0E 0D xx 00 00) C328 (AA 0D ) (AA 0E 0D xx 00 00) 2. Make Connection with CAM-VGA100 Send the command (at 14400bps) until receiving command from CAM-VGA100 (usually an command is receive after sending 25 times of command). This must be done after power up. (AA 0D ) (AA 0D ) (AA 0D ) Max. 60 times (AA 0D ) (AA 0E 0D xx 00 00) (AA 0D ) (AA 0E 0D xx 00 00) CAM-VGA100 camera with JPEG compression Page
11 3. Initial, Get Picture, Snapshot, Set Package Size, Set Baudrate, Reset and Power Off Command Get Picture Snapshot Set Package Size Set Baudrate Reset Power Off 4. Getting a Snapshot for RS232 Make sure connection is made before the following communication. 4.1 JPEG Snapshot Picture Initial JPEG preview, VGA (AA ) Set Package Size 512 bytes size (AA ) Snapshot compressed picture (AA ) Get Picture snapshot picture (AA ) (AA 0E 01 xx 00 00) (AA 0E 06 xx 00 00) (AA 0E 05 xx 00 00) (AA 0E 04 xx 00 00) package ID: 0000h (AA 0E ) package ID: 00 (AA 0E ) Data snapshot picture (AA 0A 01 ~~ ~~ ~~) Image Data Package 512 bytes, ID: 0000h Image Data Package 512 bytes, ID: 00 package ID: F0F0h (AA 0E F0 F0) The Last Image Data Package Note: xx: Don t care ~~: Image size returned by C328 CAM-VGA100 camera with JPEG compression Page
12 4.2 Snapshot Picture (uncompressed snapshot picture) Initial preview, VGA (AA ) Snapshot uncompressed picture (AA ) Get Picture snapshot picture (AA ) (AA 0E 01 xx 00 00) (AA 0E 05 xx 00 00) (AA 0E 04 xx 00 00) Data snapshot picture (AA 0A 01 ~~ ~~ ~~) (AA 0E 0A xx 00 00) Image Data whole picture Note: xx: Don t care ~~: Image size returned by C328 CAM-VGA100 camera with JPEG compression Page
13 5. Getting JPEG preview pictures (video) for RS232 Make sure connection is made before the following communication. 5.1 JPEG Preview Picture Initial JPEG preview, VGA (AA ) Set Package Size 512 bytes size (AA ) Get Picture JPEG preview picture (AA ) (AA 0E 01 xx 00 00) (AA 0E 06 xx 00 00) (AA 0E 04 xx 00 00) package ID: 0000h (AA 0E ) package ID: 00 (AA 0E ) Data JPEG preview picture (AA 0A 05 ~~ ~~ ~~) Image Data Package 512 bytes, ID: 0000h Image Data Package 512 bytes, ID: 00 1 frame package ID: F0F0h (AA 0E F0 F0) The Last Image Data Package Note: xx: Don t care ~~: Image size returned by C328 CAM-VGA100 camera with JPEG compression Page
14 5.2 Preview Picture (uncompressed preview picture) Initial preview, VGA (AA ) Get Picture preview picture (AA ) (AA 0E 01 xx 00 00) (AA 0E 04 xx 00 00) Data preview picture (AA 0A 02 ~~ ~~ ~~) 1 frame (AA 0E 0A xx 00 00) Image Data whole picture Note: xx: Don t care ~~: Image size returned by C328 CAM-VGA100 camera with JPEG compression Page
Software User Guide UG-461
Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment
Below is a diagram explaining the data packet and the timing related to the mouse clock while receiving a byte from the PS-2 mouse:
PS-2 Mouse: The Protocol: For out mini project we designed a serial port transmitter receiver, which uses the Baud rate protocol. The PS-2 port is similar to the serial port (performs the function of transmitting
CMOS OV7660 Camera Module 1/5-Inch 0.3-Megapixel Module Datasheet
CMOS OV7660 Camera Module 1/5-Inch 0.3-Megapixel Module Datasheet Rev 1.0, June 2013 Table of Contents 1 Introduction...2 2 Features...3 3 Key Specifications...4 4 Application...4 5 Pin Definition...6
Camera Sensor Driver Development And Integration
Camera Sensor Driver Development And Integration Introduction Camera enables multimedia on phones. It is going to be an important human machine interface, adding to augmented reality possibilities on embedded
PACKAGE OUTLINE DALLAS DS2434 DS2434 GND. PR 35 PACKAGE See Mech. Drawings Section
PRELIMINARY DS2434 Battery Identification Chip FEATURES Provides unique ID number to battery packs PACKAGE OUTLINE Eliminates thermistors by sensing battery temperature on chip DALLAS DS2434 1 2 3 256
MTS Master Custom Communications Protocol APPLICATION NOTES
MTS Master Custom Communications Protocol APPLICATION NOTES Rev. 0 12/6/94 Contents INTRODUCTION... 1 ACCOL TERMINAL ASSIGNMENTS... 1 MTS PROTOCOL SIGNAL LIST... 2 COMMUNICATIONS INTERFACE... 3 Line Parameter
Projector Control Command Reference Manual
Projector Control Reference Manual Copyright (C) NEC Display Solutions, Ltd. 2014-2015 BDT140013 Revision 4.0 Introduction This manual describes the commands used to control an NEC-made projector from
Using IDENT M System T with Modbus/TCP
Using IDENT M System T with Modbus/TCP Introduction The Pepperl+Fuchs IDENT M System T consists of two models MTT3000-F180-B12- V45-MON, which is a read only unit and the MTT6000-F120-B12-V45 which is
BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter
BIT COMMANDER Serial RS232 / RS485 to Ethernet Converter (Part US2000A) Copyrights U.S. Converters 1 Contents Overview and Features... 3 Functions..5 TCP Server Mode... 5 Httpd Client Mode.5 TCP Auto mode....6
OVERVIEW KEY FEATURES 10. 11. 12.
OVERVIEW The DS-6101HLI Embedded Portable Video Recorder (PVR) is designed for mobile handheld surveillance applications. The PVR integrates a bullet camera, LCD, 3G wireless module, GPS module, built-in
Telegrams for Operating/Configuring the LMS 2xx Laser Measurement Systems Firmware Version V2.10/X1.14
Telegrams for Operating/Configuring the LMS 2xx Laser Measurement Systems Firmware Version V2.10/X1.14 T E L E G R A M L I S T I N G Telegram listing LMS 2xx Laser Measurement Systems Software Status:
ACR880 GPRS Portable Smart Card Terminal
ACR880 GPRS Portable Smart Card Terminal Technical Specifications Subject to change without prior notice Table of Contents 1.0. Introduction... 3 2.0. Features... 4 3.0. Supported Card Types... 5 3.1.
DS1621 Digital Thermometer and Thermostat
Digital Thermometer and Thermostat www.dalsemi.com FEATURES Temperature measurements require no external components Measures temperatures from 55 C to +125 C in 0.5 C increments. Fahrenheit equivalent
RN-XV-RD2 Evaluation Board
RN-XV-RD2 Evaluation Board 2012 Roving Networks. All rights reserved. -1.01Version 1.0 9/28/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks RN-XV-RD2
Appendix B RCS11 Remote Communications
Appendix B RCS11 Remote Communications B.1 Host Computer Remote Communications Control and status messages are conveyed between the RCS11 and the host computer using packetized message blocks in accordance
RN-WIFLY-EVAL-UM. WiFly Evaluation Kit. 2012 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM Version 1.32r 10/9/2012 USER MANUAL
WiFly Evaluation Kit 2012 Roving Networks. All rights reserved. Version 1.32r 10/9/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks evaluation kits,
UMBC. ISA is the oldest of all these and today s computers still have a ISA bus interface. in form of an ISA slot (connection) on the main board.
Bus Interfaces Different types of buses: ISA (Industry Standard Architecture) EISA (Extended ISA) VESA (Video Electronics Standards Association, VL Bus) PCI (Periheral Component Interconnect) USB (Universal
DS1621 Digital Thermometer and Thermostat
www.maxim-ic.com 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 257 F in 0.9 F increments
DS1821 Programmable Digital Thermostat and Thermometer
ma www.maxim-ic.com FEATURES Requires no external components Unique 1-Wire interface requires only one port pin for communication Operates over a -55 C to +125 C (67 F to +257 F) temperature range Functions
Using Xbee 802.15.4 in Serial Communication
Using Xbee 802.15.4 in Serial Communication Jason Grimes April 2, 2010 Abstract Instances where wireless serial communication is required to connect devices, Xbee RF modules are effective in linking Universal
Guangzhou HC Information Technology Co., Ltd. Product Data Sheet
Guangzhou HC Information Technology Co., Ltd. Product Data Sheet Rev 1 Module Data Sheet 1.0 2.0 2.1 2.2 2006/6/18 2006/9/6 2010/4/22 2011/4/6 DRAWN BY : Ling Xin MODEL : HC-06 CHECKED BY : Eric Huang
CSE 237A Final Project Final Report
CSE 237A Final Project Final Report Multi-way video conferencing system over 802.11 wireless network Motivation Yanhua Mao and Shan Yan The latest technology trends in personal mobile computing are towards
udrive-usd-g1 Embedded DOS micro-drive Module Data Sheet
4D SYSTEMS udrie-usd-g1 Embedded DOS micro-drive Module Document Date: 2nd April 2009 Document Revision: 2.0 Page 1 of 9 udrie-usd-g1 Embedded DOS micro-drive 4D SYSTEMS Description Features The is an
HARDWARE MANUAL. BrightSign HD120, HD220, HD1020. BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.
HARDWARE MANUAL BrightSign HD120, HD220, HD1020 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS OVERVIEW... 1 Block Diagram... 2 Ports...
Data sheet Wireless UART firmware version 4.02
Data sheet Wireless UART firmware version 4.02 BLUETOOTH is a trademark owned by Bluetooth SIG, Inc., U.S.A. and licensed to Free2move Rev: 22 December 2008 Table of contents 1 GENERAL INFORMATION...4
Bluetooth to serial HC-06 wireless module
Bluetooth to serial HC-06 wireless module Product Description: 1,Mainstream CSR Bluetooth chip, Bluetooth V2.0 protocol standards 2,serial module operating voltage 3.3V. 3,the baud rate for 1200, 2400,
DS1721 2-Wire Digital Thermometer and Thermostat
www.dalsemi.com FEATURES Temperature measurements require no external components with ±1 C accuracy Measures temperatures from -55 C to +125 C; Fahrenheit equivalent is -67 F to +257 F Temperature resolution
RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards
RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards 2012 Roving Networks. All rights reserved. Version 1.0 9/7/2012 USER MANUAL OVERVIEW The RN-131 and RN-171 WiFly radio modules are complete, standalone
Single channel data transceiver module WIZ2-434
Single channel data transceiver module WIZ2-434 Available models: WIZ2-434-RS: data input by RS232 (±12V) logic, 9-15V supply WIZ2-434-RSB: same as above, but in a plastic shell. The WIZ2-434-x modules
LevelOne User Manual. HVE-6501T/6501R HDMI over IP PoE Transmitter/Receiver. Ver 1.0
LevelOne User Manual HVE-6501T/6501R HDMI over IP PoE Transmitter/Receiver Ver 1.0 Table of Contents HVE-650 series HDMI over IP PoE T/R... 3 GETTING THE BEST RESULTS... 4 Device Appearance Description...
LIN (Local Interconnect Network):
LIN (Local Interconnect Network): History: LIN (Local Interconnect Network) was developed as cost-effective alternate to CAN protocol. In 1998 a group of companies including Volvo, Motorola, Audi, BMW,
HOST Embedded System. SLAVE EasyMDB interface. Reference Manual EasyMDB RS232-TTL. 1 Introduction
Reference Manual EasyMDB RS232-TTL 1 Introduction This document explains how to use the interface EasyMDB RS232-TTL and describe the connections and the necessary commands for communicating with Cash System
APPLICATION PROGRAMMING INTERFACE
APPLICATION PROGRAMMING INTERFACE Advanced Card Systems Ltd. Website: www.acs.com.hk Email: [email protected] Table of Contents 1.0. Introduction... 4 2.0.... 5 2.1. Overview... 5 2.2. Communication Speed...
PMAfob Home Automation Demo
PMAfob Home Automation Demo User Guide V1.1 October 20 th, 2010 PMAfob Home Automation Demo User Guide Overview PMAfob Software PMAfob Hardware Receiver Software Receiver Hardware Setup of the PMAfob Home
Product Information S N O. Portable VIP protection CCTV & Alarm System 2
Product Information S N O Portable VIP protection CCTV & Alarm System 2 G O V E R N M E N T A L S E C U R I T Y S O L U T I VIP KIT Rapid Deployment VIP Protection Kit The VIP KIT has been designed to
UM0853 User manual. 1 Introduction. M24LRxx application software user guide
User manual M24LRxx application software user guide 1 Introduction The purpose of this user manual is to teach how to use the M24LRxx tool kit with the M24LRxx_Application_Software. It describes the M24LRxx_Application_Software
ACR122U USB NFC Reader
ACR122U USB NFC Reader Application Programming Interface V2.02 Subject to change without prior notice Table of Contents 1.0. Introduction... 4 1.1. Features... 4 1.2. USB Interface... 5 2.0. Implementation...
LOCAL INTERCONNECT NETWORK (LIN)
54B-1 GROUP 54B LOCAL INTERCONNECT NETWORK (LIN) CONTENTS GENERAL INFORMATION........ 54B-2............ 54B-3 STRUCTURE................... 54B-2 54B-2 LIN refers to "Local Interconnect Network," which
SUDT AccessPort TM Advanced Terminal / Monitor / Debugger Version 1.37 User Manual
SUDT AccessPort TM Advanced Terminal / Monitor / Debugger Version 1.37 User Manual Version 1.0 - January 20, 2015 CHANGE HISTORY Version Date Description of Changes 1.0 January 20, 2015 Initial Publication
Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs
Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs AN033101-0412 Abstract This describes how to interface the Dallas 1-Wire bus with Zilog s Z8F1680 Series of MCUs as master devices. The Z8F0880,
Toshiba Serial Driver Help. 2012 Kepware Technologies
2012 Kepware Technologies 2 Table of Contents Table of Contents 2 3 Overview 3 Device Setup 4 Modem Setup 4 Cable Diagram - EX100/200 PLCs 4 Cable Diagram - T1 PLCs 5 Cable Diagram - T2/T3 PLCs 5 Cable
Software Developer's Manual
Software Developer's Manual Raster Command Reference PT-H500/P700/E500 Version 1.10 The Brother logo is a registered trademark of Brother Industries, Ltd. Brother is a registered trademark of Brother Industries,
Class2 BC04-ext Module
Rayson Class2 BC04-ext Module Features Bluetooth Module BTM-112 Outline The module is a Max.4( Class2 ) module. Bluetooth standard Ver. 2.0 + EDR conformity. Internal 1.8V regulator Low current consumption
FPGA INTEGRATION MANUAL SATURN-SIL 2 MODULES. Dictionary Code. Edition 01. Revision 00. Number of pages 18
Dictionary Code D741 Edition 01 Revision 00 Number of pages 18 State Approved SATURN-SIL 2 MODULES FPGA CLEARSY : SOCIETE PAR ACTIONS SIMPLIFIEE AU CAPITAL DE 266 880 - R.C.S. AIX-EN-PROVENCE - CODE SIRET
Rayson. Bluetooth Module
Rayson Class2 BC04-ext Module Features Bluetooth Module BTM-182 Outline Class2 module with printed pcb antenna Bluetooth standard Ver. 2.1 + EDR compliant. Low current consumption : Hold,Sniff,Park,Deep
CONCEPT1 RS232 COMMUNICATION
Concept 1 RS-232 Communication Communication with Concept 1 via RS-232 is done with simple ASCII Commands and Replies. The port settings are 19200Baud, 8bits, no parity and 1 stop bit. The physical connection
Card Issuing Machine for Magnetic, Contact & IC Card
9100-0020 SPECIFICATION M 1 OF 68 2007. 07. 28. Card Issuing Machine for Magnetic, Contact & IC Card KYTronics Corp.,Ltd 3 rd Floor, A-Dong, Twin Town-Bldg, 703-2. Gojan-Dong, AnSan-City, Kyung Ki-Do,
Bluetooth to Serial Adapter
Bluetooth to Serial Adapter Third Edition, Oct 2007 Version 3.0 771-BTS1009C3-001 Contents 1.0 Features....P.2 2.0 Package Content....P.2 3.0 Hard Drives Requirement.P.2 4.0 Specifications.P.3 5.0 Pin
GTS-4E Hardware User Manual. Version: V1.1.0 Date: 2013-12-04
GTS-4E Hardware User Manual Version: V1.1.0 Date: 2013-12-04 Confidential Material This document contains information highly confidential to Fibocom Wireless Inc. (Fibocom). Fibocom offers this information
Local Interconnect Network Training. Local Interconnect Network Training. Overview
Overview Local Interconnect Network Training History and introduction Technical features The ISO/OSI reference model and LIN Frames Message Frames Communication concept of LIN Command Frames and Extended
Bidirectional wireless communication using EmbedRF
Bidirectional wireless communication using EmbedRF 1. Tools you will need for this application note... 2 2. Introduction... 3 3. Connect EmbedRF Board to USB Interface Board... 3 4. Install and Run EmbedRF
Measurement and Analysis Introduction of ISO7816 (Smart Card)
Measurement and Analysis Introduction of ISO7816 (Smart Card) ISO 7816 is an international standard related to electronic identification cards with contacts, especially smart cards, managed jointly by
Serial Communications
Serial Communications 1 Serial Communication Introduction Serial communication buses Asynchronous and synchronous communication UART block diagram UART clock requirements Programming the UARTs Operation
Fingerprint Based Biometric Attendance System
Fingerprint Based Biometric Attendance System Team Members Vaibhav Shukla Ali Kazmi Amit Waghmare Ravi Ranka Email Id [email protected] [email protected] Contact Numbers 8097031667 9167689265
DISCONTINUED. AtlasScientific. as of 10/21/13. E.C. Circuit. Biology Technology. Features
DISCONTINUED as of 10/21/13 E.C. Circuit V 3.0 Features E.C. readings +/- 5µs/cm Full E.C. capability from 11µs/cm to 92,000µs/cm Temperature dependent or temperature independent readings Total dissolved
Serial Communications / Protocol in AirTest Products
Serial Communications / Protocol in AirTest Products General The standard sensor has two different ways of serial communication with sensor s peripherals and the outside world. One is through the UART
ATM Video Surveillance
ATM Video Surveillance with centralized video management Secure your ATMs with robust and reliable video surveillance solution Record record H.264 compressed video using less hard disk space Search search
Flash Microcontroller. Memory Organization. Memory Organization
The information presented in this chapter is collected from the Microcontroller Architectural Overview, AT89C51, AT89LV51, AT89C52, AT89LV52, AT89C2051, and AT89C1051 data sheets of this book. The material
In-Vehicle Networking
In-Vehicle Networking SAE Network classification Class A networks Low Speed (
Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION
Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier INTRODUCTION The Smarthome SELECT Bluetooth Wireless Stereo Audio Receiver and Amplifier is a multi-functional compact device. It
Serial Communications
April 2014 7 Serial Communications Objectives - To be familiar with the USART (RS-232) protocol. - To be able to transfer data from PIC-PC, PC-PIC and PIC-PIC. - To test serial communications with virtual
LENORD. +BAUER... automates motion. Fieldbus connection absolute encoders CANopen. Reference. Communication profile DS-301 Device profile DS-406
Fieldbus connection absolute encoders CANopen Communication profile DS-30 Device profile DS-406 LENORD +BAUER... automates motion. Reference D-0R-xCO (.) Right to technical changes and errors reserved.
METROLOGIC INSTRUMENTS, INC. Area Imaging Bar Code Supplemental Configuration Guide
METROLOGIC INSTRUMENTS, INC. Area Imaging Bar Code Supplemental Configuration Guide Copyright 2007 by Metrologic Instruments, Inc. All rights reserved. No part of this work may be reproduced, transmitted,
AN601 I2C 2.8 Communication Protocol. SM130 SM130 - Mini APPLICATION NOTE
AN601 I2C 2.8 Communication Protocol SM130 SM130 - Mini APPLICATION NOTE 2 1. INTRODUCTION This application note explains I2C communication protocol with SM130 or SM130-Mini Mifare module based on the
Wireless Communication With Arduino
Wireless Communication With Arduino Using the RN-XV to communicate over WiFi Seth Hardy [email protected] Last Updated: Nov 2012 Overview Radio: Roving Networks RN-XV XBee replacement : fits in the
5.5 VI Web Client User Guide
5.5 VI Web Client User Guide 5.5 VI Web Client The web client is a free thin client that allows you to access live and recorded video from any web browser. There is an optional Active X control that can
Serial port interface for microcontroller embedded into integrated power meter
Serial port interface for microcontroller embedded into integrated power meter Mr. Borisav Jovanović, Prof. dr. Predrag Petković, Prof. dr. Milunka Damnjanović, Faculty of Electronic Engineering Nis, Serbia
Using HyperTerminal with Agilent General Purpose Instruments
Using HyperTerminal with Agilent General Purpose Instruments Windows HyperTerminal can be used to program most General Purpose Instruments (not the 531xx series counters) using the RS-232 Serial Bus. Instrument
FLYPORT Wi-Fi 802.11G
FLYPORT Wi-Fi 802.11G System on module 802.11g WIFI - Infrastructure mode - softap mode - Ad hoc mode Microchip PIC 24F 16 bit processor Microchip MRF24WG0MA/MB - Native WiFi 802.11g transceiver - PCB
Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide
Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Sensors LCD Real Time Clock/ Calendar DC Motors Buzzer LED dimming Relay control I2C-FLEXEL PS2 Keyboards Servo Motors IR Remote Control
KSH-3000-MI. Swipe Card Reader. ( Magnetic / IC Card two in One Reader ) Revision Reason Date V2.0 03-16-2006
KSH-3000-MI Swipe Card Reader ( Magnetic / IC Card two in One Reader ) Version: V2.7 Revision Reason Date V2.0 03-16-2006 V2.1 1. Update mechanical drawing 04-09-2006 V2.2 1. Update KSH-3000-061 drawing
MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual
MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual Version: 1.0.1 Dec. 2005 Table of Contents I. Introduction 2 II. Operations 2 II.1. Theory of Operation 2 II.2. Configuration (PC-PC
Vicon Flash Upgrade Software
INSTRUCTION MANUAL Notes Refer to XX134 NO. XX134-13-01 REV. 1212 Vicon Flash Upgrade Software It is possible to upgrade software for the SurveyorVFT and Surveyor -Mini Camera Domes through a PC using
Bluetooth for device discovery. Networking Guide
Bluetooth for device discovery Networking Guide Index Document Version: v4.4-11/2014 Libelium Comunicaciones Distribuidas S.L. INDEX 1. Introduction... 3 1.1. General description...3 2. Hardware... 5 2.1.
RPDO 1 TPDO 1 TPDO 5 TPDO 6 TPDO 7 TPDO 8
EN ZC - 6DI8DO CANopen I/O Module 6 Digital Input 8 Digital Output Or 8 Counters (3 bit) 8 Digital input 8 Digital output User Manual Contents: Features PDOs PDO Type Emergency Message Functional Diagrams
Microcomputer Protocol Implementation at Local Interconnect Network Georgi Krastev
Microcomputer Protocol Implementation at Local Interconnect Network Georgi Krastev Abstract: The paper discusses the issues of microcomputer protocol implementation at local interconnect network for automobile
In-System Programmer USER MANUAL RN-ISP-UM RN-WIFLYCR-UM-.01. www.rovingnetworks.com 1
RN-WIFLYCR-UM-.01 RN-ISP-UM In-System Programmer 2012 Roving Networks. All rights reserved. Version 1.1 1/19/2012 USER MANUAL www.rovingnetworks.com 1 OVERVIEW You use Roving Networks In-System-Programmer
Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester
Leonardo Journal of Sciences ISSN 1583-0233 Issue 20, January-June 2012 p. 31-36 Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Ganesh Sunil NHIVEKAR *, and Ravidra Ramchandra MUDHOLKAR
HT1632C 32 8 &24 16 LED Driver
328 &216 LED Driver Features Operating voltage: 2.V~5.5V Multiple LED display 32 ROW /8 COM and 2 ROW & 16 COM Integrated display RAM select 32 ROW & 8 COM for 6 display RAM, or select 2 ROW & 16 COM for
RFID MODULE Mifare Reader / Writer SL031 User Manual Version 2.7 Nov 2012 StrongLink
RFID MODULE Mifare Reader / Writer User Manual Version 2.7 Nov 2012 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. BAUD RATE SETTING... 5 4. COMMUNICATION PROTOCOL... 5 4-1. Communication
Quick Installation. A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding. Quick Installation
Quick Installation A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding This chapter intends to get your new FuzzyScan scanner working with your existing system within minutes. General instructions
Site Master S251B Antenna and Cable Analyzer
Site Master S251B Antenna and Cable Analyzer Programming Manual Hand-Held Tester For Antennas, Transmission Lines And Other RF Components WARRANTY The Anritsu product(s) listed on the title page is (are)
SensyCal FCU200, FCU400 Universal measuring computer M-Bus protocol
Protocol description COM/FCU/MBUS-EN SensyCal FCU200, FCU400 Universal measuring computer M-Bus protocol Measurement made easy Contents Contents Universal measuring computer SensyCal FCU200, FCU400 Protocol
Development Kit EM4095 User s Manual
EM MICROELECTRONIC - MARIN SA Appte 405 Title: Product Family: Application te 405 Development Kit EM4095 User s Manual RFID Part Number: EMDB40 Keywords: RFID Design Tools Date: 5 September 00 TABLE OF
MEMOBUS/Modbus Communications
2 2.1 MEMOBUS/MODBUS CONFIGURATION............260 2.2 COMMUNICATION SPECIFICATIONS..............261 2.3 COMMUNICATION TERMINAL RESISTANCE........262 2.4 CONNECTING A PLC...........................263 2.5
Bluetooth UART/RS232 Module
Introduction BLUEMORE600 is a professional, slim, wireless module ready for integration in brand new or existing electronic products. Based on CSR chipset BC03MM it s fully compatible for Serial Port profiles.
Chapter 02: Computer Organization. Lesson 04: Functional units and components in a computer organization Part 3 Bus Structures
Chapter 02: Computer Organization Lesson 04: Functional units and components in a computer organization Part 3 Bus Structures Objective: Understand the IO Subsystem and Understand Bus Structures Understand
NFC Tag Type 5 Specification
Document Type: Software Technical Specification Reference: STS_NFC_0707-001 Version 1.8 (14516) Release Date: Nov. 18, 2011 File Name: STS_NFC_0707-001 NFC Tag Type 5 Specification.pdf Security Level:
DAM Series DAM124 4DIN+8AI+4DO Module Model No.:DAM124 WebSite: www.gsm-m2m.com
DAM Series DAM124 4DIN+8AI+4DO Module Model No.:DAM124 WebSite: www.gsm-m2m.com This handbook has been designed as a guide to the installation and operation of King Pigeon Hi-Tech.Co.,Ltd DAM series. Statements
Dolphin In-Circuit programming Updating Firmware in the field
Dolphin In-Circuit programming Updating Firmware in the field 1 Introduction In systems e.g. gateways, where an external microcontroller is connected to a Dolphin based product like a TCM300 it might be
Home Security System Using Gsm Modem
RESEARCH ARTICLE OPEN ACCESS Home Security System Using Gsm Modem Mehek Potnis 1, Ayesha Chimnani 1, Vishal Chawla 1 Mr. Amit Hatekar 2 1. Undergraduate Students, Department of EXTC, Thadomal Shahani Engineering
ENET-710. ENET-710 - Ethernet Module ENET-710 JAN / 06 FOUNDATION
ENET-710 ENET-710 - Ethernet Module JAN / 06 ENET-710 FOUNDATION E N E T 7 1 0 ME smar www.smar.com Specifications and information are subject to change without notice. Up-to-date address information is
T3 Mux M13 Multiplexer
T3 Mux M13 Multiplexer User Manual [Type the abstract of the document here. The abstract is typically a short summary of the contents of the document. Type the abstract of the document here. The abstract
Connecting Kinetis MCU with CMOS Sensor Interface through GPIO QQVGA image transfer to Kinetis internal SRAM
Freescale Semiconductor Document Number:AN4627 Application Note Rev 0, 5/2013 Connecting Kinetis MCU with CMOS Sensor Interface through GPIO QQVGA image transfer to Kinetis internal SRAM by: Adi Shieber
Quectel Wireless Solutions Wireless Module Expert U10 UMTS Module Presentation
Quectel Wireless Solutions Wireless Module Expert U10 UMTS Module Presentation 2012-1 Contents General Description Target Applications Highlights Hardware Architecture Software Advantage Enhanced AT Commands
Quectel M72 Development Board
Quectel M95GSM/GPRS Module Quad Band Module supporting 850/900/1800/1900 MHz. Supports GPRS Multi-slot Class 12 with max of 85.6 kbps( uplink & downlink) speeds. Fax support with specs of Group 3, Class
Interface Protocol v1.2
Interface Protocol v1.2 Uart Configure on PC Baud Rate Bits Stop bits Parity 9600 bps 8 Bits 1 Bit No Parity Basic Uart Transfer Format Start 0/1 : These bytes are both 0x55. Control : This byte is controling
8051 MICROCONTROLLER COURSE
8051 MICROCONTROLLER COURSE Objective: 1. Familiarization with different types of Microcontroller 2. To know 8051 microcontroller in detail 3. Programming and Interfacing 8051 microcontroller Prerequisites:
