AN Extended Range Proximity with SMSC RightTouch Capacitive Sensors

Size: px
Start display at page:

Download "AN Extended Range Proximity with SMSC RightTouch Capacitive Sensors"

Transcription

1 AN Extended Range Proximity with SMSC RightTouch Capacitive Sensors 1 Overview 2 Audience 3 References SMSC s RightTouch 1 capacitive sensor family provides exceptional touch interfaces, and now expands to extended range proximity systems (1cm to 28+cm). Traditional extended range proximity designs have used infrared (IR) technology which has high costs and high power consumption. RightTouch capacitive sensing offers a new low cost, low power alternative to traditional IR systems. This application note provides software and hardware guidelines to achieve an extended range proximity system with SMSC RightTouch capacitive sensing devices. Initially physical requirements for the design of a proximity antenna (also know as a capacitive pad) will be discussed. Software configurations of SMSC devices will then be addressed. Several examples of proximity systems with results will complete this application note. This application note assumes that the reader is familiar with capacitive touch sensing designs using the SMSC RightTouch devices. The following documents should be referenced when using this application note: SMSC RightTouch capacitive touch sensor device datasheets CAP1114, CAP1214, CAP1188, CAP1166, CAP1133, CAP1128, CAP1126, CAP1106, and CAP1105 SMSC AN 19.16, Physical Design and Layout Guidelines for Capacitive Sensor Systems SMSC AN 22.8, RightTouch CAP1188 Family EVB Tutorial SMSC AN 22.9, RightTouch CAP1105/CAP1106 EVB Tutorial 1. SMSC, the SMSC logo and RightTouch are registered trademarks and the RightTouch logo is a trademark of Standard Microsystems Corporation ( SMSC ). SMSC AN Revision 1.0 ( )

2 4 Proximity System Design Capacitance sensing for touch detection and proximity detection require different design considerations while using the same semiconductor technology. Please see AN19.16 to become familiar with touch detection basics. Once familiar with the basics, the model can be expanded to extended range proximity. 4.1 Physical Antenna Design Essential design elements include the size of the antenna, location of antenna in relation to a ground plane, and specific settings within the RightTouch device. Adhering to a few simple guidelines will allow the unique design of the RightTouch device to detect the approach of a user or the movement of nearby metallic objects. There are three critical physical design elements needed to achieve maximum range detection with high signal strength and low noise. Maximize the distance of the antenna to a ground plane (all layers of printed circuit board (PCB) and nearby metallic objects). Maximize the size of the antenna. Minimize antenna movement in system (double sided tape, adhesive, clips, etc.). Initial design begins by defining both the range and the function. For example, 5cm range for approach detection in a monitor button board, or 25cm for approach detection in a 10 digital photo frame Ground Plane Any ground plane or metal surface directly adjacent to the antenna will decrease the range of proximity detection. Ground planes have two effects on proximity. The first is to act as a shield of the approaching object if placed in the path of the object, effectively reducing the range of the sensing system. The second is to increase base capacitance when placed directly below or adjacent to the proximity antenna. In free space, an antenna can emit/sense freely in all directions with little attenuation. When a ground plane is introduced, signals emitting/sensed from the antenna want to terminate on the ground plane. As the distance between the ground and antenna decreases, the strength of the field radiating decreases. So as a ground plane is placed closer and closer to the antenna, the sensing range is effectively reduced. In addition to decreasing the range of a proximity antenna, a ground plane also increases the capacitance of the antenna vs. an identical antenna in free space. Large antennas close to a ground plane (e.g., 25cm 2 solid pad with a solid ground plane on layer PCB) will exceed the calibration range of SMSC devices. Revision 1.0 ( ) 2 SMSC AN 24.19

3 4.1.2 Antenna Shape Every system design is unique with specific aesthetic goals as well as physical constraints. SMSC recommends loop antenna shapes (large trace with empty center) for large applications (photo frames, keyboards, etc.) and solid pads for smaller button board applications. Loops reduce the overall capacitance that the SMSC device will see and create a larger coverage area. A pad shape is best for small boards where separation from ground is limited and pad area is needed to create the desired range. A loop antenna can have any aspect ratio (i.e., 20cm x 20cm or 5cm x 40cm). The desired function and form factor will guide this decision. Loops as small as 1cm by 1cm create a small degree of proximity. Loops of 30cm x 30cm (30awg wire) will create a large proximity envelope. Larger loops or thicker gauge wire may exceed the calibration range of the SMSC device. SMSC recommends keeping the total base capacitance to 45pF or less to prevent out of range conditions over temperature or other unique user situations such as calibration with debris on the sensor. Base capacitance can be determined from register B1h (sensor CS1). One LSB of the calibration register equals 0.196pF (i.e., a value of 0xE5 indicates 45pF of base capacitance). If a pad is determined to be the best fit, any shape can be used. A long and thin pad of 1cm x 25cm (25cm 2 ) would be well suited for the bottom or side of an LCD monitor. If space is available, a large 5cm x 5cm (25cm 2 ) pad will create a large dome of proximity detection. A circular pad with r = 2.83cm (~25cm 2 ) would provide a similar dome of proximity. If capacitance is too large, the shape could be converted to a loop by removing the center area of the square or circle. Physical shapes are unlimited. Antenna shapes can include circles, ovals, squares, rectangles, or even serpentine around boards. The overall effectiveness of the antenna is not determined by the shape but rather the area of the conductor relative to the user or object entering the proximity zone. Proximity range is directly proportional to antenna size. Larger antennas provide greater proximity detection ranges Antenna Construction Loop antennas can be created with solid copper wire (with/without insulation), flex circuits, or on a PCB. In the case of a wire, solid core or stranded will perform similarly, however solid core is easier to assemble in the manufacturing process. Larger gauge wire will provide increased range due to the increased surface area. The physical design will limit how large of wire can be used. Designs can start with 30AWG and increase until the desired range is achieved, aesthetic design limits are reached, or calibration limits are reached. In the case of a PCB loop antenna, the larger the trace width, the larger the range. A minimum trace width of 7mils (0.18mm) will function as an antenna, but larger traces will produce greater range. Solid PCB pad shapes need to follow the same guidelines, maximize area and keep nearby ground to a minimum. SMSC AN Revision 1.0 ( )

