Application Note LT-1PA01. LT Series LT-1PA01. Proximity /Ambient Light Sensor. Features. Applications. Overview

Size: px
Start display at page:

Download "Application Note LT-1PA01. LT Series LT-1PA01. Proximity /Ambient Light Sensor. Features. Applications. Overview"

Transcription

1 Proximity /Ambient Light Sensor LT Series Features Proximity sensor and ambient light sensor in 1package Very small package size(l3.05 x W2.1 x H1.0 mm) Low Current consumption 80mA typical at sleeping time 800ms I2C serial communication <Proximity sensor> Extremely low current consumption Fully calibrated to 70 mm detection with gray card <Ambient Light Sensing (ALS)> Illuminance sensing angle is +/-45 degrees at 50% Low lux Performance at lux (High : 2k lux) Applications Mobile devices: Smart phone, PDA, GPS Computing devices: Laptop PC, Tablet PC Consumer devices: LCD-TV, digital picture frame, digital camera Industrial and proximity sensing Overview is an infrared proximity and ambient light sensor. In proximity sensing (PROX), the sensor can reliably detect an object entering or exiting a specified proximity field by emitting infrared light and measuring reflection from an object. In ambient light sensing (ALS), it measures the ambient light intensity. The can initiate measurements through an autonomous process. The operation procedure is described in this application note. 1 / 17

2 TABLE OF CONTENT 1. Overview 1 2. Basic Operation Initializing process 2.2 Interrupt handling Clear interrupt Read measurement data Signal processing Calculating equation of illuminance Proximity determination method 3. Sample code 10 2 / 17

3 2. Basic Operation The host can place the in an autonomous operational state where it performs measurements at set intervals and interrupts the host by asserting INT pin when measured value is greater or lesser than the preset threshold value. The can interrupt the host after each measurement is completed. When receiving the interrupt signal at INT pin, the host side read the measured value and switches the sensitivity range if necessary. Figure 2-1 shows the sequence diagrams of the host side and. Figure 2-2 shows the host side flowchart. Figure 2-1 and Figure 2-2 describe initializing process and interrupt handling. Host side Initializing process Brownout check initialization Interrupt setting PROX back-scatter setting ALS sensitivity range setting PROX sleeping time setting ALS IR Compensation setting Start measurement Interrupt handling Assert INT pin Clear interrupt source Read measurement data Figure 2-1 Sequence Diagram 3 / 17

4 Initializing process Interrupt handling Brownout check initialization Interrupt setting Is INT pin asserted? NO PROX back-scatter setting ALS sensitivity range setting YES Clear interrupt source PROX sleeping time setting Read measurement data ALS IR Compensation setting Signal processing Start measurement End End Figure 2-2 Host side processing flowchart 4 / 17

5 2.1 Initializing process In order to initialize, the host writes the setting values to register. The Table shows the register names and the corresponding setting values which make up the initializing process. Interrupt settings in the table are designed in order that the interrupt occurs on every measurement. Therefore PROX interrupt scheme is set to a window comparator scheme and PROX low threshold is set to the maximum (255) and PROX high threshold is set to the minimum (0). As a result, PROX measured value is always greater than the high threshold (0) or lesser than the low threshold (255). The PROX interrupt occurs after every measurement. The mechanism of ALS interrupt is same as the PROX interrupt. Therefore ALS low threshold is set to the maximum (4095) and ALS high threshold is set to the minimum (0). As a result, ALS measured value is always greater than the high threshold (0) or lesser than the low threshold (4095). The ALS interrupt occurs after every measurement. 5 / 17

6 Table Initializing process parameter list Processing Brownout check initialization Interrupt setting PROX back-scatter setting ALS sensitivity range setting PROX sleeping time setting ALS IR compensation setting Start measurement Register name Addr Setting Index (Parameter) ess value Description INTERRUPT 0x04 4 0b0 Clear brownout detected flag. (SUPPLY_FLAG) INTERRUPT 0x04 7 0b0 Clear PROX interrupt flag. (PROX_FLAG) INTERRUPT 0x04 6:5 0b00 Set Proximity persistency to 1. (PROX_PRST) INTERRUPT 0x04 3 0b0 Clear ALS interrupt flag. (ALS_FLAG) INTERRUPT 0x04 2:1 0b00 Set ALS persistency to 1. (ALS_PRST) INTERRUPT 0x04 0 0b0 Interrupt is active at either PROX (INT_CTRL) or ALS PROX_TH1 0x05 7:0 0xFF Set PROX low threshold to 255. PROX_TH2 0x06 7:0 0x00 Set PROX high threshold to 0. ALS_TH1 0x07 7:0 0xFF Set ALS low threshold to ALS_TH2 0x08 7:0 0xF0 Set ALS high threshold to 0. ALS_TH3 0x09 7:0 0x00 CONFIGURE1 (INT_TYPE) 0x02 7 0b1 Set PROX interrupt scheme to a window comparator scheme. CONFIGURE1 0x02 6:3 0b0000 Set PROX back-scatter (PROX_BSCAT) adjustment to minimum setting. Refer to 8. 2 Measurement Proximity Offset on a datasheet. CONFIGURE1 0x02 1:0 0b11 Set ALS range to (ALS_RANGE) CONFIGURE0 0x01 4:2 0b001 Set the sleeping time between (PROX_SLP) PROX detections to 100 msec. CONFIGURE2 0x03 4:0 0b10000 Set ALS IR compensation to (ALS_KN) default setting. Refer to 8. 2 Measurement ALS IR Compensation on a datasheet. CONFIGURE0 0x01 5 0b1 Start measurement of PROX. (PROX_EN) CONFIGURE1 0x02 2 0b1 Start measurement of ALS. (ALS_EN) 6 / 17

7 The setting values in the table can be changed. To find out optimal setting values, please follow the following procedure. Interrupt setting Appropriate threshold settings can reduce the number of wasteful register reading from the host. For example, if the ALS_DT is 1000 then set ALS low threshold to 500 and set ALS high threshold to As a result, interrupt does not occur until ALS_DT value gets to more than 1500 or less than 500. PROX back-scatter setting PROX_BSCAT=0b0000 means No proximity offset cancellation. Each count subtracts about 32 counts from the proximity offset data. Procedure to determine PROX back-scatter setting is as follows: With no IR reflective object in the field of view of, adjust PROX_BSCAT to minimize the proximity data count. Note that the proximity data count should always be more than zero. ALS IR compensation setting Programmable active IR compensation fine-tunes ALS performance for specific glass. Optimize the measurement variation between various IR-content light sources. IR compensation value depends on chip coating variation and customer optical solution, mechanical solution & glass type. Tuning is required most when the glass is very dark < 10% visible. If the customer does not know the optical / mechanical layout, the customer should use code: 0b b00000: Minimum IR compensation 0b10000: Default 0b11111: Maximum IR compensation IR compensation range 2.1% ALS_KN 0.1% (EQ ) Procedure to determine ALS IR Compensation setting is as follows: Step 1: Measure the ALS counts and lux level under a white LED light source without IR spectrum. Step 2: Measure the ALS counts and lux level under a 850nm IR LED and above white LED light sources. Step 3: Adjust IR compensation for ALS (Reg 0x03, Bits 4:0) until IR LED light source contribution is under 10%. 7 / 17

