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

Size: px
Start display at page:

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

Transcription

1 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 up to 6H hardness and protects sensor against scratch, impact and daily wear-and-tear. The JP2380 is an enhanced version of JP2360 since algorithm inside MCU is integrated together with sensor. The highly integrated module can reduce the system complication and be easily applied in smart card. Sensor with total solution is always JP Sensor s commitment. Features: * Cermet-like coating up to 6H * UART, GPIO interface * 64-bit encrypted security key * 4KV ESD protection HBM MCU Embedded Algorithm included Specifications: Category Specifications Resolution 508 DPI Image capture Speed 8 frames/sec Sensor Type Capacitance Type Security Key 64-bit encrypted Hardness 6H Surface Cermet-like Coating Power input 3.3V Anti-ESD +/-4kV Environment -0~50 / < RH 90% Capture Area 192 x 192 pixels Pixel resolution 256 true gray scale values Module Dimension 13.5 x 25 x 0.61 mm (W x L x T) Interface UART, GPIO Certification

2 Contents: 1. Introduction 2. Revision history 3. Pinouts and Pin description 4. Electrical characteristics 5. Set 5-1. Introduction 5-2. Communication Protocol: Format 5-3. Communication Protocol: List 5-4. Communication Protocol: Code 5-5. detail 5-6. Procedure 6. Mechanical properties 7. Disclaimer 2

3 1. Introduction: 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 up to 6H hardness and protects sensor against scratch, impact and daily wear-and-tear. The JP2380 is an enhanced version of JP2360 since algorithm inside MCU is integrated together with sensor. The highly integrated module can reduce the system complication and be easily applied in smart card. Sensor with total solution is always JP Sensor s commitment. PARAMETER DESCRIPTION VALUE UNIT Dimension Sensor module 13.5 x 25 x 0.61 mm Weight Sensor module 0.3 gram Sensing Area 10 x 10 mm Sensing Array 192 x 192 Pixels Resolution 508 dpi Pixel Resolution 256 gray scale levels 8 bit Operating ISO ~ 50 C temperature Storage temperature -20 ~ 85 C ESD IEC level 2, air discharge ±4 KV Package type 12 pin, 0.5mm pitch, ACF 12 Pin Connector Internal Flash 384KB Up to 160 registered fingerprints (Based on 3 times enrollments) 3

4 2. Revision history: Date Revision # Description Total Page Nov 16, Preliminary spec 24 Dec 23, Update parameters 18 Dec 25, Modify pin description 19 Jan 19, Update command set 35 Jan 20, Update mechanical drawing 35 4

5 3. Pinouts and Pin description: Pinouts: J2 (PCB Top side Top View) Pin1 (PCB Bottom side Top View) Pin description: There are two modes used by J2: (1) Mode 1 IO configuration, (2) Mode 2 UART configuration. (See next page) 5

6 Mode 1 - IO Configuration: GPIO2 is pulled down by internal 10K Ohm Resistor when power-on. PIN NUMBER PIN DEFINITION ATTRIBUTE DESCRIPTION 1 GPIO1 Input Key In, Need a Pull-down Resistor 2 GPIO2 Output L : Default, H: After Verified 3 GPIO3 Output L : Default, H: After Verified 4 GPIO4 Output L : Default, H: After Verified 5 GPIO5 Output L : Default, H: After Verified 6 PWR_ON Output Latch Regulator CE. 7 LED Output LED Green 8 LED Output LED Red 9 3V3 Power 3.3 Volts Power Input 10 GND Power Ground 11 GND Power Ground 12 ESD Passive ESD Path, Connect to Ground 6

7 Mode 2 - UART Configuration: GPIO2 is pulled up by external 3K Ohm Resistor. JP2380 is configured as UART function according to the status of the GPIO2 during power-up. PIN NUMBER PIN DEFINITION ATTRIBUTE DESCRIPTION 1 GPIO1 Input Key In, Need a Pull-down Resistor 2 GPIO2 Output H : Default, L: After Verified 3 GPIO3 Output L : Default, H: After Verified 4 GPIO4 Output L : Default, H: After Verified 5 GPIO5 Output L : Default, H: After Verified 6 PWR_ON Output Latch Regulator CE. 7 UART_TX Output To Host RX 8 UART_RX Input To Host TX 9 3V3 Power 3.3 Volts Power Input 10 GND Power Ground 11 GND Power Ground 12 ESD Passive ESD Path, Connect to Ground 7

8 4. Electrical characteristics: Voltage characteristics SYMBOL DESCRIPTION MIN TYP MAX UNIT 3V3 Vcc Volt Current characteristics (Power consumption in different mode) SYMBOL DESCRIPTION MIN TYP MAX UNIT I_3V3(op) Current in operating mode 9 ma Thermal characteristics SYMBOL DESCRIPTION VALUE UNIT T_STG Storage temperature range -40 to +85 C RH_STG Relative humidity range < 90 % 8

9 5. Set 5-1. Introduction Features: Embedded algorithm Capacitance sensor Functions: Accurate and fast fingerprint recognition. Thin capacitance sensor. Verify (1:1) and Identify (1:N). Image download. Access to Template UART GPIO interface Specifications: Item Description MCU Atmel SAMG55G19A Sensor Capacitance Sensor Sensing Area 10 x 10 (mm) Sensing Array 192 x 192 pixels Resolution 508 dpi Fingerprint Storage 500 Fingerprint templates Authentication Verify (1:1) or Identify (1:N) Template Size Bytes Interface UART, Initial baud rate 9600 FAR < 0.001% FRR < 1% Enrollment Time < 10 sec (6 times) Identifying Time < 1 sec (1) 9

10 5-2. Communication Protocol: Format JP2360 provides multiple UART commands for developers to communicate the sensor module. This section will list detail usage and description of these UART commands. UART default settings is as follows: Description Vaule Note. Baud rate 9600 bits/sec Adjustable via proper command Character length 8 Parity type N None parity check Stop bits 1 Number of bits between two characters Communication Format: There are three types of communication formats. Format is used for host sending to client (sensor module). Format is used for client (sensor module) replying to host. Furthermore, Additional Data Format is used for huge binary data sending from client to host. Format: Format consists of 8 bytes HEX words. Byte 0 means MSB and Byte 7 means LSB. Check Sum: Byte1(MSB) Check Sum: Byte2(LSB) Parameter: Byte1(MSB) Parameter: Byte2 Parameter: Byte3 Parameter: Byte4(LSB) Header: see List UART Header: 0x02 10

11 Format: Format consists of 8 bytes HEX words. Byte 0 means MSB and Byte 7 means LSB. Check Sum: Byte1(MSB) Check Sum: Byte2(LSB) Result: Byte1(MSB) Result: Byte2 Result: Byte3 Result: Byte4(LSB) Header: see List UART Header: 0x02 Additional Data Format: Additional Data Format consists of a dynamic data size and two bytes check sum. The length of data is assigned by specific. Description Length (byte) Note. Data Len See Detail Check Sum 2 11