4 4.2 RightTouch Device Configurations for Proximity Once the antenna has been designed and assembled, software must be written to properly configure the SMSC device for proximity. There are two critical software programming elements to achieve maximum range detection with high signal strength and low noise. Maximize gain (Gain and Sensitivity) in the RightTouch device. Minimize noise (Averaging) in the RightTouch device. SMSC has two distinct types of devices for proximity: one uses built-in proximity modes (CAP1114 and CAP1214), while the second relies on user defined modes to enable proximity (CAP1188 Family). Both of these modes are described below. Each assumes default settings with specific changes highlighted to configure the device for proximity CAP1114 (Built-in Proximity Mode) Channel CS1 is the only proximity channel available. Register settings to begin development: // Configure standby configuration for Proximity 0x00, 20 // Enable Sleep mode 0x21, FE // Disable CS1 in Normal mode 0x29, 01 // Enable CS1 in Sleep mode 0x30, 40 // CS1 Threshold Level 0x42, 82 // Sensitivity x32, Avg.# 16, Config. = Average, Mode = Proximity Register 0x42 = 82h Enable Proximity Mode. Sensitivity - default x32. Adjust Proximity Sensitivity to x16 or x64 to meet range goal. Sensitivity of x128 is not recommended for proximity systems. Averaging - default x16 (low noise, quickest response). Adjust for noise/response - x32 (mild noise) or x64 (high noise, slower response). Averaging of x128 will extend sampling to extremely long times and is not recommended. Sample Config. - default Average mode. Summation mode should never be used. Proximity should be set to detect an approach, then disabled while buttons are being selected. A simple way to do this is by using the Sleep and Normal modes. Register 0x00 controls the power state, and Registers 0x21 and 0x29 control the sensors enabled in Normal and Sleep modes respectively. Maximum duration, Register 0x22, can be used to clear a stuck proximity sensor (or normal buttons) by digitally calibrating the sensors after a specified time has been reached. A stuck proximity sensor could occur if a metallic object is placed (and not removed) close enough to the sensor to exceed the sensor threshold. Enabling the Button Max Duration bit will clear the delta counts as well as the status bits. This feature can be enabled for autonomous maintenance or monitored and controlled by a micro-controller. Revision 1.0 ( ) 4 SMSC AN 24.19

5 4.2.2 CAP1188 Family (User Defined Proximity Mode) All channels are capable of proximity with multiple active simultaneously. Register Settings to begin development: // Configure standby configuration for Proximity 0x00, E0 // Gain 8x, Standby mode 0x20, A8 // Default with Enable Max Duration 0x21, FE // Disable CS1 in Normal mode 0x22, 54 // Repeat Rate = 175ms, Max Duration = 5600ms 0x40, 01 // Enable CS1 in Standby mode 0x41, 38 // Cycle Time 70ms, Sample Time 1.28ms, Avg.# 8, Config = Average 0x42, 01 // Sensitivity x64 0x43, 40 // Standby Threshold level Register 0x00 = E0h Set Gain setting to x8. Settings of x4, x2, and x1 will reduce range by a factor of ~2 for each step. Enable Standby Mode. Register 0x20 = A8h Enable Button Maximum Duration Register 0x21 = FEh Disable CS1 in Normal Mode Register 0x22 = 54h Set maximum duration, default of 5.6 sec is recommended. This will recalibrate and clear a stuck detector. System specifications will determine this value. Register 0x40 = 01h Enable CS1 in Standby mode Register 0x41 = 38h Cycle Time - default 70ms. Adjust to 35ms for the most responsive system. Cycle Times of 105 and 140ms can be chosen but will slow response time. Sample Time - default 1.28ms. Sample Times of 640us and 320us will reduce range. Sample Time of 2.56ms is not recommended for proximity applications. Averaging - default - x8 (low noise, fast response). Settings depending on noise level and desired response speed: x16 or x32 (mild noise), and x64 (high noise, slower response). Averaging of x128 will extend sampling to extremely long times and is not recommended. Sample Config. - default Average mode. Summation mode should never be used. Register 0x42 = 01h Sensitivity - x64. Adjust to x32 for less range or x128 for more range. Register 0x43 = 40h Standby Threshold level - default mid-scale. Adjust higher if noise issues, adjust lower if low noise and additional range needed. SMSC AN Revision 1.0 ( )

6 5 Antenna Configuration Examples Three examples of proximity are shown here. The first is a digital photo frame with a very large loop antenna constructed of sold wire. Second is a button board with a long and thin antenna to detect a user and illuminate the functions of the buttons. Lastly is the SMSC EVB-CAP1188 that can demonstrate both a long and thin pad as well as a PCB based loop antenna. 5.1 Wire Loop around Digital Photo Frame Goal of this design: User approaches the frame from any direction. At 25+cm LEDs turn on to indicate position of touch sensors. Configuration: 0x00, 20 // Enable Sleep mode 0x21, FE // Disable CS1 in Normal mode 0x29, 01 // Enable CS1 in Sleep mode 0x30, 40 // CS1 Threshold Level 0x42, 82 // Sensitivity x32, Avg.# 16, Config. = Average, Mode = Proximity Exterior enclosure dimensions: 25cm x 20cm LCD dimensions: 17.5cm x 13.5cm Antenna Dimensions: 24cm x 19cm Proximity wire dimension: 24AWG Calibrated capacitance: 45pF Proximity range: 26-28cm Hand Approaches LEDs Light Figure 5.1 LED off - Hand Approach - LED On Revision 1.0 ( ) 6 SMSC AN 24.19

7 Proximity Antenna Figure 5.2 Internal View of Digital Photo Frame Antenna 5.2 Long Narrow Antenna with Adjacent Buttons on PCB Goal of this design: User approaches the button board from the front or side. At 5+cm LEDs turn on to show icons of functions of touch sensors. Configuration: 0x00, 20 // Enable Sleep mode 0x21, FE // Disable CS1 in Normal mode 0x29, 01 // Enable CS1 in Sleep mode 0x30, 40 // CS1 Threshold Level 0x42, 82 // Sensitivity x32, Avg.# 16, Config. = Average, Mode = Proximity Total board dimensions: 190mm x 15mm Size of proximity antenna: 188mm x 2.6mm Proximity wire dimension: N/A No ground under proximity antenna on any layer. Calibrated capacitance: 15pF Proximity range: 7cm SMSC AN Revision 1.0 ( )

8 Proximity Antenna Touch Pads Cap Sense Lines No Ground Ground No Ground LED Lines No Ground Figure 5.3 Gerber View of Button Board Revision 1.0 ( ) 8 SMSC AN 24.19

9 5.3 Small Loop Antenna on EVB-CAP1188 Goal of this design: Demonstrate proximity with a trace loop antenna. User approaches the button board from the front and at 6+cm an LED turns on to indicate range of proximity. Configuration: 0x00, E0 // Gain 8x, Standby mode 0x20, A8 // Default with Enable Max Duration 0x21, FE // Disable CS1 in Normal mode 0x22, 54 // Repeat Rate = 175ms, Max Duration = 5600ms 0x40, 01 // Enable CS1 in Standby mode 0x41, 38 // Cycle Time 70ms, Sample Time 1.28ms, Avg.# 8, Config = Average 0x42, 01 // Sensitivity x64 0x43, 40 // Standby Threshold level Total board dimensions: 95mm x 50mm Size of proximity loop: 82mm x 10mm (touch pad not connected for this example) Proximity wire dimension: 7mil (0.18mm) trace No ground under proximity antenna on any layer Calibrated capacitance: 44pF (37pF due to long trace from chip to antenna and many vias) Proximity range: 6cm Proximity Antenna Trace Proximity Pad Touch Pad Figure 5.4 Gerber View of EVB-CAP1188 SMSC AN Revision 1.0 ( )