8 2.2 Interrupt handling Application Note Clear interrupt Clear interrupt is achieved by writing 0 to each bit of INTERRUPT (address: 0x04) from the host side. In case of clearing all interrupts, write 0 to each bit of INTERRUPT including bit 7 and bit 3. In order to remove the possibility of clearing interrupts accidentally, write 1 to the bit which should not be cleared. Writing 1 to the bit which value is 0 results in nothing. The value does not turn to 1 and remains being 0. Of course writing 1 to the bit which value is 1 results in nothing Read measurement data The measurement data is read from 4 registers; PROX_DT@0x0A, ALS_DT1@0x0B, ALS_DT2@0x0C and PROX_WASH@0x0D. ALS_DT is 12 bit length and stored in ALS_DT1 and ALS_DT2 as MSB and LSB respectively. If PROX_WASH bit (PROX_WASH@0x0D, bit 0) is 0b1, PROX_DT is always 0x Signal processing The signal processing of illuminance calculation and proximity determination uses the measurement data of ALS_DT1, ALS_DT2, PROX_DT and PROX_WASH. The illuminance calculation uses the measured value of ALS_DT1 and ALS_DT2. The proximity determination uses the PROX_DT and PROX_WASH Calculating equation of illuminance The s ADC output codes are directly proportional to lux. E α OUT EQ In Equation , E is the calculated lux reading and OUT represents the ADC code. The constant α to plug in is determined by the range bit ALS_RANGE (register 0x02 bit 1:0) and is independent of the light source type. Table shows four different scale factors. Table ALS Sensitivity at different ranges ALS_RANGE α RANGE (LUX/Count) / 17

9 2.2.5 Proximity determination method In the proximity detection, the sensor emits the infrared light and the proximity detection is achieved by comparing the infrared light reflection value and the threshold. You can get the measured infrared light reflection value by reading PROX_DT register. An example of relationship between sensor-object distance and PROX_DT is shown in Figure PROX_DT [a.u.] Distance to Gap to Cover glass with Glay card (18%) [mm] Figure An example of relationship between sensor-object distance and PROX_DT Two thresholds for the reflected infrared light are adopted to determine the adjacency of an object with hysteresis (Figure ). Since it is considered that the more PROX_DT (amount of reflection value), the more adjacent an object is, when the PROX_DT exceeds the upper threshold, it determines that an object is adjacent and when the PROX_DT falls below the lower threshold, it determines that an object is not adjacent. PROX_DT Upper threshold Not adjacent Adjacent Not adjacent Lower threshold Time Figure An example of proximity judgment with two thresholds 9 / 17

10 3. Sample code /*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+ * Copyright (c) 2014 Murata Manufacturing Co., Ltd. All Rights Reserved. *-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+* * CREATE : 2014/08/19 * VERSION : 1.0 *-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-*/ /******************************************************************************* 1. MURATA AND ITS AFFILIATES SHALL NOT BE LIABLE TO LICENSEE OR TO ANY OF LICENSEEA AND ITS AFFILIATES SHALL NOT BE LIABLE TO LICENSEE OR TO ANY OF ** PUNITIVE, OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THE LICENSING OR USE OF THE SOFTWARE OR FOR ANY ERROR OR DEFECT IN THE SOFTWARE. 2. THE SOFTWARE IS LICENSED R ANY ERROR OR DEFECT IN THE SOFTWARE. E REPRESENT OR WARRANT THAT ERRORS IN THE SOFTWARE WILL BE CORRECTED OR THAT THE SOFTWARE WILL RUN ERROR-FREE. THERE ARE NO WARRANTIES COVERING THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY WARRANTY OF DESIGN, MERCHANTABLITY, FITNESS FOR A PARTICULAR PURPOSE, OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. 3. LICENSEE SHALL INDEMNIFY MURATA AND ITS AFFILIATES AND HOLD THEM HARMLESS FROM ANY AND ALL LIABILITIES, CLAIMS, COSTS, LOSSES, AND EXPENSES INCLUDING, BUT NOT LIMITED TO, REASONABLE ATTORNEYSSTS, LOSSES, AND EXPENSES INCLUDING, MURATA AND ITS AFFILIATES, OR BOTH, ARISING OUT OF OR RELATING TO LICENSEE S MISUSE, MODIFICATION, UPGRADE, ADDITIONS, ALTERATION, MARKETING, DISCLOSURE, SALE, SUBLICENSING, OR OTHER DISTRIBUTION OF THE SOFTWARE. *******************************************************************************/ #define U8 unsigned char #define U16 unsigned short #define S16 signed short #define U32 unsigned long int #define S32 signed long int #define REG_CHIPID 0x00U #define REG_CONFIGURE0 0x01U #define REG_CONFIGURE1 0x02U #define REG_CONFIGURE2 0x03U #define REG_INTERRUPT 0x04U #define REG_PROX_TH1 0x05U #define REG_PROX_TH2 0x06U #define REG_ALS_TH1 0x07U #define REG_ALS_TH2 0x08U #define REG_ALS_TH3 0x09U #define REG_PROX_DT 0x0AU #define REG_ALS_DT1 0x0BU #define REG_ALS_DT2 0x0CU #define REG_PROX_WASH 0x0DU typedef enum LT1PA01_Sensitivity_ LT1PA01_ALS_62 = 0, LT1PA01_ALS_125, LT1PA01_ALS_1000, LT1PA01_ALS_2000 LT1PA01_Sensitivity; 10 / 17

11 typedef enum LT1PA01_PROX_STATUS_ LT1PA01_PROX_STATUS_NOT_ADJACENT = 0, LT1PA01_PROX_STATUS_ADJACENT = 1 LT1PA01_PROX_STATUS; typedef struct LT1PA01_PROX_CONFIG_ U8 upper_threshold; U8 lower_threshold; LT1PA01_PROX_CONFIG; void LT1PA01_init(void); void LT1PA01_clear_interrupt(U8* interrupt); void LT1PA01_PROX_read_data(U8* prox_dt, U8* prox_washout); void LT1PA01_ALS_read_data(U16* als_dt); float LT1PA01_ALS_calc(U16 als_dt, LT1PA01_Sensitivity als_range); LT1PA01_PROX_STATUS LT1PA01_PROX_calc(U8 prox_dt); void LT1PA01_WriteToRegister(U8 reg, U8 value) /* Please describe the I2C Single Write operation according to */ /* the host environment. */ U8 LT1PA01_ReadFromRegister(U8 reg) /* Please describe the I2C Single Read operation according to */ /* the host environment. */ return 0U; void LT1PA01_WriteToRegisters(U8 reg, U8* value, U8 num) /* Please describe the I2C Burst Write operation according to */ /* the host environment. */ void LT1PA01_ReadFromRegisters(U8 reg, U8* value, U8 num) /* Please describe the I2C Burst Read operation according to */ /* the host environment. */ U8 IntFlg = 0U; void inerrupt_handler(void) /* This function is supposed to be called when INT pin interrupt occurs. */ IntFlg = 1U; /* Initializing process */ void LT1PA01_init (void) 11 / 17