12 5-3. Communication Protocol: List Biometric command Code (HEX) Description CAPTURE_IMAGE 0x60 Capture image from sensor CAPTURE_AND_VERIFY 0x50 Capture image from sensor and then verify the specific ID CAPTURE_AND_IDENTIFY ENROLL_INTO_RAM ENROLL_INTO_FLASH 0x51 0x23 0x24 Capture image from sensor and then identify whether the fingerprint match some specfic ID Capture image from sensor and enroll the fingerprint into RAM Capture image from sensor and enroll the fingerprint into FLASH Image transfer command Code (HEX) Description UPLOAD_IMAGE 0x63 Upload image to Host DOWNLOAD_IMAGE 0x64 Download image from Host to RAM/FLASH (TBD) Template handling command Code (HEX) Description DELETE_ID 0x40 Delete the template of the specific ID DELETE_ALL 0x41 Delete all template UPLOAD_TEMPLATE_FROM_RAM 0x42 Upload template from RAM (TBD) UPLOAD_TEMPLATE_FROM_FLASH 0x43 Upload template form FLASH (TBD) DOWNLOAD_TEMPLATE_TO_RAM 0x44 Download template to RAM (TBD) DOWNLOAD_TEMPLATE_TO_FLASH 0x45 Download template to FLASH (TBD) COPY_TEMPLATE_RAM_TO_FLASH 0x46 Copy template from RAM to FLASH (TBD) Firmware command Code (HEX) Description READ_FIRMWARE 0x01 Read strings of firmware information UPDATE_FIRMWARE 0x02 Update the firmware (TBD) Communication command Code (HEX) Description CHANGE_BAUDRATE 0x04 Change the baudrate of UART connection TEST_HARDWARE 0x05 Test the hardware component (e.g., connection status, sensor status, security status, etc.) (TBD) 12

13 Misc. command Code (HEX) Description CANCEL 0xE0 Cancel the previous command, such as ENROLL_INTORAM, CAPTURE_AND_VERIFY, CAPTURE_AND_IDENTIFY (On going) CHECK_IF_ENROLLED 0x21 Check if the specific ID is enrolled ENTER_SLEEP_MODE ADVANCE_SETTING 0x70 0x71 Enter sleep mode for power-saving (wake up by activating specific pin) (TBD) Advance configurations, such as voltage control, Main Clock, Baud rate setting, etc. (TBD) 5-4. Communication Protocol: List Code (HEX) Description ACK 0x30 ACK is sent if command was successfully executed NACK 0x31 NACK is sent if command was executed with failure 13

14 5-5. Communication Protocol: Detail Biometric command CAPTURE_IMAGE An image is captured from the fingerprint sensor. The fingerprint image is placed in RAM and can be uploaded by the command Upload Image. Calculation is done on the image to determine if a finger is present or not present on the sensor. 0x02 0x CS_LSB CS_MSB 0x02 0x30 Result CS_LSB CS_MSB B2: 0x30 = no finger detected B2: 0x31 = finger present 14

15 5-5-2 CAPTURE_AND_VERIFY The respond is return and images are captured in a loop from the sensor until a finger is present. After enrolment, the template is compared with the enrolled finger ID template stored in the flash and the result is return. 0x02 0x50 ID CS_LSB CS_MSB B2: ID from 1 to 80 0x02 0x CS_LSB CS_MSB Additional Data 0x02 0x30 Result CS_LSB CS_MSB B2: 0x36 = successful to match a specific ID assigned by user B2: 0x37 = failure 15

16 5-5-3 CAPTURE_AND_IDENTIFY The respond is return and images are captured in a loop from the sensor until a finger is present. After enrolment, the template is compared with all the enrolled finger ID templates stored in the flash and the result is return. 0x02 0x CS_LSB CS_MSB 0x02 0x CS_LSB CS_MSB Additional Data 0x02 0x30 Result ID 0 0 CS_LSB CS_MSB B2: 0x36 = successful to match a specific ID B2: 0x37 = failure B3: ID from 1 to 80, and 0 for identification failure 16

17 5-5-4 ENROLL_INTO_RAM The respond is return and images are captured in a loop from the sensor until a finger is present. After enrolment, the template is stored in RAM and the result is return. 0x02 0x23 Count CS_LSB CS_MSB B2: 0x31 for 1 st press B2: 0x32 for 2 nd press B2: 0x33 for 3 rd press 0x02 0x CS_LSB CS_MSB Additional Data 0x02 0x30 Result CS_LSB CS_MSB B2: 0x36 = successful B2: 0x37 = failure 17

18 5-5-5 ENROLL_INTO_FLASH Save the enrollment data in SRAM to the Flash according to the finger ID. 0x02 0x24 ID CS_LSB CS_MSB B2: ID from 1 to 80 0x02 0x30 Result CS_LSB CS_MSB B2: 0x36 = successful B2: 0x37 = failure 18

19 Image transfer command UPLOAD_IMAGE 0x02 0x CS_LSB CS_MSB 0x02 0x30 Len_LSB Len_MSB 0 0 CS_LSB CS_MSB Additional Data B0 B(Len-1) B(Len) B(Len+1) Image data CS_LSB CS_MSB 19

20 5-5-7 DOWNLOAD_IMAGE 0x02 0x CS_LSB CS_MSB 0x02 0x30 Len_LSB Len_MSB 0 0 CS_LSB CS_MSB Additional Data B0 B(Len-1) B(Len) B(Len+1) Image data CS_LSB CS_MSB Template handling command DELETE_ID 0x02 0x40 ID CS_LSB CS_MSB B2: ID from 1 to 80 0x02 0x30 Result CS_LSB CS_MSB B2: 0x30 = successful B2: 0x31 = failure 20

21 5-5-9 DELETE_ALL 0x02 0x CS_LSB CS_MSB 0x02 0x30 Result CS_LSB CS_MSB B2: 0x30 = successful B2: 0x31 = failure UPLOAD_TEMPLATE_FROM_RAM 0x02 0x CS_LSB CS_MSB 0x02 0x30 Result CS_LSB CS_MSB B2: 0x30 = successful B2: 0x31 = failure 21

22 UPLOAD_TEMPLATE_FROM_FLASH 0x02 0x CS_LSB CS_MSB 0x02 0x30 Result CS_LSB CS_MSB B2: 0x30 = successful B2: 0x31 = failure DOWNLOAD_TEMPLATE_TO_RAM 0x02 0x CS_LSB CS_MSB 0x02 0x30 Result CS_LSB CS_MSB B2: 0x30 = successful B2: 0x31 = failure 22