10 6 Additional Design Considerations Following the basic design rules outlined in this note will provide a robust proximity solution. Occasionally a system will have rigorous design requirements beyond the typical. Highlighted below are two concern areas with potential solutions. These are only offered as suggestions and are not guaranteed to solve system level problems. High RF noise environment Add a 5pF to 15pF capacitor to ground near the SMSC device. This provides an RF path before entering the device. Add small amount of ground under proximity pad (thin trace or very thin crosshatch 1%). This provides an RF path before entering the device. Add 100 ohm series resistor (maximum of 500 ohms). This creates a small RC filter to shunt noise before entering the device. Base capacitance greater than 50pF (i.e., out of range) Add a 25pF to 40pF capacitor in series with proximity pad Reduce proximity pad area Reduce ground area under and around proximity pad Revision 1.0 ( ) 10 SMSC AN 24.19

11 7 Application Note Revision History Customer Revision History REVISION LEVEL AND DATE SECTION/FIGURE/ENTRY CORRECTION Rev. 1.0 ( ) Rev. 1.0 ( ) Microchip logo added and modification to company disclaimer. Initial release Copyright 2012 SMSC or its subsidiaries. All rights reserved. Circuit diagrams and other information relating to SMSC products are included as a means of illustrating typical applications. Consequently, complete information sufficient for construction purposes is not necessarily given. Although the information has been checked and is believed to be accurate, no responsibility is assumed for inaccuracies. SMSC reserves the right to make changes to specifications and product descriptions at any time without notice. Contact your local SMSC sales office to obtain the latest specifications before placing your product order. The provision of this information does not convey to the purchaser of the described semiconductor devices any licenses under any patent rights or other intellectual property rights of SMSC or others. All sales are expressly conditional on your agreement to the terms and conditions of the most recently dated version of SMSC's standard Terms of Sale Agreement dated before the date of your order (the "Terms of Sale Agreement"). The product may contain design defects or errors known as anomalies which may cause the product's functions to deviate from published specifications. Anomaly sheets are available upon request. SMSC products are not designed, intended, authorized or warranted for use in any life support or other application where product failure could cause or contribute to personal injury or severe property damage. Any and all such uses without prior written approval of an Officer of SMSC and further testing and/or modification will be fully at the risk of the customer. Copies of this document or other SMSC literature, as well as the Terms of Sale Agreement, may be obtained by visiting SMSC s website at SMSC is a registered trademark of Standard Microsystems Corporation ( SMSC ). Product names and company names are the trademarks of their respective holders. The Microchip name and logo, and the Microchip logo are registered trademarks of Microchip Technology Incorporated in the U.S.A. and other countries. SMSC DISCLAIMS AND EXCLUDES ANY AND ALL WARRANTIES, INCLUDING WITHOUT LIMITATION ANY AND ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND AGAINST INFRINGEMENT AND THE LIKE, AND ANY AND ALL WARRANTIES ARISING FROM ANY COURSE OF DEALING OR USAGE OF TRADE. IN NO EVENT SHALL SMSC BE LIABLE FOR ANY DIRECT, INCIDENTAL, INDIRECT, SPECIAL, PUNITIVE, OR CONSEQUENTIAL DAMAGES; OR FOR LOST DATA, PROFITS, SAVINGS OR REVENUES OF ANY KIND; REGARDLESS OF THE FORM OF ACTION, WHETHER BASED ON CONTRACT; TORT; NEGLIGENCE OF SMSC OR OTHERS; STRICT LIABILITY; BREACH OF WARRANTY; OR OTHERWISE; WHETHER OR NOT ANY REMEDY OF BUYER IS HELD TO HAVE FAILED OF ITS ESSENTIAL PURPOSE, AND WHETHER OR NOT SMSC HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SMSC AN Revision 1.0 ( )

4 Maintaining Accuracy of External Diode Connections

4 Maintaining Accuracy of External Diode Connections AN 15.10 Power and Layout Considerations for EMC2102 1 Overview 2 Audience 3 References This application note describes design and layout techniques that can be used to increase the performance and dissipate

More information

This application note assumes that the reader has previous knowledge of how temperature sensing is performed using diode-connected transistors.

This application note assumes that the reader has previous knowledge of how temperature sensing is performed using diode-connected transistors. AN 2.4 Remote Thermal Sensing Diode Selection Guide Preface 2 Audience 3 Overview This application note provides guidance to designers of systems that use thermal sensors with remote diodes. A discrete

More information

AN 13.9 Migrating from the LAN83C183 10/100 PHY to the LAN83C185 10/100 PHY

AN 13.9 Migrating from the LAN83C183 10/100 PHY to the LAN83C185 10/100 PHY AN 13.9 Migrating from the LAN83C183 10/100 PHY to the LAN83C185 10/100 PHY 1 Introduction 1.1 Overview This application note discusses how to migrate from an existing design using the SMSC LAN83C183 PHY

More information

AN12082 Capacitive Touch Sensor Design

AN12082 Capacitive Touch Sensor Design Rev. 1.0 31 October 2017 Application note Document information Info Keywords Abstract Content LPC845, Cap Touch This application note describes how to design the Capacitive Touch Sensor for the LPC845

More information

AN Energy Harvesting with the NTAG I²C and NTAG I²C plus. Application note COMPANY PUBLIC. Rev February Document information

AN Energy Harvesting with the NTAG I²C and NTAG I²C plus. Application note COMPANY PUBLIC. Rev February Document information Rev. 1.0 1 February 2016 Application note COMPANY PUBLIC Document information Info Content Keywords NTAG I²C, NTAG I²C plus, Energy Harvesting Abstract Show influencing factors and optimization for energy

More information

AN11994 QN908x BLE Antenna Design Guide

AN11994 QN908x BLE Antenna Design Guide Rev 1.0 June 2017 Application note Info Keywords Abstract Content Document information QN9080, QN9083, BLE, USB dongle, PCB layout, MIFA, chip antenna, antenna simulation, gain pattern. This application

More information

UM Slim proximity touch sensor demo board OM Document information

UM Slim proximity touch sensor demo board OM Document information Rev. 1 26 April 2013 User manual Document information Info Keywords Abstract Content PCA8886, Touch, Proximity, Sensor User manual for the demo board OM11052 which contains the touch and proximity sensor

More information

AN MIFARE Plus Card Coil Design. Application note COMPANY PUBLIC. Rev April Document information

AN MIFARE Plus Card Coil Design. Application note COMPANY PUBLIC. Rev April Document information MIFARE Plus Card Coil Design Document information Info Content Keywords Contactless, MIFARE Plus, ISO/IEC 1443, Resonance, Coil, Inlay Abstract This document provides guidance for engineers designing magnetic

More information

AN NTAG21xF, Field detection and sleep mode feature. Rev July Application note COMPANY PUBLIC. Document information

AN NTAG21xF, Field detection and sleep mode feature. Rev July Application note COMPANY PUBLIC. Document information Document information Info Content Keywords NTAG, Field detection pin, Sleep mode Abstract It is shown how the field detection pin and its associated sleep mode function can be used on the NTAG21xF-family

More information

UM OM29263ADK Quick start guide antenna kit COMPANY PUBLIC. Document information