12 U8 data = 0U; /*-- * Brownout check initialization * Interrupt setting *-*/ /* INTERRUPT PROX_FLAG: Clear PROX interrupt flag. PROX_PRST: Set Proximity persistency to 1 conversion. SUPPLY_FLAG: Clear brownout detected flag. ALS_FLAG: Clear ALS interrupt flag. ALS_PRST: Set ALS persistency to 1 conversion. INT_CTRL: Interrupt is active at either PROX or ALS */ data = 0x00U; LT1PA01_WriteToRegister(REG_INTERRUPT, data); /*-- * Interrupt setting *-*/ /* PROX low threshold = 255 (0xFF) PROX high threshold = 0 (0x00) ALS low threshold = 4095 (0xFFF) ALS high threshold = 0 (0x000) */ LT1PA01_WriteToRegister(REG_PROX_TH1, 0xFFU); LT1PA01_WriteToRegister(REG_PROX_TH2, 0x00U); LT1PA01_WriteToRegister(REG_ALS_TH1, 0xFFU); LT1PA01_WriteToRegister(REG_ALS_TH2, 0xF0U); LT1PA01_WriteToRegister(REG_ALS_TH3, 0x00U); /*-- * Interrupt setting * PROX back-scatter setting * ALS sensitivity range setting *-*/ /* CONFIGURE 1 INT_TYPE: Set to a window comparator scheme. PROX_BSCAT: Set to minimum setting. ALS_EN: ALS_RANGE: Set to */ data = 0x83U; LT1PA01_WriteToRegister(REG_CONFIGURE1, data); 12 / 17

13 /*-- * PROX sleeping time setting *-*/ /* CONFIGURE 0 Reserved: PROX_EN: PROX_SLP: Set to 100 msec. Reserved: */ data = 0x04U; LT1PA01_WriteToRegister(REG_CONFIGURE0, data); /*-- * ALS IR compensation setting *-*/ /* CONFIGURE 2 Reserved: ALS_KN: Set to default setting */ data = 0x10U; LT1PA01_WriteToRegister(REG_CONFIGURE2, data); /*-- * Start measurement *-*/ /* CONFIGURE 0 Reserved: PROX_EN: Start measurement of PROX PROX_SLP: Reserved: */ data = 0x24U; LT1PA01_WriteToRegister(REG_CONFIGURE0, data); /* CONFIGURE 1 INT_TYPE: PROX_BSCAT: ALS_EN: Start measurement of ALS ALS_RANGE: / 17

14 */ data = 0x87U; LT1PA01_WriteToRegister(REG_CONFIGURE1, data); /* Clear Interrupt source */ void LT1PA01_clear_interrupt(U8* interrupt) /* Specify the interrupt source. */ *interrupt = LT1PA01_ReadFromRegister(REG_INTERRUPT); if ((*interrupt & 0x10U)!= 0U) /* INTERRUPT PROX_FLAG: PROX_PRST: SUPPLY_FLAG: Brownout detected ALS_FLAG: ALS_PRST: INT_CTRL: */ /* Please describe the code to do after brownout detection. */ if ((*interrupt & 0x80U)!= 0U) /* INTERRUPT PROX_FLAG: PROX interrupt, Write 0 to clear PROX_PRST: SUPPLY_FLAG: Write 1 to NOT clear ALS_FLAG: Write 1 to NOT clear ALS_PRST: INT_CTRL: */ /* Clear interrupt source. */ LT1PA01_WriteToRegister(REG_INTERRUPT, ((*interrupt 0x18U) ^ 0x80U)); if ((*interrupt & 0x08U)!= 0U) /* INTERRUPT PROX_FLAG: Write 1 to NOT clear PROX_PRST: SUPPLY_FLAG: Write 1 to NOT clear 14 / 17

15 ALS_FLAG: ALS interrupt, Write 0 to clear ALS_PRST: INT_CTRL: */ /* Clear interrupt source. */ LT1PA01_WriteToRegister(REG_INTERRUPT, ((*interrupt 0x90U) ^ 0x08U)); return; /* Read measurement data of ALS */ void LT1PA01_ALS_read_data(U16* als_dt) U8 data[2u]; /* data[0u]: ALS_DT1 (MSB) data[1u]: ALS_DT2 (LSB) */ LT1PA01_ReadFromRegisters(REG_ALS_DT1, data, 2U); *als_dt = (U16)data[1U] + (U16)(((U16)data[0U])<<8); return; /* Read measurement data of PROX */ void LT1PA01_PROX_read_data(U8* prox_dt, U8* prox_washout) *prox_dt = LT1PA01_ReadFromRegister(REG_PROX_DT); *prox_washout = LT1PA01_ReadFromRegister(REG_PROX_WASH); return; /* Signal processing for ALS */ float LT1PA01_ALS_calc(U16 als_dt, LT1PA01_Sensitivity als_range) float LuxPerCounts[4] = , , , /* Refer to Table */ ; float lux; lux = (float)als_dt * LuxPerCounts[als_range]; return lux; /* Signal processing for PROX */ LT1PA01_PROX_STATUS LT1PA01_PROX_calc(U8 prox_dt) static LT1PA01_PROX_STATUS prox_status = LT1PA01_PROX_STATUS_NOT_ADJACENT; LT1PA01_PROX_CONFIG prox_config; prox_config.upper_threshold = 80U; /* TBD Depend on Customer setting */ prox_config.lower_threshold = 40U; /* TBD Depend on Customer setting */ 15 / 17

16 if (prox_status == LT1PA01_PROX_STATUS_NOT_ADJACENT) if (prox_dt > prox_config.upper_threshold) prox_status = LT1PA01_PROX_STATUS_ADJACENT; else if (prox_dt < prox_config.lower_threshold) prox_status = LT1PA01_PROX_STATUS_NOT_ADJACENT; return prox_status; void main (void) U8 prox_dt = 0U; U8 prox_washout = 0U; U16 als_dt = 0U; U8 interrupt = 0U; float lux = 0.0F; LT1PA01_PROX_STATUS prox_status = LT1PA01_PROX_STATUS_NOT_ADJACENT; LT1PA01_init(); while (1) /* This flag is supposed to be set after INT pin interrupt occurs. */ if (IntFlg!= 0U) IntFlg = 0U; /* Clear Interrupt source */ LT1PA01_clear_interrupt(&interrupt); if ((interrupt & 0x80U)!= 0U) /* INTERRUPT PROX_FLAG: PROX interrupt PROX_PRST: SUPPLY_FLAG: ALS_FLAG: ALS_PRST: INT_CTRL: */ /* Read measurement data of PROX */ LT1PA01_PROX_read_data(&prox_dt, &prox_washout); 16 / 17

17 if ((prox_washout & 0x01U)!= 0U) /* PROX_WASH PROX_DAC: PROX_WASH: Ambient light saturation */ /* Assumption that there is no object */ prox_status = LT1PA01_PROX_STATUS_NOT_ADJACENT; else /* Signal processing for PROX */ prox_status = LT1PA01_PROX_calc(prox_dt); if ((interrupt & 0x08U)!= 0U) /* INTERRUPT PROX_FLAG: PROX_PRST: SUPPLY_FLAG: ALS_FLAG: ALS interrupt ALS_PRST: INT_CTRL: */ /* Read measurement data of ALS */ LT1PA01_ALS_read_data(&als_dt); /* Signal processing for ALS */ lux = LT1PA01_ALS_calc(als_dt, LT1PA01_ALS_2000); /*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+ end of file +-*-+-*-+-*-+-*-+-*-+-*-+-*-+-*-+*/ 17 / 17

VDD_PULLUP 250 VDD SCL, SDA

VDD_PULLUP 250 VDD SCL, SDA DATASHEET ISL29147 Low Power Ambient Light and Proximity Sensor with Enhanced Infrared Rejection FN8409 Rev 3.00 The ISL29147 is a low power Ambient Light Sensor (ALS) and proximity (PROX) sensor. It has

More information

RA VDD_ANALOG AVDD INT