23 DOWNLOAD_TEMPLATE_TO_FLASH 0x02 0x CS_LSB CS_MSB 0x02 0x30 Result CS_LSB CS_MSB B2: 0x30 = successful B2: 0x31 = failure COPY_TEMPLATE_RAM_TO_FLASH 0x02 0x CS_LSB CS_MSB 0x02 0x30 Result CS_LSB CS_MSB B2: 0x30 = successful B2: 0x31 = failure 23

24 Image transfer command READ_FIRMWARE Host can get current firmware information via response of command Read Firmware. Typically, the length of firmware information is 25 bytes. 0x02 0x CS_LSB CS_MSB 0x02 0x30 Len_LSB Len_MSB 0 0 CS_LSB CS_MSB Additional Data B0 B(Len-1) B(Len) B(Len+1) Firmware information CS_LSB CS_MSB Len: typically set as 25 bytes 24

25 UPDATE_FIRMWARE Host can update (usually, upgrade) current firmware to a newer version. The length of firmware information is typically 25 bytes. B0 B1 B2 B3 B4 B(Len+3) B(Len+4) B(Len+5) 0x02 0x02 Len_LSB Len_MSB Firmware Information CS_LSB CS_MSB Len: typically set as 25 bytes 0x02 0x CS_LSB CS_MSB 25

26 Communication command CHANGE_BAUDRATE Host can change the baud rate of UART connection and not need of restarting the device. 0x02 0x01 Baudrate CS_LSB CS_MSB B2: 0x10 for 9600 bits/sec B2: 0x20 for bits/sec B2: 0x30 for bits/sec B2: 0x40 for bits/sec B2: 0x50 for bits/sec B2: 0x60 for bits/sec B2: 0x70 for bits/sec B2: 0x80 for bits/sec 0x02 0x CS_LSB CS_MSB 26

27 TEST_HARDWARE Host will execute hardware testing, e.g., connection test, sensor status, firmware version check, and (TBD: security key check) 0x02 0x CS_LSB CS_MSB 0x02 0x CS_LSB CS_MSB Misc. command CANCEL Cancel the previous command, such as ENROLL_INTORAM, CAPTURE_AND_VERIFY, and CAPTURE_AND_IDENTIFY (On going) 0x02 0xE CS_LSB CS_MSB 0x02 0x CS_LSB CS_MSB 27

28 CHECK_IF_ENROLLED 0x02 0x21 ID CS_LSB CS_MSB B2: ID from 1 to 80 0x02 0x30 Result CS_LSB CS_MSB B2: 0x30 = ID is not enrolled B2: 0x31 = ID is enrolled ENTER_SLEEP_MODE 0x02 0x21 0x CS_LSB CS_MSB 0x02 0x CS_LSB CS_MSB 28

29 ADVANCE_SETTING 0x02 0x71 Voltage Control Baudrate Main Clock 0 CS_LSB CS_MSB B3: 0x10 for 2.7V B2: 0x20 for 3.0V B2: 0x30 for 3.3V B3: 0x10 for 9600 bits/sec B2: 0x20 for bits/sec B2: 0x30 for bits/sec B2: 0x40 for bits/sec B2: 0x50 for bits/sec B2: 0x60 for bits/sec B2: 0x70 for bits/sec B2: 0x80 for bits/sec B4: 0x10 for 6 MHz B2: 0x20 for 12 MHz B2: 0x30 for 24 MHz B2: 0x40 for 48 MHz B2: 0x50 for 80 MHz B2: 0x60 for 120 MHz 0x02 0x30 Result CS_LSB CS_MSB B2: 0x30 = successfully setting B2: 0x31 = failure 29

30 5-6. Procedure Enrollment Procedure 30

31 5-6-2 Verify Procedure 31

32 5-6-3 Identification Procedure 32

33 6. Mechanical properties: 33

34 7. Disclaimer The information appearing in this publication is believed to be accurate. Integrated circuits sold by JP Sensor are covered by the warranty and patent indemnification provisions stipulated in the terms of sale only. JP Sensor makes no warranty, express, statutory implied or by description regarding the information in this publication or regarding the freedom of the described chip(s) from patent infringement. FURTHERMORE, JP SENSOR MAKES NO WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PURPOSE. JP Sensor reserves the right to halt production or alter the specifications and prices at any time without notice. Accordingly, the reader is cautioned to verify that the data sheets and other information in this publication are current before placing orders. Products described herein are intended for use in normal commercial applications. Applications involving unusual environmental or reliability requirements, e.g. military equipment or medical life support equipment, are specifically not recommended without additional processing by JP Sensor for such applications. Please note that application circuits illustrated in this document are for reference purposes only. 34

35 JP Sensor Sensor with total solution If any question, please feel free to let us know. JP Sensor Corporation Limited 6F., No.618, Ruiguang Rd., Neihu Dist., Taipei City 114, Taiwan TEL: FAX: ; Web Site : 35

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

TrueSecure TM GTM-5110Cxx Series Embedded Fingerprint Module

TrueSecure TM GTM-5110Cxx Series Embedded Fingerprint Module TrueSecure TM GTM-5110Cxx Series Revision: V1.00 Date: July 10, 2014 Table of Contents 1 Features... 3 2 Applications... 3 3 Selection Table... 3 4 Block Diagram... 4 5 General Description... 4 6 Pin Description...

More information

TrueSecure TM GTU Series USB Fingerprint Module

TrueSecure TM GTU Series USB Fingerprint Module TrueSecure TM GTU Series Revision: V1.10 Date: March 16, 2015 Table of Contents 1 Features... 3 2 Applications... 3 3 Selection Table... 3 4 Block Diagram... 4 5 General Description... 4 6 Pin Description...

More information

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

NITGEN FIM5360. Datasheet FIM5360. Version Stand-Alone Fingerprint Identification Device with Built-in CPU. Standalone with built-in CPU NITGEN FIM5360 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 can

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

TrueSecure TM GTM-5110Cxx Series Embedded Fingerprint Module

TrueSecure TM GTM-5110Cxx Series Embedded Fingerprint Module TrueSecure TM Revision: V1.10 Date: October 14, 2014 Table of Contents 1 Features... 3 2 Applications... 3 3 Selection Table... 3 4 Block Diagram... 4 5 General Description... 4 6 Pin Description... 5

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

TrueSecure TM GTU Series USB Fingerprint Module

TrueSecure TM GTU Series USB Fingerprint Module TrueSecure TM GTU Series Revision: V1.00 Date: July 10, 2014 Table of Contents 1 Features... 3 2 Applications... 3 3 Selection Table... 3 4 Block Diagram... 4 5 General Description... 4 6 Pin Description...

More information

============ CONTENTS ============