UM OM29263ADK Quick start guide antenna kit COMPANY PUBLIC. Document information Rev. 1.0 8 February 2018 User manual 465010 COMPANY PUBLIC Document information Information Keywords Abstract Content NFC antenna, antenna kit, CLEV663B, CLRC663 plus, NFC Antenna Development Kit, OM29263ADK

More information

AN PR533 USB stick - Evaluation board. Application note COMPANY PUBLIC. Rev May Document information

AN PR533 USB stick - Evaluation board. Application note COMPANY PUBLIC. Rev May Document information PR533 USB stick - Evaluation board Document information Info Content Keywords PR533, CCID, USB Stick, Contactless Reader Abstract This application notes describes the PR533 evaluation board delivered in

More information

Capacitive Sensing Interface of QN908x

Capacitive Sensing Interface of QN908x NXP Semiconductors Document Number: AN12190 Application Note Rev. 0, 05/2018 Capacitive Sensing Interface of QN908x Introduction This document details the Capacitive Sensing (CS) interface of QN908x. It

More information

AN NFC, PN533, demo board. Application note COMPANY PUBLIC. Rev July Document information

AN NFC, PN533, demo board. Application note COMPANY PUBLIC. Rev July Document information Rev. 2.1 10 July 2018 Document information Info Keywords Abstract Content NFC, PN533, demo board This document describes the. Revision history Rev Date Description 2.1. 20180710 Editorial changes 2.0 20171031

More information

AN NHS3xxx Temperature sensor calibration. Document information

AN NHS3xxx Temperature sensor calibration. Document information Rev. 2 12 September 2016 Application note Document information Info Keywords Abstract Content Temperature sensor, calibration This application note describes the user calibration of the temperature sensor.

More information

NXP AN11155 sensor Application note

NXP AN11155 sensor Application note NXP sensor Application note http://www.manuallib.com/nxp/an11155-sensor-application-note.html This document describes design aspects which should be considered for application circuits using NXP capacitive

More information

BC817-25QA; BC817-40QA

BC817-25QA; BC817-40QA Rev. 1 3 September 2013 Product data sheet 1. Product profile 1.1 General description 500 ma NPN general-purpose transistors in a leadless ultra small DFN1010D-3 (SOT1215) Surface-Mounted Device (SMD)

More information

TN ADC design guidelines. Document information