RA VDD_ANALOG AVDD INT DATASHEET ISL29038 Low Power Ambient Light and Proximity Sensor with Enhanced Infrared Rejection FN7851 Rev 1.00 The ISL29038 is a low power Ambient Light Sensor (ALS) and proximity (PROX) sensor. It has

More information

Color 7 click. PID: MIKROE 3062 Weight: 19 g

Color 7 click. PID: MIKROE 3062 Weight: 19 g Color 7 click PID: MIKROE 3062 Weight: 19 g Color 7 click is a very accurate color sensing Click board which features the TCS3472 color light to digital converter with IR filter, from ams. It contains

More information

GestureR User Manual June 5, 2014

GestureR User Manual June 5, 2014 Page 1/32 GestureR User Manual June 5, 2014 Page 2/32 Table of Contents 1. Introduction... 6 2. Variants of GestureR... 6 2.1. GestureR SHIELD... 6 2.2. GestureR SHIELD ULTRA... 7 2.3. GestureR BREAD...

More information

PRODUCT CONTENTS... 3 II. REQUIRED MATERIALS... 3 III. OVERVIEW... 3 IV. BENCH LAYOUT...

PRODUCT CONTENTS... 3 II. REQUIRED MATERIALS... 3 III. OVERVIEW... 3 IV. BENCH LAYOUT... IR-510 Bench 2012 Infrared Industries, Inc. 25590 Seaboard Lane Hayward, CA 94545 Toll-free phone 800.344.0321 Phone 510.782.8100 Fax 510.782.8101 www.infraredindustries.com Table of Contents I. PRODUCT

More information

NPN output. 200 mm. Type Cable length Model Remarks

NPN output. 200 mm. Type Cable length Model Remarks Retroreflective Photomicrosensor with Lens CSM DS_E_5_2 Photomicrosensor with light modulation for reduced external light interference. Easy adjustment and optical axis monitoring with a light indicator.

More information

TECHNICAL DEPT. Lenses Test Report

TECHNICAL DEPT. Lenses Test Report Via Monfalcone 41 20092 Cinisello Balsamo (Milano) Italy Tel. +39 0266013695 Fax +39 0266013530 MODEL NO: SUBJECT: CREE XLAMP LEDs 1W XR-E, Lens Coupling - Output Luminous Intensity Measurement High efficiency

More information

UM2356 User manual. VL53L1X API user manual. Introduction

UM2356 User manual. VL53L1X API user manual. Introduction User manual VL53L1X API user manual Introduction The VL53L1X is a long distance ranging Time-of-Flight sensor. The purpose of this user manual is to describe the set of functions to call to get ranging

More information

Section 5 SERCOM. Tasks SPI. In this section you will learn:

Section 5 SERCOM. Tasks SPI. In this section you will learn: Section 5 SERCOM SPI Tasks In this section you will learn: SPI protocol SERCOM Engine on SAMD20 How to use SERRCOM in SPI mode Implementation of SPI communication 04/12/2013 Table of Contents 1. The SPI

More information

DESIGNER S NOTEBOOK Proximity Detection and Link Budget By Tom Dunn July 2011

DESIGNER S NOTEBOOK Proximity Detection and Link Budget By Tom Dunn July 2011 INTELLIGENT OPTO SENSOR Number 38 DESIGNER S NOTEBOOK Proximity Detection and Link Budget By Tom Dunn July 2011 Overview TAOS proximity sensors operate by flashing an infrared (IR) light towards a surface

More information

MEAS TEMPERATURE SYSTEM SENSOR (TSYS01) XPLAINED PRO BOARD

MEAS TEMPERATURE SYSTEM SENSOR (TSYS01) XPLAINED PRO BOARD MEAS TEMPERATURE SYSTEM SENSOR (TSYS01) XPLAINED PRO BOARD Digital Temperature Digital Component Sensor (DCS) Development Tools Performance -5 C to 50 C accuracy: 0.1 C -40 C to 125 C accuracy: 0.5 C Very

More information

WIRELESS DIGITAL PAN & TILT SURVEILLANCE SYSTEM. Model No. : WSS-1 USER MANUAL. Please read this user manual carefully before using this product!

WIRELESS DIGITAL PAN & TILT SURVEILLANCE SYSTEM. Model No. : WSS-1 USER MANUAL. Please read this user manual carefully before using this product! ECG WIRELESS DIGITAL PAN & TILT SURVEILLANCE SYSTEM Model No. : WSS-1 USER MANUAL Please read this user manual carefully before using this product! ECG Packing List: WSS-1 2.4 GHz Wireless Camera (1) 2.4

More information

SGJ Cable Actuated Sensor Industrial CANBus J1939

SGJ Cable Actuated Sensor Industrial CANBus J1939 Cable Actuated Sensor Industrial CANBus J939 Two Available Stroke Ranges: 0-80 in & 0-20 in. Rugged Polycarbonate Enclosure Simple Installation Compact Design Built for IP67 environments IN STOCK FOR QUICK

More information

COMMAND REGISTER LIGHT DATA PROCESS CHANNEL DATA

COMMAND REGISTER LIGHT DATA PROCESS CHANNEL DATA DATASHEET ISL29027 Proximity Sensor with Intelligent Interrupt and Sleep Modes FN7815 Rev 1.00 The ISL29027 is an integrated infrared light-to-digital converter with a built-in IR LED driver and I 2 C

More information

BME280 Combined humidity and pressure sensor

BME280 Combined humidity and pressure sensor BME280 Combined humidity and pressure sensor BME280: Application note (self-test) Document revision 1.0 Document release date 7 May 2014 Document number BST-BME280-AN000-00 Technical reference code(s)

More information

Glover and August 2011

Glover and August 2011 INTELLIGENT OPTOO SENSOR Number 30A DESIGNER S NOTEBOOK TSL2771 I 2 C Communications and Proximity Algorithm by Joe Smith, Todd Bishop, Kerry Glover and Florencio Villasenor August 2011 Abstractt TAOS

More information

MPR121 Proximity Detection

MPR121 Proximity Detection Freescale Semiconductor Application Note Rev 0, 03/2010 MPR121 Proximity Detection INTRODUCTION MPR121 is a feature rich, second generation touch sensor controller after Freescale s initial release of

More information

AT11512: SAM L Brown Out Detector (BOD) Driver. Introduction. SMART ARM-based Microcontrollers APPLICATION NOTE

AT11512: SAM L Brown Out Detector (BOD) Driver. Introduction. SMART ARM-based Microcontrollers APPLICATION NOTE SMART ARM-based Microcontrollers AT11512: SAM L Brown Out Detector (BOD) Driver APPLICATION NOTE Introduction This driver for Atmel SMART ARM -based microcontrollers provides an interface for the configuration

More information

User guide TMD2725 EVM. TMD2725 ALS and Proximity Sensor Evaluation Kit. Version 1.0

User guide TMD2725 EVM. TMD2725 ALS and Proximity Sensor Evaluation Kit. Version 1.0 User guide TMD2725 EVM TMD2725 ALS and Proximity Sensor Evaluation Kit Version 1.0 Contents 1 Establishing basic functionality... 5 2 TMD2725 EVM graphical user interface (GUI)... 5 2.1 Software overview...

More information

Grove - 80cm Infrared Proximity Sensor

Grove - 80cm Infrared Proximity Sensor Grove - 80cm Infrared Proximity Sensor Introduction 3.3V 5.0V Analog The 80cm Infrared Proximity Sensor is a General Purpose Type Distance Measuring Sensor. This sensor SharpGP2Y0A21YK, boasts a small