============ CONTENTS ============ ============ CONTENTS ============ 1. INTRODUCTION... 3 2. FEATURES... 3 3. PIN ASSIGNMENT... 4 4. ROM TABLE... 7 5. RAM TABLE... 8 6. SYSTEM CLOCK... 9 6.1 CRYSTAL INPUT... 9 6.2 ROSC INPUT... 9 7. I/O

More information

DATA SHEET DM DAVICOM Semiconductor, Inc. 15V / 30V Selectable Output & 162 Hi-V Channels Driver IC

DATA SHEET DM DAVICOM Semiconductor, Inc. 15V / 30V Selectable Output & 162 Hi-V Channels Driver IC DAVICOM Semiconductor, Inc. 15V / 30V Selectable Output & 162 Hi-V Channels Driver IC DATA SHEET Version: -11-MCO-DS-P01 1 Content 1 General Description... 3 2 Features... 4 3 Block Diagram... 5 4 PAD

More information

[Type here] M907. Bluetooth 4.2 Low Energy/Zigbee/RF4CE/Thread SiP Module with MCU and integrated antenna

[Type here] M907. Bluetooth 4.2 Low Energy/Zigbee/RF4CE/Thread SiP Module with MCU and integrated antenna [Type here] M907 Bluetooth 4.2 Low Energy/Zigbee/RF4CE/Thread SiP Module with MCU and integrated antenna Preliminary DATASHEET 19 th April, 2018 Table of Contents 1 Product Brief... 1 2 Features and Applications...

More information

[Type here] M905. Bluetooth 4.2 Low Energy SiP Module with MCU and integrated antenna

[Type here] M905. Bluetooth 4.2 Low Energy SiP Module with MCU and integrated antenna [Type here] M905 Bluetooth 4.2 Low Energy SiP Module with MCU and integrated antenna Preliminary DATASHEET 23 th January, 2017 Table of Contents 1 Product Brief... 1 2 Features and Applications... 2 3

More information

FPC-AM3 Area Sensor Module Product Specification

FPC-AM3 Area Sensor Module Product Specification Features Embedded stand-alone fingerprint identification system Extremely easy to integrate minimizing time-to-market Small size Thick and hard protective sensor coating, scratch and ESD resistant One-To-One

More information

[Type here] M904S. Bluetooth 4.0 SiP Module - BT 4.0 LE

[Type here] M904S. Bluetooth 4.0 SiP Module - BT 4.0 LE [Type here] M904S Bluetooth 4.0 SiP Module - BT 4.0 LE Preliminary DATASHEET 26 th March, 2018 Table of Contents 1 Product Brief... 1 2 Features and Applications... 2 3 Block Diagram... 3 4 Technical Specifications...

More information

ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI

ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI ALPW-BLEM103 Datasheet 1.0 Bluetooth Low Energy HCI FEATURES Ready-to-use Bluetooth Low Energy HCI module Ultra Small form factor 12mm x 12mm Ultra Low Power consumption EM Microelectronic Bluetooth Low

More information

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual Rev. 2.93 TG100 User Manual The TG100 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high accuracy and longer life than sensors

More information

McuProg MCU On Board and Off line programmer