TN ADC design guidelines. Document information Rev. 1 8 May 2014 Technical note Document information Info Content Keywords Abstract This technical note provides common best practices for board layout required when Analog circuits (which are sensitive

More information

Planar PIN diode in a SOD523 ultra small SMD plastic package.

Planar PIN diode in a SOD523 ultra small SMD plastic package. Rev. 5 28 September 2010 Product data sheet 1. Product profile 1.1 General description Planar PIN diode in a SOD523 ultra small SMD plastic package. 1.2 Features and benefits High voltage, current controlled

More information

PTN5100 PCB layout guidelines

PTN5100 PCB layout guidelines Rev. 1 24 September 2015 Application note Document information Info Content Keywords PTN5100, USB PD, Type C, Power Delivery, PD Controller, PD PHY Abstract This document provides a practical guideline

More information

R_ Driving LPC1500 with EPSON Crystals. Rev October Document information. Keywords Abstract

R_ Driving LPC1500 with EPSON Crystals. Rev October Document information. Keywords Abstract Rev. 1.0 06 October 2015 Report Document information Info Keywords Abstract Content LPC15xx, RTC, Crystal, Oscillator Characterization results of EPSON crystals with LPC15xx MHz and (RTC) 32.768 khz Oscillator.

More information

BB Product profile. 2. Pinning information. 3. Ordering information. FM variable capacitance double diode. 1.1 General description

BB Product profile. 2. Pinning information. 3. Ordering information. FM variable capacitance double diode. 1.1 General description SOT23 Rev. 3 7 September 2011 Product data sheet 1. Product profile 1.1 General description The is a variable capacitance double diode with a common cathode, fabricated in silicon planar technology, and

More information

AN How to design an antenna with DPC. Rev November Application note COMPANY PUBLIC. Document information.

AN How to design an antenna with DPC. Rev November Application note COMPANY PUBLIC. Document information. Document information Info Content Keywords DPC, Dynamic Power Control, Symmetrical antenna Abstract This document describe the symmetrical antenna design, which is must be used together with the Dynamic

More information

BAP Product profile. 2. Pinning information. 3. Ordering information. Silicon PIN diode. 1.1 General description. 1.2 Features and benefits

BAP Product profile. 2. Pinning information. 3. Ordering information. Silicon PIN diode. 1.1 General description. 1.2 Features and benefits Rev. 5 28 April 2015 Product data sheet 1. Product profile 1.1 General description Two planar PIN diodes in common cathode configuration in a SOT23 small plastic SMD package. 1.2 Features and benefits

More information

Planar PIN diode in a SOD523 ultra small plastic SMD package.

Planar PIN diode in a SOD523 ultra small plastic SMD package. Rev. 10 12 May 2015 Product data sheet 1. Product profile 1.1 General description Planar PIN diode in a SOD523 ultra small plastic SMD package. 1.2 Features and benefits High voltage, current controlled

More information

AN Maximum RF Input Power BGU6101. Document information. Keywords Abstract

AN Maximum RF Input Power BGU6101. Document information. Keywords Abstract Maximum RF Input Power BGU6101 Rev. 1 10 September 2015 Application note Document information Info Keywords Abstract Content BGU6101, MMIC LNA, Maximum RF Input Power This document provides RF and DC test

More information

PESD5V0F1BSF. 1. Product profile. 2. Pinning information. Extremely low capacitance bidirectional ESD protection diode. 1.1 General description

PESD5V0F1BSF. 1. Product profile. 2. Pinning information. Extremely low capacitance bidirectional ESD protection diode. 1.1 General description Rev. 1 10 December 2012 Product data sheet 1. Product profile 1.1 General description Extremely low capacitance bidirectional ElectroStatic Discharge (ESD) protection diode in a DSN0603-2 (SOD962) leadless

More information

AN UCODE I2C PCB antenna reference designs. Application note COMPANY PUBLIC. Rev October Document information

AN UCODE I2C PCB antenna reference designs. Application note COMPANY PUBLIC. Rev October Document information Document information Info Content Keywords UCODE EPC Gen2, inter-integrated circuit, I²C, Antenna Reference Design, PCB Antenna Design Abstract This application note describes five antenna reference designs

More information

AN Pegoda Amplifier. Application note COMPANY PUBLIC. Rev July Document information

AN Pegoda Amplifier. Application note COMPANY PUBLIC. Rev July Document information Rev..0 18 July 01 Document information Info Content Keywords RFID, Antenna Design, RF Amplifier, Antenna Matching, contactless reader Abstract This application note provides guidance on antenna and RF

More information

BCP68; BC868; BC68PA

BCP68; BC868; BC68PA Rev. 8 8 October 2 Product data sheet. Product profile. General description NPN medium power transistor series in Surface-Mounted Device (SMD) plastic packages. Table. Product overview Type number [] Package

More information

PESD5V0S2BQA. 1. General description. 2. Features and benefits. 3. Applications. 4. Quick reference data

PESD5V0S2BQA. 1. General description. 2. Features and benefits. 3. Applications. 4. Quick reference data Protection against high surge currents in ultra small DFN1010D-3 package 1 June 2016 Product data sheet 1. General description Two bidirectional ElectroStatic Discharge (ESD) protection diodes designed

More information

UM TEA1721 universal mains white goods flyback SMPS demo board. Document information

UM TEA1721 universal mains white goods flyback SMPS demo board. Document information TEA1721 universal mains white goods flyback SMPS demo board Rev. 1 27 January 2012 User manual Document information Info Keywords Abstract Content TEA1721XT, flyback, non-isolated, dual output, white goods,

More information

UM GreenChip TEA1995DB1295 synchronous rectifier controller demo board. Document information

UM GreenChip TEA1995DB1295 synchronous rectifier controller demo board. Document information GreenChip TEA1995DB1295 synchronous rectifier controller demo board Rev. 1 8 July 2015 User manual Document information Info Keywords Abstract Content TEA1995T, LLC converter, dual Synchronous Rectifier

More information

BCP55; BCX55; BC55PA

BCP55; BCX55; BC55PA Rev. 8 24 October 2 Product data sheet. Product profile. General description NPN medium power transistor series in Surface-Mounted Device (SMD) plastic packages. Table. Product overview Type number []

More information

BCP56H series. 80 V, 1 A NPN medium power transistors

BCP56H series. 80 V, 1 A NPN medium power transistors SOT223 8 V, A NPN medium power transistors Rev. 23 November 26 Product data sheet. Product profile. General description NPN medium power transistors in a medium power SOT223 (SC-73) Surface-Mounted Device

More information

Four planar PIN diode array in SOT363 small SMD plastic package.

Four planar PIN diode array in SOT363 small SMD plastic package. Rev. 4 7 March 2014 Product data sheet 1. Product profile 1.1 General description Four planar PIN diode array in SOT363 small SMD plastic package. 1.2 Features and benefits High voltage current controlled

More information

Two elements in series configuration in a small SMD plastic package Low diode capacitance Low diode forward resistance AEC-Q101 qualified

Two elements in series configuration in a small SMD plastic package Low diode capacitance Low diode forward resistance AEC-Q101 qualified Rev. 2 25 October 2016 Product data sheet 1. Product profile 1.1 General description Two planar PIN diodes in series configuration in a SOT323 small SMD plastic package. 1.2 Features and benefits Two elements

More information

BC857XQA series. 45 V, 100 ma PNP general-purpose transistors

BC857XQA series. 45 V, 100 ma PNP general-purpose transistors 45 V, 100 ma PNP general-purpose transistors Rev. 1 26 August 2015 Product data sheet 1. Product profile 1.1 General description PNP general-purpose transistors in a leadless ultra small DFN1010D-3 (SOT1215)

More information

BCP53; BCX53; BC53PA

BCP53; BCX53; BC53PA Rev. 9 9 October 2 Product data sheet. Product profile. General description PNP medium power transistor series in Surface-Mounted Device (SMD) plastic packages. Table. Product overview Type number [] Package

More information

PDTC143/114/124/144EQA series

PDTC143/114/124/144EQA series PDTC43/4/24/44EQA series s Rev. 30 October 205 Product data sheet. Product profile. General description 00 ma NPN Resistor-Equipped Transistor (RET) family in a leadless ultra small DFN00D-3 (SOT25) Surface-Mounted

More information

Why VPEAK is the Most Critical Aperture Tuner Parameter

Why VPEAK is the Most Critical Aperture Tuner Parameter APPLICATION NOTE Why VPEAK is the Most Critical Aperture Tuner Parameter VPEAK and Voltage Handling: Selecting an Aperture Tuner with Insufficient VPEAK May Result in Degraded TRP, TIS and Phone Certification

More information

80 V, 1 A NPN medium power transistors. Type number Package PNP complement Nexperia JEITA JEDEC BCP56T SOT223 SC-73 - BCP53T

80 V, 1 A NPN medium power transistors. Type number Package PNP complement Nexperia JEITA JEDEC BCP56T SOT223 SC-73 - BCP53T 8 V, A NPN medium power transistors Rev. 5 July 26 Product data sheet. Product profile. General description NPN medium power transistors in a medium power SOT223 (SC-73) Surface-Mounted Device (SMD) plastic

More information

PESD5V0L1ULD. Low capacitance unidirectional ESD protection diode

PESD5V0L1ULD. Low capacitance unidirectional ESD protection diode Rev. 1 19 April 2011 Product data sheet 1. Product profile 1.1 General description Low capacitance unidirectional ElectroStatic Discharge (ESD) protection diode designed to protect one signal line from

More information

PNP general-purpose double transistor. PNP general-purpose double transistor in a small SOT143B Surface-Mounted Device (SMD) plastic package.

PNP general-purpose double transistor. PNP general-purpose double transistor in a small SOT143B Surface-Mounted Device (SMD) plastic package. Rev. 4 2 August 2010 Product data sheet 1. Product profile 1.1 General description in a small SOT143B Surface-Mounted Device (SMD) plastic package. Table 1. Product overview Type number Package PNP complement

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

NPN 5 GHz wideband transistor. The transistor is encapsulated in a 3-pin plastic SOT23 envelope.

NPN 5 GHz wideband transistor. The transistor is encapsulated in a 3-pin plastic SOT23 envelope. SOT3 BFTA Rev. September Product data sheet. Product profile. General description The BFTA is a silicon NPN transistor, primarily intended for use in RF low power amplifiers, such as pocket telephones

More information

100BASE-T1 / OPEN Alliance BroadR-Reach automotive Ethernet Low-Voltage Differential Signaling (LVDS) automotive USB 2.

100BASE-T1 / OPEN Alliance BroadR-Reach automotive Ethernet Low-Voltage Differential Signaling (LVDS) automotive USB 2. 28 September 2018 Product data sheet 1. General description 2. Features and benefits 3. Applications 4. Quick reference data Ultra low capacitance double rail-to-rail ElectroStatic Discharge (ESD) protection

More information

PDTC143X/123J/143Z/114YQA series

PDTC143X/123J/143Z/114YQA series PDTC43X/23J/43Z/4YQA series 50 V, 0 ma NPN resistor-equipped transistors Rev. 30 October 205 Product data sheet. Product profile. General description 0 ma NPN Resistor-Equipped Transistor (RET) family

More information

TED-Kit 2, Release Notes

TED-Kit 2, Release Notes TED-Kit 2 3.6.0 December 5th, 2014 Document Information Info Content Keywords TED-Kit 2, Abstract This document contains the release notes for the TED-Kit 2 software. Contact information For additional

More information

PMEG4010ETP. 40 V, 1 A low VF MEGA Schottky barrier rectifier. Low voltage rectification High efficiency DC-to-DC conversion Switch mode power supply

PMEG4010ETP. 40 V, 1 A low VF MEGA Schottky barrier rectifier. Low voltage rectification High efficiency DC-to-DC conversion Switch mode power supply Rev. 5 October 20 Product data sheet. Product profile. General description Planar Maximum Efficiency General Application (MEGA) Schottky barrier rectifier with an integrated guard ring for stress protection,

More information

PTVS20VU1UPA. 1. General description. 2. Features and benefits. 3. Applications. 4. Quick reference data. 300 W Transient Voltage Suppressor

PTVS20VU1UPA. 1. General description. 2. Features and benefits. 3. Applications. 4. Quick reference data. 300 W Transient Voltage Suppressor 12 June 217 Product data sheet 1. General description 3 W unidirectional Transient Voltage Suppressor (TVS) in a DFN22-3 (SOT161) leadless medium power Surface-Mounted Device (SMD) plastic package, designed

More information

PNP 5 GHz wideband transistor. Oscilloscopes and spectrum analyzers Radar systems RF wideband amplifiers

PNP 5 GHz wideband transistor. Oscilloscopes and spectrum analyzers Radar systems RF wideband amplifiers Rev. 3 22 January 2016 Product data sheet 1. Product profile 1.1 General description PNP transistor in a plastic SOT23 envelope. It is primarily intended for use in RF wideband amplifiers, such as in aerial

More information

VHF variable capacitance diode

VHF variable capacitance diode Rev. 1 25 March 2013 Product data sheet 1. Product profile 1.1 General description The is a variable capacitance diode, fabricated in planar technology, and encapsulated in the SOD323 (SC-76) very small

More information

PTVS22VU1UPA. 1. General description. 2. Features and benefits. 3. Applications. 4. Quick reference data. 300 W Transient Voltage Suppressor

PTVS22VU1UPA. 1. General description. 2. Features and benefits. 3. Applications. 4. Quick reference data. 300 W Transient Voltage Suppressor 12 July 217 Product data sheet 1. General description 3 W unidirectional Transient Voltage Suppressor (TVS) in a DFN22-3 (SOT161) leadless medium power Surface-Mounted Device (SMD) plastic package, designed

More information

PEMD48; PUMD48. NPN/PNP resistor-equipped transistors; R1 = 47 kω, R2 = 47 kω and R1 = 2.2 kω, R2 = 47 kω

PEMD48; PUMD48. NPN/PNP resistor-equipped transistors; R1 = 47 kω, R2 = 47 kω and R1 = 2.2 kω, R2 = 47 kω ; R1 = 47 kω, R2 = 47 kω and R1 = 2.2 kω, R2 = 47 kω Rev. 05 13 April 20 Product data sheet 1. Product profile 1.1 General description NPN/PNP double Resistor-Equipped Transistors (RET) in small Surface-Mounted

More information

40 V, 0.5 A NPN low VCEsat (BISS) transistor

40 V, 0.5 A NPN low VCEsat (BISS) transistor Rev. 4 April 202 Product data sheet. Product profile. General description NPN low V CEsat Breakthrough In Small Signal (BISS) transistor in a leadless ultra small DFN006B-3 (SOT883B) Surface-Mounted Device

More information

BC817K series. 1 Product profile. 45 V, 500 ma NPN general-purpose transistors. 1.1 General description. 1.2 Features and benefits. 1.

BC817K series. 1 Product profile. 45 V, 500 ma NPN general-purpose transistors. 1.1 General description. 1.2 Features and benefits. 1. 45 V, 5 ma NPN general-purpose transistors Rev. 2 6 March 28 Product data sheet Product profile. General description NPN general-purpose transistors in a small SOT23 (TO-236AB) Surface-Mounted Device (SMD)

More information

This application note assumes that the reader is familiar with hardware design and the functionality of the SMSC temperature sensor devices.

This application note assumes that the reader is familiar with hardware design and the functionality of the SMSC temperature sensor devices. AN 16.4 Using Anti-Parallel Diode (APD) with SMSC emperature Sensors 1 ntroduction his application note provides information on maintaining temperature measurement accuracy and noise immunity when using

More information

Application Note: AZD068 A short guide on trackpad layout

Application Note: AZD068 A short guide on trackpad layout Application Note: AZD068 A short guide on trackpad layout Contents 1. Introduction... 1 2. Develop sensor pattern using CAD software... 2 2.1. Sensors/Channels... 2 2.2. Gap between diamonds... 2 2.3.

More information

PMEG4010ER. 1. Product profile. 1 A low V F MEGA Schottky barrier rectifier. 1.1 General description. 1.2 Features and benefits. 1.

PMEG4010ER. 1. Product profile. 1 A low V F MEGA Schottky barrier rectifier. 1.1 General description. 1.2 Features and benefits. 1. Rev. 2 5 April 2 Product data sheet. Product profile. General description Planar Maximum Efficiency General Application (MEGA) Schottky barrier rectifier with an integrated guard ring for stress protection,

More information

Ultra compact transient voltage supressor

Ultra compact transient voltage supressor 23 March 218 Product data sheet 1. General description Transient voltage supressor in a DFN16-2 (SOD882) ultra small and leadless Surface-Mounted Device (SMD) package designed to protect one line against

More information

PESD5V0S2BT. 1. General description. 2. Features and benefits. 3. Applications. 4. Quick reference data

PESD5V0S2BT. 1. General description. 2. Features and benefits. 3. Applications. 4. Quick reference data 23 August 2018 Product data sheet 1. General description 2. Features and benefits 3. Applications 4. Quick reference data Low capacitance bidirectional double ElectroStatic Discharge (ESD) protection diode

More information

PESD2IVN-U. 1. General description. 2. Features and benefits. 3. Applications. Quick reference data

PESD2IVN-U. 1. General description. 2. Features and benefits. 3. Applications. Quick reference data 15 July 2015 Product data sheet 1. General description ElectroStatic Discharge (ESD) protection diode in a very small SOT323 (SC-70) Surface- Mounted Device (SMD) plastic package designed to protect two

More information

AN High-performance PCB antennas for ZigBee networks. Document information. Keywords

AN High-performance PCB antennas for ZigBee networks. Document information. Keywords Rev. 1.0 22 May 2015 Application note Document information Info Content Keywords Meander antenna, Inverted-F antenna, Dipole antenna, JN516x, ZigBee Abstract This application note describes three designs

More information

PEMH11; PUMH11. NPN/NPN resistor-equipped transistors; R1 = 10 k, R2 = 10 k

PEMH11; PUMH11. NPN/NPN resistor-equipped transistors; R1 = 10 k, R2 = 10 k NPN/NPN resistor-equipped transistors; R = k, R2 = k Rev. 6 29 November 20 Product data sheet. Product profile. General description NPN/NPN Resistor-Equipped Transistors (RET) in Surface-Mounted Device

More information

50 ma LED driver in SOT457

50 ma LED driver in SOT457 SOT457 in SOT457 Rev. 1 December 2013 Product data sheet 1. Product profile 1.1 General description LED driver consisting of resistor-equipped PNP transistor with two diodes on one chip in an SOT457 (SC-74)

More information

RB521CS30L. 1. Product profile. 100 ma low V F MEGA Schottky barrier rectifier. 1.1 General description. 1.2 Features and benefits. 1.

RB521CS30L. 1. Product profile. 100 ma low V F MEGA Schottky barrier rectifier. 1.1 General description. 1.2 Features and benefits. 1. Rev. 24 January 20 Product data sheet. Product profile. General description Planar Maximum Efficiency General Application (MEGA) Schottky barrier rectifier with an integrated guard ring for stress protection,

More information

Planar PIN diode in a SOD882D leadless ultra small plastic SMD package.

Planar PIN diode in a SOD882D leadless ultra small plastic SMD package. DFN1006D-2 Rev. 2 6 August 2013 Product data sheet 1. Product profile 1.1 General description Planar PIN diode in a SOD882D leadless ultra small plastic SMD package. 1.2 Features and benefits High voltage,

More information

PESD24VS1ULD. 1. General description. 2. Features and benefits. 3. Application information. 4. Quick reference data

PESD24VS1ULD. 1. General description. 2. Features and benefits. 3. Application information. 4. Quick reference data 22 August 2018 Product data sheet 1. General description 2. Features and benefits 3. Application information 4. Quick reference data Unidirectional ElectroStatic Discharge (ESD) protection diode designed

More information

AN Ohm FM LNA for embedded Antenna in Portable applications with BGU7003W. Document information. Keywords Abstract

AN Ohm FM LNA for embedded Antenna in Portable applications with BGU7003W. Document information. Keywords Abstract for embedded Antenna in Portable applications with BGU7003W Rev. 1.0 15 July 2011 Application note Document information Info Keywords Abstract Content BGU7003W, LNA, FM, embedded Antenna The document provides

More information

PDTB1xxxT series. 500 ma, 50 V PNP resistor-equipped transistors

PDTB1xxxT series. 500 ma, 50 V PNP resistor-equipped transistors Rev. 3 May 204 Product data sheet. Product profile. General description PNP Resistor-Equipped Transistor (RET) family in a small SOT23 (TO-236AB) Surface-Mounted Device (SMD) plastic package. Table. Product

More information

20 ma LED driver in SOT457

20 ma LED driver in SOT457 in SOT457 Rev. 1 December 2013 Product data sheet 1. Product profile 1.1 General description LED driver consisting of resistor-equipped PNP transistor with two diodes on one chip in an SOT457 (SC-74) plastic

More information

UM10950 Start-up Guide for FRDM-KW41Z Evaluation Board Bluetooth Paring example with NTAG I²C plus Rev February

UM10950 Start-up Guide for FRDM-KW41Z Evaluation Board Bluetooth Paring example with NTAG I²C plus Rev February Start-up Guide for FRDM-KW41Z Evaluation Board Bluetooth Paring example with NTAG I²C plus Document information Info Content Keywords NTAG I²C plus, FRDM-KW41Z Abstract This document gives a start-up guide

More information

NPN 9 GHz wideband transistor. The transistor is encapsulated in a plastic SOT23 envelope.

NPN 9 GHz wideband transistor. The transistor is encapsulated in a plastic SOT23 envelope. SOT23 Rev. 4 7 September 211 Product data sheet 1. Product profile 1.1 General description The is an NPN silicon planar epitaxial transistor, intended for applications in the RF front end in wideband applications

More information

PDTC143Z series. NPN resistor-equipped transistors; R1 = 4.7 k, R2 = 47 k

PDTC143Z series. NPN resistor-equipped transistors; R1 = 4.7 k, R2 = 47 k PDTC4Z series NPN resistor-equipped transistors; R = 4.7 k, R2 = 47 k Rev. 8 5 December 20 Product data sheet. Product profile. General description NPN Resistor-Equipped Transistor (RET) family in Surface-Mounted

More information

Hex non-inverting precision Schmitt-trigger

Hex non-inverting precision Schmitt-trigger Rev. 4 26 November 2015 Product data sheet 1. General description The is a hex buffer with precision Schmitt-trigger inputs. The precisely defined trigger levels are lying in a window between 0.55 V CC

More information

Single Schottky barrier diode

Single Schottky barrier diode SOD23F Rev. 2 28 November 20 Product data sheet. Product profile. General description Single planar Schottky barrier diode with an integrated guard ring for stress protection, encapsulated in a small and

More information

PDTD1xxxU series. 500 ma, 50 V NPN resistor-equipped transistors

PDTD1xxxU series. 500 ma, 50 V NPN resistor-equipped transistors PDTDxxxU series Rev. 3 May 24 Product data sheet. Product profile. General description NPN Resistor-Equipped Transistor (RET) family in a very small SOT323 (SC-7) Surface-Mounted Device (SMD) plastic package.

More information

BC817W series. 1 Product profile. 45 V, 500 ma NPN general-purpose transistors. 1.1 General description. 1.2 Features and benefits. 1.

BC817W series. 1 Product profile. 45 V, 500 ma NPN general-purpose transistors. 1.1 General description. 1.2 Features and benefits. 1. Rev. 7 June 28 Product data sheet Product profile. General description NPN general-purpose transistors in a very small SOT323 (SC-7) Surface-Mounted Device (SMD) plastic package. Table. Product overview

More information

Table 1. Quick reference data Symbol Parameter Conditions Min Typ Max Unit I F forward current [1] ma V R reverse voltage V V RRM

Table 1. Quick reference data Symbol Parameter Conditions Min Typ Max Unit I F forward current [1] ma V R reverse voltage V V RRM 23 March 2018 Product data sheet 1. General description in a very small SOD323F (SC-90) flat lead Surface-Mounted Device (SMD) plastic package. 2. Features and benefits High switching speed: t rr 50 ns

More information

AN Replacing HMC625 by NXP BGA7204. Document information

AN Replacing HMC625 by NXP BGA7204. Document information Replacing HMC625 by NXP Rev. 2.0 10 December 2011 Application note Document information Info Keywords Abstract Summary Content, VGA, HMC625, cross reference, drop-in replacement, OM7922/ Customer Evaluation

More information

PBHV9560Z. 1. General description. 2. Features and benefits. 3. Applications. Quick reference data

PBHV9560Z. 1. General description. 2. Features and benefits. 3. Applications. Quick reference data 2 August 204 Product data sheet. General description PNP high-voltage low V CEsat Breakthrough In Small Signal (BISS) transistor in a medium power SOT223 (SC-73) Surface-Mounted Device (SMD) plastic package.

More information

Single Zener diodes in a SOD123 package

Single Zener diodes in a SOD123 package Rev. 1 16 March 2017 Product data sheet 1 Product profile 1.1 General description General-purpose Zener diodes in a SOD123 small Surface-Mounted Device (SMD) plastic package. 1.2 Features and benefits

More information

CAUTION This device is sensitive to ElectroStatic Discharge (ESD). Therefore care should be taken during transport and handling.

CAUTION This device is sensitive to ElectroStatic Discharge (ESD). Therefore care should be taken during transport and handling. Rev. 3 12 September 211 Product data sheet 1. Product profile 1.1 General description Silicon Monolithic Microwave Integrated Circuit (MMIC) wideband amplifier with internal matching circuit in a 6-pin

More information

RB520CS30L. 1. Product profile. 100 ma low V F MEGA Schottky barrier rectifier. 1.1 General description. 1.2 Features and benefits. 1.

RB520CS30L. 1. Product profile. 100 ma low V F MEGA Schottky barrier rectifier. 1.1 General description. 1.2 Features and benefits. 1. SOD882 Rev. 0 March 20 Product data sheet. Product profile. General description Planar Maximum Efficiency General Application (MEGA) Schottky barrier rectifier with an integrated guard ring for stress

More information

PESD24VL1BA. 1. General description. 2. Features and benefits. 3. Applications. 4. Quick reference data

PESD24VL1BA. 1. General description. 2. Features and benefits. 3. Applications. 4. Quick reference data Low capacitance bidirectional ESD protection diode in SOD323 12 July 2018 Product data sheet 1. General description Bidirectional ElectroStatic Discharge (ESD) protection diode in a very small SOD323 (SC-76)

More information

PN7120 NFC Controller SBC Kit User Manual

PN7120 NFC Controller SBC Kit User Manual Document information Info Content Keywords OM5577, PN7120, Demo kit, Raspberry Pi, BeagleBone Abstract This document is the user manual of the PN7120 NFC Controller SBC kit Revision history Rev Date Description

More information

Low collector-emitter saturation voltage V CEsat High collector current capability High collector current gain h FE at high I C

Low collector-emitter saturation voltage V CEsat High collector current capability High collector current gain h FE at high I C 24 June 25 Product data sheet. General description NPN high-voltage low V CEsat Breakthrough In Small Signal (BISS) transistor in a SOT223 (SC-73) medium power Surface-Mounted Device (SMD) plastic package.

More information

PEMB18; PUMB18. PNP/PNP resistor-equipped transistors; R1 = 4.7 k, R2 = 10 k

PEMB18; PUMB18. PNP/PNP resistor-equipped transistors; R1 = 4.7 k, R2 = 10 k PNP/PNP resistor-equipped transistors; R1 = 4.7 k, R2 = 10 k Rev. 5 21 December 2011 1. Product profile 1.1 General description PNP/PNP double Resistor-Equipped Transistors (RET) in Surface-Mounted Device

More information

AN TEA1892 GreenChip synchronous rectifier controller. Document information

AN TEA1892 GreenChip synchronous rectifier controller. Document information Rev. 1 9 April 2014 Application note Document information Info Keywords Abstract Content GreenChip, TEA1892TS, TEA1892ATS, Synchronous Rectifier (SR) driver, high-efficiency The TEA1892TS is a member of

More information

PESD3V3S1UB. 1. General description. 2. Features and benefits. 3. Application information. 4. Quick reference data

PESD3V3S1UB. 1. General description. 2. Features and benefits. 3. Application information. 4. Quick reference data 29 November 2018 Product data sheet 1. General description 2. Features and benefits 3. Application information 4. Quick reference data Unidirectional ElectroStatic Discharge (ESD) protection diode in a

More information

Quad 2-input NAND buffer (open collector) The 74F38 provides four 2-input NAND functions with open-collector outputs.

Quad 2-input NAND buffer (open collector) The 74F38 provides four 2-input NAND functions with open-collector outputs. Rev. 3 10 January 2014 Product data sheet 1. General description 2. Features and benefits 3. Ordering information The provides four 2-input NAND functions with open-collector outputs. Industrial temperature

More information

Table 1. Quick reference data Symbol Parameter Conditions Min Typ Max Unit

Table 1. Quick reference data Symbol Parameter Conditions Min Typ Max Unit 22 August 208 Product data sheet. General description 2. Features and benefits 3. Applications 4. Quick reference data Planar Maximum Efficiency General Application (MEGA) Schottky barrier rectifier with

More information

NPN/NPN low V CEsat Breakthrough In Small Signal (BISS) transistor in a SOT96-1 (SO8) medium power Surface-Mounted Device (SMD) plastic package.

NPN/NPN low V CEsat Breakthrough In Small Signal (BISS) transistor in a SOT96-1 (SO8) medium power Surface-Mounted Device (SMD) plastic package. Rev. 2 October 200 Product data sheet. Product profile. General description NPN/NPN low V CEsat Breakthrough In Small Signal (BISS) transistor in a SOT96- (SO8) medium power Surface-Mounted Device (SMD)

More information

BAV102; BAV103. Single general-purpose switching diodes

BAV102; BAV103. Single general-purpose switching diodes Rev. 4 6 August 2010 Product data sheet 1. Product profile 1.1 General description, fabricated in planar technology, and encapsulated in small hermetically sealed glass SOD80C Surface-Mounted Device (SMD)

More information

Table 1. Quick reference data Symbol Parameter Conditions Min Typ Max Unit

Table 1. Quick reference data Symbol Parameter Conditions Min Typ Max Unit 24 October 27 Product data sheet. General description Planar Maximum Efficiency General Application (MEGA) Schottky barrier rectifier with an integrated guard ring for stress protection, encapsulated in

More information

AN LPC82x Touch Solution Hardware Design Guide. Document information. Keywords

AN LPC82x Touch Solution Hardware Design Guide. Document information. Keywords Rev. 1.0 22 December 2014 Application Note Document information Info Keywords Abstract Content Capacitive Touch, Touchpad, Sensor, Electrode, Drive/Sensing lines, Dielectric, Overlay panel, Sensitivity,

More information

BC857xMB series. 45 V, 100 ma PNP general-purpose transistors

BC857xMB series. 45 V, 100 ma PNP general-purpose transistors SOT883B Rev. 1 21 February 2012 1. Product profile 1.1 General description PNP general-purpose transistors in a leadless ultra small SOT883B Surface-Mounted Device (SMD) plastic package. Table 1. Product

More information

Low current peripheral driver Control of IC inputs Replaces general-purpose transistors in digital applications Mobile applications

Low current peripheral driver Control of IC inputs Replaces general-purpose transistors in digital applications Mobile applications NPN/NPN resistor-equipped transistors; R = 47 kω, R2 = 47 kω 4 November 205 Product data sheet. General description NPN/NPN Resistor-Equipped Transistors (RET) in a leadless ultra small DFN00B-6 (SOT26)

More information

PMEG3050BEP. 1. General description. 2. Features and benefits. 3. Applications. 4. Quick reference data

PMEG3050BEP. 1. General description. 2. Features and benefits. 3. Applications. 4. Quick reference data 28 May 28 Product data sheet. General description Planar Maximum Efficiency General Application (MEGA) Schottky barrier rectifier with an integrated guard ring for stress protection, encapsulated in a

More information

OM29110 NFC's SBC Interface Boards User Manual. Rev May

OM29110 NFC's SBC Interface Boards User Manual. Rev May Document information Info Content Keywords Abstract OM29110, NFC, Demo kit, Raspberry Pi, BeagleBone, Arduino This document is the user manual of the OM29110 NFC s SBC Interface Boards. Revision history

More information