More information

Evaluation Hardware/Software Manual for ALS and Proximity Sensors

Evaluation Hardware/Software Manual for ALS and Proximity Sensors Evaluation Hardware/Software Manual for ALS and Proximity Sensors (http://www.intersil.com/lightsensor/) Ambient Light Sensor Products ISL90 FAMILY ALS IR PROXIMITY ISL90 (Note ) X X X ISL908 (Note ) (No

More information

Heart Rate Sensor with I 2 C Interface

Heart Rate Sensor with I 2 C Interface EM7028 Datasheet Heart Rate Sensor with I 2 C Interface Revision V 1.0 2016-05-03 Updated EM7028 Datasheet Page 1 CONTENTS 1. Description... 6 2. Features... 6 3. Functional Block Diagram... 7 4. PIN Configuration...

More information

User Manual 2XB45 Control Software USB to I 2 C Drivers

User Manual 2XB45 Control Software USB to I 2 C Drivers IMAGING SOLUTIONS INC. Original Equipment Manufacturer User Manual 2XB45 Control Software USB to I 2 C Drivers 20B45 21B45 20B45M 21B45M Prior to Using This Document: Videology reserves the right to modify

More information

Low Pressure Digital & Analog Sensor

Low Pressure Digital & Analog Sensor Low Pressure Digital & Analog Sensor SM6291, SM6391, SM6491 Gauge and Differential Pressure Sensor FEATURES Pressure range from 0.3 to 0.79 psi; gauge, differential or asymmetric differential outputs Digital

More information

User s Manual DAGE-MTI. IR-1000 IR CCD Camera

User s Manual DAGE-MTI. IR-1000 IR CCD Camera User s Manual DAGE-MTI IR-1000 IR CCD Camera Purchaser s Record Model Name: DAGE-MTI IR-1000 Serial Number: Dealer s Name: Dealer s Address: Dealer s Phone Number: Date Purchased: P.O. Number: Introduction

More information

ADC Driver for MC9S08GW64

ADC Driver for MC9S08GW64 Freescale Semiconductor Application Note Document Number: AN4169 Rev. 2, 2010 ADC Driver for MC9S08GW64 by: Tanya Malik Microcontroller Solutions Group Noida India 1 Introduction ADC converts an input

More information

QUICK START GUIDE.

QUICK START GUIDE. QUICK START GUIDE www.speedcheetah.com Thank you for purchasing the Cheetah C550. You made a smart choice! The Cheetah C550 is a GPS driver safety system to help protect you and your family, as well as

More information

Hardware Documentation

Hardware Documentation Hardware Documentation for JTAG Debug Adapter Version 1.0 2014-12-02 F&S Elektronik Systeme GmbH Untere Waldplätze 23 D-70569 Stuttgart Fon: +49(0)711-123722-0 Fax: +49(0)711 123722-99 History Date V Platform

More information

LED..O..M Series Diffused On-Axis Lights

LED..O..M Series Diffused On-Axis Lights LED..O..M Series Diffused On-Axis Lights Uniform Lighting for Machine Vision Applications Features Diffused on-axis illumination for uniform lighting on specular surfaces Five light colors Two sizes available

More information

Grove - Digital Light Sensor

Grove - Digital Light Sensor Grove - Digital Light Sensor Introduction 3.3V 5.0V Digital This module is based on the I2C light-to-digital converter TSL2561 to transform light intensity to a digital signal. Different from traditional

More information

Grove - 80cm Infrared Proximity Sensor User Manual

Grove - 80cm Infrared Proximity Sensor User Manual Grove - 80cm Infrared Proximity Sensor User Manual Release date: 2015/9/22 Version: 1.0 Wiki: http://www.seeedstudio.com/wiki/index.php?title=twig_-_80cm_infrared_proximity_sensor_v0.9 Bazaar: http://www.seeedstudio.com/depot/grove-80cm-infrared-

More information

B/W PAN/TILT FIXED DOME CAMERA

B/W PAN/TILT FIXED DOME CAMERA B/W PAN/TILT FIXED DOME CAMERA OWNER S MANUAL INSTALLATION AND OPERATION MODEL: BEFORE INSTALLING OR OPERATING THE SYSTEM, PLEASE READ THIS MANUAL. CA1022 Important Safety Instructions Remove all packaging

More information

TECHNICAL DEPT. Reflectors Test Report

TECHNICAL DEPT. Reflectors Test Report Via Monfalcone 41 20092 Cinisello Balsamo (Milano) Italy Tel. +39 0266013695 Fax +39 0266013500 KCLP series REFLECTORS for Lambertian KCLP Series High efficiency Available in 2 different beams Ø 17mm and

More information

Application Note. I²C Interface for Digital CO2 Measurement Module

Application Note. I²C Interface for Digital CO2 Measurement Module APPLICATION NOTE AN1804-1 Application Note I²C Interface for Digital CO2 Measurement Module Rev. 1.0 04/2018 Relevant for: This application note applies to EE894 Introduction: EE894 supports the standard

More information

AVR4018: Inertial Two (ATAVRSBIN2) Hardware User's Guide. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR4018: Inertial Two (ATAVRSBIN2) Hardware User's Guide. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR4018: Inertial Two (ATAVRSBIN2) Hardware User's Guide Features Compatible with all Atmel AVR Xplain MCU boards Full nine-degree-of-freedom inertial sensing InvenSense three-axis MEMS gyroscope (IMU-3000

More information

1. Features and Benefits

1. Features and Benefits 1. Features and Benefits Single die, low cost 16x4 pixels IR array Factory calibrated absolute PTAT temperature sensor for measuring die temperature Separate channel for connecting additional IR sensor

More information

Simblee RFD77402 IoT 3D ToF Sensor Module

Simblee RFD77402 IoT 3D ToF Sensor Module Simblee RFD77402 IoT 3D ToF Sensor Module Simblee IoT 3D ToF Sensor Module RFD77402 DATASHEET Features Fully Integrated microelectronic device with an embedded sensor and VCSEL(Vertical Cavity Surface

More information

Photoelectric Sensor

Photoelectric Sensor Photoelectric Sensor Small General-purpose Photoelectric Sensor with Built-in Power Supply Built-in amplifier accepts wide supply voltage range. Slim, space-saving construction measures only 50 x 50 x

More information

Model NPN output PNP output Standard. configuration

Model NPN output PNP output Standard. configuration Slot-type Photomicrosensor (Non-modulated) *1 EE-SX/6 CSM_EE-SX/6_DS_E_1_ Global Standard Slot-type photomicrosensors with 0- to 100-mA direct switching capacity. Series includes that enable switching

More information

MiraVision Picture Quality Enhancement Technology for Displays MediaTek White Paper January 2015

MiraVision Picture Quality Enhancement Technology for Displays MediaTek White Paper January 2015 Picture Quality Enhancement Technology for Displays MediaTek White Paper January 2015 2015 MediaTek Inc. 1 The Total Solution to Picture Quality Enhancement In multi media technology the display interface

More information

Web Site: Forums: forums.parallax.com Sales: Technical:

Web Site:  Forums: forums.parallax.com Sales: Technical: Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

E3Z-G. Photoelectric Sensor with Grooved Design and Easy Settings. Grooved-type Photoelectric Sensor with Built-in Amplifier. Ordering Information

E3Z-G. Photoelectric Sensor with Grooved Design and Easy Settings. Grooved-type Photoelectric Sensor with Built-in Amplifier. Ordering Information Grooved-type with Built-in Amplifier EZ-G CSM_EZ-G_DS_E_9_ with Grooved Design and Easy Settings Groove-type with groove width of 5 mm. Models are available with one or two light axes. Models are available

More information

Application Note. Connecting standard LCD modules to. the MB90670/5 series. History 01 th Feb. 97 MM V1.0 started 28 th June 00 TKa V1.

Application Note. Connecting standard LCD modules to. the MB90670/5 series. History 01 th Feb. 97 MM V1.0 started 28 th June 00 TKa V1. Application Note Connecting standard LCD modules to the MB90670/5 series Fujitsu Microelectronics Europe GmbH, Microcontroller Application Group History 01 th Feb. 97 MM V1.0 started 28 th June 00 TKa

More information

BD027-14E Low-Voltage Nanopower Digital Switch for Medical Devices

BD027-14E Low-Voltage Nanopower Digital Switch for Medical Devices BD27-14E Low-Voltage Nanopower Digital Switch for Medical Devices Key Features Low Voltage Operation to.9 V Power Consumption 45 nw Maximum at.9 V Digital Switch Output Precise Detection of Low Magnetic

More information

Wasp Embedded Controller

Wasp Embedded Controller Wasp Embedded Controller Wasp16/32/64 Hardware Reference Guide PCB Rev 1.0 WASP16 WASP32 WASP64 MC433 Hardware Reference Guide Manual Revision 0.85 Table of Contents Warranty Statement...2 1.0 Introduction....4

More information

Ambient Weather SP-216 Solar Power Meter User Manual

Ambient Weather SP-216 Solar Power Meter User Manual Ambient Weather SP-216 Solar Power Meter User Manual Table of Contents 1. Introduction... 2 2. Getting Started... 2 2.1 Parts List... 2 2.2 Precautions... 2 2.3 Installing the Battery... 2 3. Display Layout...

More information

Rev 1.0 TSL2550EVM. An Evaluation System for the TSL2550 Ambient Light Sensor

Rev 1.0 TSL2550EVM. An Evaluation System for the TSL2550 Ambient Light Sensor Rev 1.0 TSL2550EVM User s Guide An Evaluation System for the TSL2550 Ambient Light Sensor INTRODUCTION TAOS Ambient Light Sensor (ALS) solution can be used to automatically adjust the brightness level

More information

DESIGNER S NOTEBOOK Proximity Calibration and Test by Kerry Glover August 2011

DESIGNER S NOTEBOOK Proximity Calibration and Test by Kerry Glover August 2011 INTELLIGENT OPTO SENSOR Number 37 DESIGNER S NOTEBOOK Proximity Calibration and Test by Kerry Glover August 2011 Overview TAOS proximity sensors are very flexible and are used in many applications from

More information

ams AG austriamicrosystems AG is now The technical content of this austriamicrosystems document is still valid. Contact information:

ams AG austriamicrosystems AG is now The technical content of this austriamicrosystems document is still valid. Contact information: austriamicrosystems AG is now The technical content of this austriamicrosystems document is still valid. Contact information: Headquarters: Tobelbaderstrasse 30 8141 Unterpremstaetten, Austria Tel: +43

More information

3.5 TFT LCD CCTV Service Viewer with Wristband LCD35SV

3.5 TFT LCD CCTV Service Viewer with Wristband LCD35SV User Manual 3.5 TFT LCD CCTV Service Viewer with Wristband LCD35SV LCD35SV is a type of product that summarizes views of first-line safety engineers and it is developed specially for technical personnel

More information

111 Highland Drive Putnam, CT USA PHONE (860) FAX (860) SM32Pro SDK

111 Highland Drive Putnam, CT USA PHONE (860) FAX (860) SM32Pro SDK SM32Pro SDK Spectrometer Operating Software USER MANUAL SM301/SM301EX Table Of Contents Warranty And Liability...3 Quick Start Installation Guide...4 System Requirements...5 Getting Started...6 Using the

More information

Model NPN output PNP output Standard. configuration

Model NPN output PNP output Standard. configuration Slot-type Photomicrosensor (Non-modulated) *1 EE-SX4/6 CSM_EE-SX4_6_DS_E 1 Global Standard Slot-type photomicrosensors with 0- to 100-mA direct switching capacity. Series includes models that enable switching

More information

Sensor Control User Guide Version 2.6

Sensor Control User Guide Version 2.6 Sensor Control User Guide Version 2.6 Software for spectral sensors and devices User Guide Page 1 Disclaimer of Warranties IMPORTANT: Sensors, software, documentation, and other products offered by Spectral

More information

DATASHEET. 4.3 Embedded SPI Display. 4DLCD-FT843 Powered by the FTDI FT800 Video Engine. Document Date: 25 th September 2013 Document Revision: 0.

DATASHEET. 4.3 Embedded SPI Display. 4DLCD-FT843 Powered by the FTDI FT800 Video Engine. Document Date: 25 th September 2013 Document Revision: 0. DATASHEET 4.3 Embedded SPI Display 4DLCD-FT843 Powered by the FTDI FT800 Video Engine Document Date: 25 th September 2013 Document Revision: 0.4 Uncontrolled Copy when printed or downloaded. Please refer

More information

Intel RealSense Depth Module D400 Series Software Calibration Tool

Intel RealSense Depth Module D400 Series Software Calibration Tool Intel RealSense Depth Module D400 Series Software Calibration Tool Release Notes January 29, 2018 Version 2.5.2.0 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Interface Description Sensirion SCD30 Sensor Module

Interface Description Sensirion SCD30 Sensor Module Interface Description Sensirion SCD30 Sensor Module CO2, humidity, and temperature sensor NDIR CO2 sensor technology Integrated temperature and humidity sensor Best performance-to-price ratio Dual-channel

More information

Photoelectric Sensor

Photoelectric Sensor Photoelectric Sensor Small General-purpose Photoelectric Sensor with Built-in Power Supply Built-in amplifier accepts wide supply voltage range. Slim, space-saving construction measures only 50 x 50 x

More information

Test Report. Number: Optics: PL1672UN Source: OSRAM OSLON SQUARE

Test Report. Number: Optics: PL1672UN Source: OSRAM OSLON SQUARE Via Monfalcone, 4 292 Cinisello Balsamo - Milan - Italy technical@khatod.com Tel. (+39) 2-66-36-95 Fax. (+39) 2-66-35- Test Report Number: 4275 Optics: PL672UN Source: OSRAM OSLON SQUARE Contents Light

More information

Test Report. Number: Optics: PLJT1866 Source: XICATO XTM

Test Report. Number: Optics: PLJT1866 Source: XICATO XTM Via Monfalcone, 1 9 Cinisello Balsamo - Milan - Italy technical@khatod.com Tel. (+9) --1-9 Fax. (+9) --1- Test Report Number: 11 Optics: PLJT1 Source: XICATO XTM Contents 1 Light Source Model Measurement

More information

Touch Panel User Guide

Touch Panel User Guide Touch Panel User Guide Rutgers School of Nursing Scale-Up Class Rooms 3A/B Customer Name AVI-SPL Project Number System Name Revision V0 Rutgers School of Nursing 40I-6-6530 Scale-Up Class Rooms 3 A/B Table

More information

AT03262: SAM D/R/L/C System Pin Multiplexer (SYSTEM PINMUX) Driver. Introduction. SMART ARM-based Microcontrollers APPLICATION NOTE

AT03262: SAM D/R/L/C System Pin Multiplexer (SYSTEM PINMUX) Driver. Introduction. SMART ARM-based Microcontrollers APPLICATION NOTE SMART ARM-based Microcontrollers AT03262: SAM D/R/L/C System Pin Multiplexer (SYSTEM PINMUX) Driver APPLICATION NOTE Introduction This driver for Atmel SMART ARM -based microcontrollers provides an interface

More information

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. USB to Serial UART Bridge Converter. Document Date: 5 th September 2012 Document Revision: 1.

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. USB to Serial UART Bridge Converter. Document Date: 5 th September 2012 Document Revision: 1. TURNING TECHNOLOGY INTO ART DATASHEET USB to Serial UART Bridge Converter µusb-mb5 Document Date: 5 th September 2012 Document Revision: 1.0 Uncontrolled Copy when printed or downloaded. Please refer to

More information

AVR42789: Writing to Flash on the New tinyavr Platform Using Assembly

AVR42789: Writing to Flash on the New tinyavr Platform Using Assembly AVR 8-bit Microcontrollers AVR42789: Writing to Flash on the New tinyavr Platform Using Assembly APPLICATION NOTE Table of Contents 1. What has Changed...3 1.1. What This Means and How to Adapt...4 2.

More information

CM Mpixel CMOS Imaging Camera

CM Mpixel CMOS Imaging Camera CM130 1.3Mpixel CMOS Imaging Camera Technical Reference Guide PCB Rev 1.0 www.soc-robotics.com Copyright 2009. SOC Robotics, Inc. 1 Manual Rev 0.90 Warranty Statement SOC Robotics warrants that the Product

More information

CprE 288 Introduction to Embedded Systems Exam 1 Review. 1

CprE 288 Introduction to Embedded Systems Exam 1 Review.  1 CprE 288 Introduction to Embedded Systems Exam 1 Review http://class.ece.iastate.edu/cpre288 1 Overview of Today s Lecture Announcements Exam 1 Review http://class.ece.iastate.edu/cpre288 2 Announcements

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

Date Prepared Checked Approved Checked Approved. Rev. No. Date Page Descriptions

Date Prepared Checked Approved Checked Approved. Rev. No. Date Page Descriptions Warning 1. This Kyocera LCD module has been specifically designed for use only in electronic devices and industrial machines in the area of audio control, office automation, industrial control, home appliances,

More information

Ant6. 6 Channel H Bridge 3-Axis Bipolar Stepper Motor Controller. Technical Reference Manual PCB Rev 1.0.

Ant6. 6 Channel H Bridge 3-Axis Bipolar Stepper Motor Controller. Technical Reference Manual PCB Rev 1.0. Ant6 6 Channel H Bridge 3-Axis Bipolar Stepper Motor Controller Technical Reference Manual PCB Rev 1.0 www.soc-robotics.com Copyright 2008. SOC Robotics, Inc. 1 Manual Rev 0.9 Warranty Statement SOC Robotics

More information

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. microusb Programming Adaptor. USB to UART Serial Bridge

DATASHEET 4D SYSTEMS TURNING TECHNOLOGY INTO ART. microusb Programming Adaptor. USB to UART Serial Bridge TURNING TECHNOLOGY INTO ART DATASHEET microusb Programming Adaptor µusb-pa5 USB to UART Serial Bridge Document Date: 27 th November 2013 Document Revision: 1.1 Uncontrolled Copy when printed or downloaded.

More information

Sensing method Appearance Connection method Sensing distance Model. Pre-wired (2 m) Power supply Application Appearance Function Model

Sensing method Appearance Connection method Sensing distance Model. Pre-wired (2 m) Power supply Application Appearance Function Model Small Spot/Mark (Separate Amplifier) EC-VS/VM CSM_EC-VS/VM_DS_E_6_ Extremely thin beam ideal for detection of minute objects and marks Ideal for detection of small objects and slight color differences

More information

DF-G2 High Speed Expert Dual Display Small Object Counter

DF-G2 High Speed Expert Dual Display Small Object Counter DF-G2 High Speed Expert Dual Display Small Object Counter Quick Start Guide Advanced sensor with dual digital displays for small object counting applications For complete technical information about this

More information

AWS-3000 Torque Display

AWS-3000 Torque Display AWS-3000 Torque Display USER'S GUIDE February, 2008 AWS-5000 Shown with External Input Connector ADVANCED WITNESS SERIES, INC. 910 BERN COURT #100 SAN JOSE, CA 95112 (408) 453-5070 www.awitness.com CONTENTS

More information

Intel RealSense D400 Series Calibration Tools and API Release Notes

Intel RealSense D400 Series Calibration Tools and API Release Notes Intel RealSense D400 Series Calibration Tools and API Release Notes July 9, 2018 Version 2.6.4.0 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

BD020 Nanopower Medical Magnetic Sensor

BD020 Nanopower Medical Magnetic Sensor Datasheet BD020 Nanopower Medical Magnetic Sensor Key Features Ultraminiature 1.1 mm x 1.1 mm x 0.45 mm ULLGA package Solid-State Reliability Precise Detection of Low Magnetic Fields Low Voltage Operation

More information

Si1140-DK. Si1140 DEVELOPMENT KIT USER S GUIDE. 1. Kit Contents. Figure 1. Si1143 Evaluation Board

Si1140-DK. Si1140 DEVELOPMENT KIT USER S GUIDE. 1. Kit Contents. Figure 1. Si1143 Evaluation Board Si1140 DEVELOPMENT KIT USER S GUIDE 1. Kit Contents The Si1140 Development Kit contains the following items: Si1143 Evaluation Board Si1140DK Quick Start Guide 1 USB Cable 2. Introduction The Si1140DK

More information

Quad-Pole Magnet Actuator User s Manual

Quad-Pole Magnet Actuator User s Manual Quad-Pole Magnet Actuator User s Manual Integral Solutions Int'l Version 1.1.3 Phone: (408) 653-0300 Fax: (408) 653-0309 Copyright 2010 Integral Solutions Int'l All rights reserved Integral Solutions Int'l

More information

What s in the Box? REAR VIEW SAFETY

What s in the Box? REAR VIEW SAFETY TM 1 What s in the Box? 1 Full HD Color Infra-red Weather Proof Camera 1 Full HD 7" TFT LCD Color Monitor w/monitor Mount 1 Power Harness 1 66 Camera Cable 1 Power Connection Wire 1 Screw Kit for installation

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

EE-SX77/87. Slim, Compact Photomicrosensor that is still easy to use. Photomicrosensor with Slim Cable (Non-modulated) Ordering Information

EE-SX77/87. Slim, Compact Photomicrosensor that is still easy to use. Photomicrosensor with Slim Cable (Non-modulated) Ordering Information Photomicrosensor with Slim Cable (Non-modulated) EE-SX77/87 CSM_EE-SX77_87_DS_E_7_2 Slim, Compact Photomicrosensor that is still easy to use. Compact, thin profile enables dense mounting. Indicator is

More information

MI3. Protocol Manual. Miniature Infrared Sensor OEM Version. Rev. C4 Apr/

MI3. Protocol Manual. Miniature Infrared Sensor OEM Version. Rev. C4 Apr/ MI3 Miniature Infrared Sensor OEM Version Protocol Manual Rev. C4 Apr/2017 55901 Contacts Fluke Process Instruments Americas Santa Cruz, CA USA Tel: +1 800 227 8074 (USA and Canada, only) +1 831 458 3900

More information

Font Tool User Guide. Abstract. Document Date: 1 July 2009 Document Revision: 01

Font Tool User Guide. Abstract. Document Date: 1 July 2009 Document Revision: 01 Document Date: 1 July 2009 Document Revision: 01 Abstract This User guide explains Font Tool software in detail. Font Tool will assist the user in converting Windows fonts (including true type) into the

More information

CONTENTS CONTENTS AWS-4050 Guide

CONTENTS CONTENTS AWS-4050 Guide CONTENTS 1 CONTENTS CONTENTS...1 INTRODUCTION...2 Description...2 System Specifications...2 OPERATION...3 Display Operation...3 nction...4 Back Panel Inputs...4 Transducer Input (12-pin connector)...4

More information

PixController, Inc. Wireless Magnetic Switch Sensor For Doors, Windows, and Gates

PixController, Inc. Wireless Magnetic Switch Sensor For Doors, Windows, and Gates PixController, Inc. Wireless Magnetic Switch Sensor For Doors, Windows, and Gates Model: SEN-420 User s Manual Version 1.00 WARRANTY REGISTRATION PixController, Inc. warrants products sold by it and guarantees

More information

TECHNICAL DEPT. Lenses Test Report

TECHNICAL DEPT. Lenses Test Report www.khatod.com technical@khatod.com Page 1 - Dicember 2017 Contents 1 KEPL142320UGR 20 FWHM Pag. 2 2 KEPL142336UGR 36 FWHM Pag. 3 3 KEPL142360UGR 60 FWHM Pag. 4 4 KEPL142420UGR 20 FWHM Pag. 5 5 KEPL142436UGR

More information

Application Report. 1 Hardware Description. John Fahrenbruch... MSP430 Applications

Application Report. 1 Hardware Description. John Fahrenbruch... MSP430 Applications Application Report SLAA309 June 2006 Low-Power Tilt Sensor Using the MSP430F2012 John Fahrenbruch... MSP430 Applications ABSTRACT The MSP430 family of low-power microcontrollers are ideal for low-power

More information

SFH 7776 (IR-LED + Proximity Sensor + Ambient Light Sensor) Application Note

SFH 7776 (IR-LED + Proximity Sensor + Ambient Light Sensor) Application Note SFH 7776 (IR-LED + Proximity Sensor + Ambient Light Sensor) Application Note 1. Introduction The SFH 7776 combines a digital ambient light sensor and a proximity sensor (emitter + detector) within an ultra-small

More information

LEGO RCX Hitachi H8/3292

LEGO RCX Hitachi H8/3292 LEGO RCX Hitachi H8/3292 LISHA/UFSC Fauze Valério Polpeta Prof. Dr. Antônio Augusto Fröhlich {fauze guto}@lisha.ufsc.br http://www.lisha.ufsc.br/~{fauze guto} March 2003 March 2003 http://www.lisha.ufsc.br

More information

DATASHEET. 4D 4.3 LCD CAPE Beagle Bone Black 4.3 LCD CAPE. Document Date: 3 rd February 2014 Document Revision: 1.9

DATASHEET. 4D 4.3 LCD CAPE Beagle Bone Black 4.3 LCD CAPE. Document Date: 3 rd February 2014 Document Revision: 1.9 DATASHEET 4D 4.3 LCD CAPE Beagle Bone Black 4.3 LCD CAPE Document Date: 3 rd February 2014 Document Revision: 1.9 Uncontrolled Copy when printed or downloaded. Please refer to the 4D Systems website for

More information

SafePace 600 Variable Messaging Sign

SafePace 600 Variable Messaging Sign SafePace 600 Variable Messaging Sign The new Traffic Logix SafePace 600 variable messaging sign is a versatile and full featured radar speed solution. Whether you want to simply alert drivers of their

More information

Date Prepared Checked Approved Checked Approved

Date Prepared Checked Approved Checked Approved Caution 1. This Kyocera LCD module has been specifically designed for use only in electronic devices in the areas of audio control, office automation, industrial control, home appliances, etc. The modules

More information

BNO055 Quick start guide

BNO055 Quick start guide BNO055 Quick start guide Bosch Sensortec Application note: BNO055 Quick start guide Document revision 1.0 Document release date Document number Mar.2015 BST-BNO055-AN007-00 Technical reference code 0 273

More information

zpen-1080p Features zpen-1080p Layout

zpen-1080p Features zpen-1080p Layout 1 zpen-1080p Features CMOS image sensor with Low Light sensitivity HD 1080P up to 30fps, 720P up to 60fps H.264 compression Built-in micro SD card, supports up to 32GB One button operation Easily download

More information

APPLICATION NOTE. AT11008: Migration from ATxmega16D4/32D4 Revision E to Revision I. Atmel AVR XMEGA. Introduction. Features

APPLICATION NOTE. AT11008: Migration from ATxmega16D4/32D4 Revision E to Revision I. Atmel AVR XMEGA. Introduction. Features APPLICATION NOTE AT11008: Migration from ATxmega16D4/32D4 Revision E to Revision I Atmel AVR XMEGA Introduction This application note lists out the differences and changes between Revision E and Revision

More information

EECS 373 Midterm 2 Fall 2018

EECS 373 Midterm 2 Fall 2018 EECS 373 Midterm 2 Fall 2018 Name: unique name: Sign the honor code: I have neither given nor received aid on this exam nor observed anyone else doing so. Nor did I discuss this exam with anyone after

More information

TMD2772/ TMD2772WA. Digital ALS and Proximity Module. General Description. Key Benefits & Features

TMD2772/ TMD2772WA. Digital ALS and Proximity Module. General Description. Key Benefits & Features TMD2772/ TMD2772WA Digital ALS and Proximity Module General Description The TMD2772/TMD2772WA family of devices provides digital ambient light sensing (ALS), a complete proximity detection system, and

More information

Switch mode single cell Li+ battery charger with OTG boost, voltage mode fuel gauge and LDO

Switch mode single cell Li+ battery charger with OTG boost, voltage mode fuel gauge and LDO User manual Switch mode single cell Li+ battery charger with OTG boost, voltage mode fuel gauge and LDO Introduction This user manual is for the STEVAL-ISB033V1 evaluation board based on the STBCFG01 high

More information

AVR42772: Data Logger Demo Application on XMEGA A1U Xplained Pro. Introduction. Features. AVR XMEGA Microcontrollers APPLICATION NOTE

AVR42772: Data Logger Demo Application on XMEGA A1U Xplained Pro. Introduction. Features. AVR XMEGA Microcontrollers APPLICATION NOTE AVR XMEGA Microcontrollers AVR42772: Data Logger Demo Application on XMEGA A1U Xplained Pro APPLICATION NOTE Introduction This application note covers some of the power saving features of the Atmel XMEGA

More information

Software library for MS5534 and MS5535

Software library for MS5534 and MS5535 Application Note AN502 Software library for MS5534 and MS5535 1 Introduction Interfacing the MS5534 and MS5535 with a computer or a microcontroller is very easy thanks to the serial digital interface that

More information

ivu TG Gen2 Image Sensor with Integrated Display

ivu TG Gen2 Image Sensor with Integrated Display Datasheet The ivu image sensor is used to monitor parts for type, size, orientation, shape, and location. The ivu TG Gen2 Image Sensor package consists of lighting, sensor, lens, and display. Appropriate

More information