McuProg MCU On Board and Off line programmer 4F., No.7, Ln. 143, Xinming Rd., Neihu Dist., Taipei City 114, Taiwan McuProg MCU On Board and Off line programmer The Innovative solution to update the MCU on board and Offline MCU supported: STM32 (check

More information

Preliminary. PACKAGE - 28-pin MLP (5mm X 5mm) Example Circuit Diagram CP V. 48MHz Oscillator. USB Function Controller 512B EEPROM

Preliminary. PACKAGE - 28-pin MLP (5mm X 5mm) Example Circuit Diagram CP V. 48MHz Oscillator. USB Function Controller 512B EEPROM Preliminary Single-Chip USB to UART Bridge SINGLE-CHIP USB to UART DATA TRANSFER - Integrated USB Transceiver; No External Resistors Required - Integrated Clock; No External Crystal Required - Integrated

More information

User Manual. Spectrum Pro

User Manual. Spectrum Pro 80140502-001 User Manual Spectrum Pro PCI PTS 4.X Hybrid Insert Reader RS232 Interface 80140502-001 Rev 51 3/10/2015 International Technologies & Systems Corporation 10721 Walker Street, Cypress, CA 90630-4720;

More information

DVK kHz RFID Development Kit User Manual

DVK kHz RFID Development Kit User Manual Features and Benefits Standard ISO communications User interface software RS232 serial communication Dedicated instruction set 6 to 9Volts supply compliant Ordering Information Part No. DVK90109 General

More information

UniFinger SFM3050-TC2

UniFinger SFM3050-TC2 UniFinger SFM3050-TC2 Ver. 1.01 UniFinger SFM3050-TC2 2 Revision History Rev No. Issued date Description 1.0 Dec 27, 2004 Initial Release 1.01 Aug. 13, 2010. Incorrect name of J2 connector is corrected,

More information

1. General Description

1. General Description 1. General Description HPTZ01X (HPTZ01-TTL,HPTZ01P-TTL)Serial ZigBee module is development designed by Ember ZigBee chip EM35x. It is a module base on IEEE 802.15.4-2003 standard for the 2.4G ISM band.

More information

IC232 PC- CARD USER S GUIDE

IC232 PC- CARD USER S GUIDE ELAN DIGITAL SYSTEMS LTD. LITTLE PARK FARM ROAD, SEGENSWORTH WEST, FAREHAM, HANTS. PO15 5SJ. TEL: (44) (0)1489 579799 FAX: (44) (0)1489 577516 e-mail: support@pccard.co.uk website: http://www.pccard.co.uk

More information

Specification of JBT Mesh Bluetooth Module

Specification of JBT Mesh Bluetooth Module Specification of JBT Mesh Bluetooth Module Model number Function Document Revision/Date JBT Bluetooth Low Energy (BLE) Version 1.0 BPS_MODULE_V1 Module supporting mesh 2015-10-02 networking page1 Table

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

Evaluation Boards for the DLP-USB245M USB Adapter

Evaluation Boards for the DLP-USB245M USB Adapter DLP-EVALP/DLP-EVALS Evaluation Boards for the DLP-USB245M USB Adapter GENERAL DESCRIPTION The DLP-EVALP and DLP-EVALS present a straightforward approach to designing target electronics that will both interface

More information

ELAN DIGITAL SYSTEMS LTD. SL332 PC- CARD USER S GUIDE

ELAN DIGITAL SYSTEMS LTD. SL332 PC- CARD USER S GUIDE ELAN DIGITAL SYSTEMS LTD. LITTLE PARK FARM ROAD, SEGENSWORTH WEST, FAREHAM, HANTS. PO15 5SJ. TEL: (44) (0)1489 579799 FAX: (44) (0)1489 577516 e-mail: support@pccard.co.uk website: http://www.pccard.co.uk

More information

DATA SHEET DM DAVICOM Semiconductor, Inc. 15V / 30V Selectable Output & 40 Hi-V Channels Driver IC

DATA SHEET DM DAVICOM Semiconductor, Inc. 15V / 30V Selectable Output & 40 Hi-V Channels Driver IC DAVICOM Semiconductor, Inc. DM130036 15V / 30V Selectable Output & 40 Hi-V Channels Driver IC DATA SHEET Version: DM130036-11-MCO-DS-P01 1 Content 1 General Description... 3 2 Features... 4 3 Block Diagram...

More information

ACR89 Handheld Smart Card Reader Technical Specifications. Datenblatt / Specifications

ACR89 Handheld Smart Card Reader Technical Specifications. Datenblatt / Specifications Datenblatt / Specifications ACR89 Handheld Smart Card Reader Technical Specifications idvation GmbH Otto-Hesse-Straße 19 / T5 Phone +49 6151 9926567 D-64293 Darmstadt Fax +49 6151 3689296 info@idvation.com

More information

TTL-232R-PCB. TTL to USB Serial Converter PCB. Datasheet

TTL-232R-PCB. TTL to USB Serial Converter PCB. Datasheet Future Technology Devices International Ltd TTL-232R-PCB TTL to USB Serial Converter PCB Datasheet Document Reference No.: FT_000065 Version 1.0 Issue Date: 2008-08-28 Future Technology Devices International

More information

JUL. 27, 2001 Version 1.0

JUL. 27, 2001 Version 1.0 S SPLC782A 6COM/8SEG Controller/Driver JUL. 27, 2 Version. SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLOGY CO. is

More information

MM23SC8128RM Flash Security Turbo Microcontroller Smart Card Chip With 1024 bit RSA & Maths Co-processor

MM23SC8128RM Flash Security Turbo Microcontroller Smart Card Chip With 1024 bit RSA & Maths Co-processor Flash Security Turbo Microcontroller Smart Card Chip With 1024 bit RSA & Maths Co-processor 08 September 2009 This document is property of My-MS and My-MS has the right to make any changes to the contents

More information

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual Rev. 2.5 TG100 User Manual The TG100 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high accuracy and longer life than sensors

More information

ILI2511. ILI2511 Single Chip Capacitive Touch Sensor Controller. Specification ILI TECHNOLOGY CORP. Version: V1.4. Date: 2018/7/5

ILI2511. ILI2511 Single Chip Capacitive Touch Sensor Controller. Specification ILI TECHNOLOGY CORP. Version: V1.4. Date: 2018/7/5 Single Chip Capacitive Touch Sensor Controller Specification Version: V1.4 Date: 2018/7/5 ILI TECHNOLOGY CORP. 8F., No.1, Taiyuan 2 nd St., Zhubei City, Hsinchu County 302, Taiwan (R.O.C.) Tel.886-3-5600099;

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 4/20/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 4/20/2011 www.rovingnetworks.com rn-174-ds v1.1 4/20/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

EVAcharge SE - Datasheet

EVAcharge SE - Datasheet EVAcharge SE - Datasheet Datasheet (valid for board revision V0R4 or higher) Document history Revision 1.0 2013-10-10 Initial release 1.1 2013-11-06 Typo corrections 1.2 2014-05-13 Removed serial IF 1.3

More information

ELAN DIGITAL SYSTEMS LTD.

ELAN DIGITAL SYSTEMS LTD. ELAN DIGITAL SYSTEMS LTD. LITTLE PARK FARM ROAD, SEGENSWORTH WEST, FAREHAM, HANTS. PO15 5SJ. TEL: (44) (0)1489 579799 FAX: (44) (0)1489 577516 e-mail: support@pccard.co.uk website: http://www.pccard.co.uk

More information

Product Brief. Model: TLM922S-P01A. Ver.1.0

Product Brief. Model: TLM922S-P01A. Ver.1.0 Product Brief Model: TLM922S-P01A Ver.1.0 1 Index 1. Overview... 3 2. Product Features... 3 3. Application... 4 4. Product Specifications... 4 5. PIN Definition... 6 6. PCB Dimension... 7 7. Pin Configuration...

More information

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011 WiSnap M2 Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (RN-174-C), PCB Trace antenna (RN-174-P), wire antenna (RN- 174-W) and

More information

ELAN DIGITAL SYSTEMS LTD. CF232 COMPACT FLASH CF+ CARD USER S GUIDE

ELAN DIGITAL SYSTEMS LTD. CF232 COMPACT FLASH CF+ CARD USER S GUIDE ELAN DIGITAL SYSTEMS LTD. LITTLE PARK FARM ROAD, SEGENSWORTH WEST, FAREHAM, HANTS. PO15 5SJ. TEL: (44) (0)1489 579799 FAX: (44) (0)1489 577516 e-mail: support@pccard.co.uk website: http://www.pccard.co.uk

More information

Genesys Logic, Inc. GL823K. USB 2.0 SD/MSPRO Card Reader Controller. Datasheet. Devin Qiu Q:

Genesys Logic, Inc. GL823K. USB 2.0 SD/MSPRO Card Reader Controller. Datasheet. Devin Qiu Q: Genesys Logic, Inc. GL823K USB 2.0 SD/MSPRO Card Reader Controller Datasheet Devin Qiu Q:327857878 Revision 1.03 Dec. 17, 2014 Copyright Copyright 2014 Genesys Logic, Inc. All rights reserved. No part

More information

UniFinger SFM5060-OH

UniFinger SFM5060-OH Ver. 1.0 Revision History Rev No. Issued date Description 1.0 Feb. 8, 2012 Initial Release Important Notice Information in this document is provided in connection with Suprema products. No license, express

More information

SNC36060 Four Channels Speech Controller

SNC36060 Four Channels Speech Controller ========================== CONTENTS =========================== 1. INTRODUCTION... 3 2. FEATURES... 3 3. BLOCK DIAGRAM... 4 4. PIN ASSIGNMENT... 5 5. FUNCTION DESCRIPTIONS... 6 5.1. OSCILLATOR... 6 5.2.

More information

JMY504M User's Manual

JMY504M User's Manual JMY504M User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/28 Please read this manual carefully before using. If any problem, please mail to: Jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

AS5161-EK-AB / AS5162-EK-AB 12 BIT Magnetic Angle Position Sensor

AS5161-EK-AB / AS5162-EK-AB 12 BIT Magnetic Angle Position Sensor User Manual AS5161 / AS5162 Adapterboard AS5161-EK-AB / AS5162-EK-AB 12 BIT Magnetic Angle Position Sensor www.ams.com Revision 1.0 / 2012/10/31 Table of Contents 1. General Description... 2 2. Package

More information

EE100 EEPROM On Board and Off line Programmer Specification

EE100 EEPROM On Board and Off line Programmer Specification EE100 EEPROM On Board and Off line Programmer Specification V0.3 The Innovative solution to update the EEPROM on board and Offline EEPROM supported: SPI, I2C and Microwire EEPROM Voltages supported: 5V

More information

FPC2020 Fingerprint Processor Product Specification

FPC2020 Fingerprint Processor Product Specification Features Extremely easy to integrate minimizing time-to-market Supports area sensor FPC1011F One-To-One verification mode One-To-Many identification mode Flash interface for program and template storage

More information

Calibration Software PTC04 User Manual

Calibration Software PTC04 User Manual USER MANUAL CALIBRATION SOFTWARE PTC04 PROGRAMMER Introduction In this document you ll find a description of: The Calibration Setup. How to proceed with the calibration check. What if the calibration check

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

VP300 USB PD Type-C Controller for SMPS

VP300 USB PD Type-C Controller for SMPS Datasheet VP300 USB PD Type-C Controller for SMPS Aug. 30, 2016 Revision 0.6 Tel: 0755--32997776-18002593172 Fax: 0755--32997775 - Q 2966864704 Revision History Revision No. Draft Date History Initial

More information

Embedded WiFi Module for M2M and IOT

Embedded WiFi Module for M2M and IOT INGICS TECHNOLOGY SPECIFICATION Ver. 1C iwm021 Feb, 2015 Embedded WiFi Module for M2M and IOT size 20mmX15mm INGICS TECHNOLOGY CO., LTD. SUPPORT@INGICS.COM WWW.INGICS.COM 1 Contents Contents Introduction

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

AN2430 Application note

AN2430 Application note Application note STR75x SystemMemory boot mode Introduction te: This application note describes the features of the SystemMemory boot mode developed for STR75x Flash microcontrollers providing all the

More information

P A /P A Projected Capacitive Touch Solution Datasheet

P A /P A Projected Capacitive Touch Solution Datasheet P3012-02A /P3012-01A Projected Capacitive Touch Solution Datasheet Rev. : 1.0 Released date: 2013/08/22 Preface Disclaimer The information in this document is subject to change without notice. The manufacturer

More information

PS25251 EPIC Ultra High Impedance ECG Sensor Advance Information

PS25251 EPIC Ultra High Impedance ECG Sensor Advance Information EPIC Ultra High Impedance ECG Sensor Advance Information Data Sheet 291766 issue 1 FEATURES Ultra high input resistance, typically 20GΩ. Dry-contact capacitive coupling. Input capacitance as low as 15pF.

More information

TIM-UP 19k-S3-Spartan6

TIM-UP 19k-S3-Spartan6 TIM-UP 19k-S3-Spartan6 Hardware User Manual Contact Bluetechnix Waidhausenstraße 3/19 A-1140 Vienna AUSTRIA office@bluetechnix.com http://www.bluetechnix.com Date: 2016-02-05 Template No.: 900-306 / A

More information

AS5510. User Manual AS5510 Adapterboard. 10-bit Linear Incremental Position Sensor with Digital Angle output

AS5510. User Manual AS5510 Adapterboard. 10-bit Linear Incremental Position Sensor with Digital Angle output User Manual Adapterboard 10-bit Linear Incremental Position Sensor with Digital Angle output www.ams.com Revision 1.2-22/08/13 page 1/12 -AB-Manual Table of Contents 1 General Description... 3 2 List of

More information

SNC Four Channels Speech Controller

SNC Four Channels Speech Controller ========================== CONTENTS =========================== 1. INTRODUCTION... 3 2. FEATURES... 3 3. BLOCK DIAGRAM... 4 4. PIN ASSIGNMENT... 5 5. FUNCTION DESCRIPTIONS... 6 5.1. OSCILLATOR... 6 5.2.

More information

Product Specification

Product Specification Product Specification Product Name: M904S Bluetooth SiP Module -BT 4.0 LE Version: 1.04 Doc No: Date: Nov 25 th, 2016 MtM Technology Corporation 8F, 178 MinQuan East Road Section 3, Taipei, Taiwan (R.O.C.)

More information

P3010-C20/ P3010-C10 P3011-C20/ P3011-C10 P3012-C2A / P3012-CGA / P3012C1A Projected Capacitive Touch Solution Datasheet

P3010-C20/ P3010-C10 P3011-C20/ P3011-C10 P3012-C2A / P3012-CGA / P3012C1A Projected Capacitive Touch Solution Datasheet P3010-C20/ P3010-C10 P3011-C20/ P3011-C10 P3012-C2A / P3012-CGA / P3012C1A Projected Capacitive Touch Solution Datasheet Rev. : 1.3 Released date: 2013/10/18 Preface Disclaimer The information in this

More information

JetBox 9300/9310 User Manual. Hardware

JetBox 9300/9310 User Manual. Hardware JetBox 9300/9310 User Manual Hardware www.korenix.com 0.0.6 Copyright Notice Copyright 2008 Korenix Technology Co., Ltd. All rights reserved. Reproduction without permission is prohibited. Information

More information

CC26xBxA Bluetooth Smart and IoT Module

CC26xBxA Bluetooth Smart and IoT Module CC26xBxA Bluetooth Smart and IoT Module Features Fully compliant to Bluetooth Low Energy 5.0 (CC264BxA / CC264BxA-S) and 4.2 / 4.1 / 4.0 specifications High efficiency on-module printed PCB RF antenna

More information

BLE Bluetooth Low Energy Modules SBC2112-B. Preliminary Specification. Version 1.0

BLE Bluetooth Low Energy Modules SBC2112-B. Preliminary Specification. Version 1.0 BLE Bluetooth Low Energy Modules SBC2112-B Preliminary Specification Version 1.0 23-JUN.-2014 Content 1. Description...3 2. Features...3 3. Block Diagram...3 4. Radio Characteristics...4 5. Electrical

More information

Supports ISO14443A Mifare Classic 1K, Mifare Classic 4K, Mifare Ultralight. Fast data transfer - Contactless communication up to 106 KHz

Supports ISO14443A Mifare Classic 1K, Mifare Classic 4K, Mifare Ultralight. Fast data transfer - Contactless communication up to 106 KHz SM132-USB 13.56 MHz RFID Mifare Read / Write USB Module DATA SHEET Complete Read/Write module including antenna Supports ISO14443A Mifare Classic 1K, Mifare Classic 4K, Mifare Ultralight USB Interface

More information

Genesys Logic, Inc. GL823. USB 2.0 SD/MMC Card Reader Controller. Datasheet

Genesys Logic, Inc. GL823. USB 2.0 SD/MMC Card Reader Controller. Datasheet Genesys Logic, Inc. GL823 USB 2.0 SD/MMC Card Reader Controller Datasheet Rev. 1.00 Sep 21, 2009 Copyright Copyright 2009 Genesys Logic, Inc. All rights reserved. No part of the materials shall be reproduced

More information

4515DO DESCRIPTION STANDARD RANGES(IN H20)

4515DO DESCRIPTION STANDARD RANGES(IN H20) PCB Mounted Digital Output Transducer Combination Temperature and Pressure Pressure Ranges from 2 to 30inH20 I 2 C or SPI Protocol Differential & Gage Temperature Compensated 3.3 or 5.0 Vdc Supply Voltage

More information

RN-174 WiFly Super Module

RN-174 WiFly Super Module RN- WiFly Super Module Features Evaluation board for the RN- module Supports chip antenna (RN--C), PCB trace antenna (RN--P), wire antenna (RN--W), and U.FL connector for an external antenna (RN--U) Ultra-low

More information

Trueyes Inc. Carbon Dioxide (CO2) Module

Trueyes Inc. Carbon Dioxide (CO2) Module Trueyes Inc. Carbon Dioxide (CO2) Module A-1408~9, Gwangmyeong Techno Park, 60, Haan-ro, Gwangmeong-si, Gyeonggi-Do, Korea, 14322 TEL : +82-2-2083-2377~8 FAX : +82-2-2083-2379 1 Specifications General

More information

ELAN DIGITAL SYSTEMS LTD. CF428 COMPACT FLASH CF+ CARD USER S GUIDE

ELAN DIGITAL SYSTEMS LTD. CF428 COMPACT FLASH CF+ CARD USER S GUIDE ELAN DIGITAL SYSTEMS LTD. LITTLE PARK FARM ROAD, SEGENSWORTH WEST, FAREHAM, HANTS. PO15 5SJ. TEL: (44) (0)1489 579799 FAX: (44) (0)1489 577516 e-mail: support@pccard.co.uk website: http://www.pccard.co.uk

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 3/3/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 3/3/2011 www.rovingnetworks.com rn-174-ds v1.1 3/3/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

NHD-0220D3Z-FL-GBW-V3

NHD-0220D3Z-FL-GBW-V3 NHD-0220D3Z-FL-GBW-V3 Serial Liquid Crystal Display Module NHD- Newhaven Display 0220-2 Lines x 20 Characters D3Z- Model F- Transflective L- Yellow/Green LED Backlight G- STN Positive - Gray B- 6:00 Optimal

More information

Genesys Logic, Inc. GL827L. USB 2.0 Single Slot SD/MMC/MS Card Reader Controller. Datasheet

Genesys Logic, Inc. GL827L. USB 2.0 Single Slot SD/MMC/MS Card Reader Controller. Datasheet Genesys Logic, Inc. GL827L USB 2.0 Single Slot SD/MMC/MS Card Reader Controller Datasheet Revision 1.03 Oct. 17, 2008 Copyright: Copyright 2008 Genesys Logic Incorporated. All rights reserved. No part

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

Product Brief. Model: TLM922S-P01A. Ver.1.4

Product Brief. Model: TLM922S-P01A. Ver.1.4 Product Brief Model: TLM922S-P01A Ver.1.4 1 Index 1. Overview... 3 2. Product Features... 3 3. Application... 4 4. Product Specifications... 4 5. PIN Definition... 5 6. PCB Dimension... 6 7. Pin Configuration...

More information

FIM30xx. Stand-Alone Fingerprint Identification Device with Built-in CPU. Datasheet. NITGEN Page: 1 FIM30xx DataSheet

FIM30xx. Stand-Alone Fingerprint Identification Device with Built-in CPU. Datasheet. NITGEN Page: 1 FIM30xx DataSheet Stand-Alone Fingerprint Identification Device with Built-in CPU Datasheet NITGEN Page: 1 Copyright 2006 NITGEN Co., Ltd. NITGEN Page: 2 Revision History Date of Revision Version Description 2006-05-15

More information

EVAcharge SE - datasheet

EVAcharge SE - datasheet EVAcharge SE - datasheet Data Sheet (valid for board revision V0R4 or higher) Document history Revision 1.0 2013-10-10 Initial release 1.1 2013-11-06 Typo corrections 1.2 2014-05-13 Removed serial IF 1.3

More information

TIM-UP 19k-S3-Spartan 6

TIM-UP 19k-S3-Spartan 6 TIM-UP 19k-S3-Spartan 6 Software User Manual Contact Bluetechnix Waidhausenstraße 3/19 A-1140 Vienna AUSTRIA office@bluetechnix.com http://www.bluetechnix.com Date: 2014-05-27 Template No.: 900-306 / A

More information

NHD-0220D3Z-FL-GBW-V3

NHD-0220D3Z-FL-GBW-V3 NHD-0220D3Z-FL-GBW-V3 Serial Liquid Crystal Display Module NHD- Newhaven Display 0220-2 Lines x 20 Characters D3Z- Model F- Transflective L- Yellow/Green LED Backlight G- STN-Gray B- 6:00 Optimal View

More information

PS25401A / B EPIC Ultra High Impedance Movement Sensor

PS25401A / B EPIC Ultra High Impedance Movement Sensor EPIC Ultra High Impedance Movement Sensor Data Sheet 291837 issue 2 FEATURES Ultra high effective input resistance, typically 20GΩ. Effective input capacitance as low as 15pF. Upper 3dB point typically

More information

Genesys Logic, Inc. GL831A. SATA / PATA Bridge Controller. Datasheet

Genesys Logic, Inc. GL831A. SATA / PATA Bridge Controller. Datasheet Genesys Logic, Inc. GL831A SATA / PATA Bridge Controller Datasheet Rev. 1.03 Jul 27, 2009 Copyright Copyright 2009 Genesys Logic, Inc. All rights reserved. No part of the materials shall be reproduced

More information

SF100, SF200, SF300 Serial Flash Programming solutions

SF100, SF200, SF300 Serial Flash Programming solutions 4F., No.7, Ln. 143, Xinming Rd., Neihu Dist., Taipei City 114, Taiwan SF100, SF200, SF300 Serial Flash Programming solutions The Innovative solution to update the Serial Flash on board and Offline High

More information

Wireless Sensor Networks. FireFly 2.2 Datasheet

Wireless Sensor Networks. FireFly 2.2 Datasheet 2.2 Datasheet July 6, 2010 This page intentionally left blank. Contents 1. INTRODUCTION...1 Features...1 Applications...2 2. BLOCK DIAGRAM...3 3. HARDWARE CONNECTIONS...4 Power...5 Header 1 ( UARTS, I2C,

More information

eh880 Secure Smart Card Terminal

eh880 Secure Smart Card Terminal eh880 Secure 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. MCU Cards...

More information

PESD0402MS05 Surface Mount Polymeric ESD Suppressor

PESD0402MS05 Surface Mount Polymeric ESD Suppressor \ Description polymeric ESD suppressor help protect sensitive electronic equipment against electrostatic discharge (ESD) without distorting data signals. This protection is a result of its ultra-low capacitance

More information

SBD WARRIOR DATA SHEET

SBD WARRIOR DATA SHEET SBD WARRIOR DATA SHEET www.satelligent.ca v1.3 Features Controller for Iridium 9603 SBD transceiver 48 channel SiRFstarIV chipset based GPS Serial interface for 3rd party equipment or PC control Wide supply

More information

Ai-Thinker. ESP-12S Datasheet. Version V0. Copyright 2018 ESP-12S WIFI MODULE V0. Shenzhen Ai-Thinker Technology Co., Ltd All Rights Reserved

Ai-Thinker. ESP-12S Datasheet. Version V0. Copyright 2018 ESP-12S WIFI MODULE V0. Shenzhen Ai-Thinker Technology Co., Ltd All Rights Reserved Copyright 2018 Shenzhen Technology Co., Ltd All Rights Reserved ESP-12S Datasheet Version V0 Copyright 2018 Disclaimer and Copyright Notice Information in this document, including URL references, is subject

More information

EMIF06-USD14F3. 6-line low capacitance IPAD for micro-sd card with EMI filtering and ESD protection. Applications. Description. Features.

EMIF06-USD14F3. 6-line low capacitance IPAD for micro-sd card with EMI filtering and ESD protection. Applications. Description. Features. 6-line low capacitance IPAD for micro-sd card with EMI filtering and ESD protection Applications Datasheet production data Flip Chip (15 bumps) Consumer and computer electronics with micro-sd card such

More information

udrive-usd-g1 Embedded DOS micro-drive Module Data Sheet

udrive-usd-g1 Embedded DOS micro-drive Module Data Sheet 4D SYSTEMS udrive-usd-g1 Embedded DOS micro-drive Module Document Date: 4 rh November 2011 Document Revision: 4.0 Note: This revision of the Dcoument applies to udrive PmmC Rev23 or above. 2011 4D Systems

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 1/24/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 1/24/2011 www.rovingnetworks.com rn-174-ds v1.1 1/24/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

DIGITAL COMPASS SOLUTION

DIGITAL COMPASS SOLUTION Features 5 Heading Accuracy, 0.5 Resolution 2-axis Capability Small Size (19mm x 19mm x 4.5mm), Light Weight Advanced Hard Iron Calibration Routine for Stray Fields and Ferrous Objects 0 to 70 C Operating

More information

Ai-Thinker. ESP-01F Datasheet. Version V1 Copyright Copyright 2018 Shenzhen Ai-Thinker Technology Co., Ltd All Rights Reserved

Ai-Thinker. ESP-01F Datasheet. Version V1 Copyright Copyright 2018 Shenzhen Ai-Thinker Technology Co., Ltd All Rights Reserved Copyright 2018 Shenzhen Technology Co., Ltd All Rights Reserved ESP-01F Datasheet Version V1 Copyright 2018 Disclaimer and Copyright Notice Copyright 2018 Shenzhen Technology Co., Ltd All Rights Reserved

More information

ELAN DIGITAL SYSTEMS LTD.

ELAN DIGITAL SYSTEMS LTD. ELAN DIGITAL SYSTEMS LTD. LITTLE PARK FARM ROAD, SEGENSWORTH WEST, FAREHAM, HANTS. PO15 5SJ. TEL: (44) (0)1489 579799 FAX: (44) (0)1489 577516 e-mail: support@pccard.co.uk website: http://www.pccard.co.uk

More information

Genesys Logic, Inc. GL862. USB 2.0 PC Camera Controller. Product Overview

Genesys Logic, Inc. GL862. USB 2.0 PC Camera Controller. Product Overview Genesys Logic, Inc. GL862 USB 2.0 PC Camera Controller Product Overview Copyright Copyright 2012 Genesys Logic, Inc. All rights reserved. No part of the materials shall be reproduced in any form or by

More information

Bridgetek Pte Ltd. Datasheet CleO35-WIFI Module. 1 Introduction. 1.1 Features. CleO35-WIFI Module Datasheet Version 1.0

Bridgetek Pte Ltd. Datasheet CleO35-WIFI Module. 1 Introduction. 1.1 Features. CleO35-WIFI Module Datasheet Version 1.0 Document Reference No.:BRT_000117 Clearance No.:BRT#082 Bridgetek Pte Ltd Datasheet CleO35-WIFI Module 1 Introduction The CleO35-WIFI module is a Wi-Fi accessory for the CleO series the smart TFT display

More information

P A /P3009-0GA/P A P /P P A/ P A Projected Capacitive Touch Solution Datasheet

P A /P3009-0GA/P A P /P P A/ P A Projected Capacitive Touch Solution Datasheet P3009-02A /P3009-0GA/P3009-01A P3014-020/P3014-010 P3013-02A/ P3013-01A Projected Capacitive Touch Solution Datasheet Rev. : 1.1 Released date: 2013/08/22 Preface Disclaimer The information in this document

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

PAN3504 USB OPTICAL MOUSE SINGLE CHIP

PAN3504 USB OPTICAL MOUSE SINGLE CHIP General Description USB OPTICAL MOUSE SINGLE CHIP The is a CMOS process optical mouse sensor single chip with USB interface that serves as a nonmechanical motion estimation engine for implementing a computer

More information

GRF2505. Linear PA Driver/Ultra-low Noise Amplifier; GHz. Features. Applications. Preliminary. Product Description. Functional Block Diagram

GRF2505. Linear PA Driver/Ultra-low Noise Amplifier; GHz. Features. Applications. Preliminary. Product Description. Functional Block Diagram Linear PA Driver/Ultra-low Noise Amplifier; 4.0-6.0 GHz Package: 6-Pin DFN Product Description Features Broadband: 4.0 GHz to 6.0 GHz 0.80 db Noise Figure at 5.5 GHz 13.2 db gain, +33 dbm OIP3 and +20.5

More information

EMIF06-HSD04F3. 6-line low capacitance IPAD for micro-sd card with EMI filtering and ESD protection. Features. Application.

EMIF06-HSD04F3. 6-line low capacitance IPAD for micro-sd card with EMI filtering and ESD protection. Features. Application. 6-line low capacitance IPAD for micro-sd card with EMI filtering and ESD protection Features Datasheet production data Figure 1. Pin configuration (bump side) Very low line capacitance to compensate long

More information

MIFARE Secure OEM Reader Module Data Sheet

MIFARE Secure OEM Reader Module Data Sheet 724-10 MIFARE Secure OEM Reader Module Data Sheet General Description The 724-10 MIFARE Secure OEM Reader Module is a fully encapsulated device containing all the electronics required to perform a secure

More information