ULTRASONIC SENSOR ICs MEASUREMENT OF AMBIENT TEMPERATURE AN 0084

Size: px
Start display at page:

Download "ULTRASONIC SENSOR ICs MEASUREMENT OF AMBIENT TEMPERATURE AN 0084"

Transcription

1 1 Description This application note demonstrates a simple approach to measure the ambient temperature in an ultrasonic sensor module. This information can be used to compensate the temperature dependent shift of the transducer frequency. In order to keep the additional effort as small as possible, a package with a dual sensor diode is used. 2 Scope If it is not specially marked, this document is valid for the following Elmos Ultrasonic Sensor ICs: E / E / E / E Circuit setup The Elmos IC has an integrated 8bit ADC which is mainly used for ultrasonic signal processing. But through a spe - cial register the ADC can be used also for other purposes. One option is to measure the voltage at GPIO4. Thus, the only place to connect an analog temperature sensor to the IC is pin GPIO4. There are two possibilities to con - nect a temperature sensor: One possibility is to use a temperature dependent resistor with a temperature independent bias resistor. Another approach, which is described in this application note, is to use a silicon diode biased with a con - stant current. The figure 5 is taken from the data sheet of BAV99 [3]. It can be seen that a lower bias cur - rent gives a higher sensitivity to temperature changes. Because the analog supply is 3.3 V, some diodes can be stacked, so it gives a better adjustment to the ADC input voltage range. Care should be taken when the diodes are mounted far away from GPIO4. Because of the small bias current the line is sensitive to any noise coupled into it. For use in the application a calibration is needed. During end of line calibration process, also the temperature measurement should be done and the result of this measurement stored into EEPROM as room temperature ref - erence value. The temperature slope of the diodes forward voltage depends only on the bias current and can therefore assumed to be constant for the precision required for ultrasonic applications. In this application note the BAV99 is used, because the small SOT23 package contains two diodes in the right configuration. The GPIO of the Elmos IC has a pull-up option giving a pull-up current of about 30 μa (see [1], GPIO characteristics). This current is low enough to avoid any heating of the diode above the ambient temperature. The overall effort to add temperature measurement to this device is one external component, a dual diode from GPIO4 to ground. The modification is shown in the schematics (figure 4). 1/8

2 4 Software setup The functions for controlling the ADC are already included in s2g_util. Using these functions a routine was con - structed to read the ADC 8 times and put the results into a LIN frame. /* */ static bool_t loc_linsendtemperature( volatile lin_msgbuffer_t *msg) /* LIN callback */ /* */ { uint8_t i; /* fill 8 bytes answer with temperature measurements */ GPIO_CFG->val &= (uint8_t) 0x77; /* Pullup for GPIO4 on */ gpio_set_pullup(0x08); util_adcselectinput (util_adc_gpio4); for ( i = 0; i < msg->msglen; i++ ) { /* fill LIN buffer with error memory */ msg->msg.std.data[ i] = util_adcmeasure ( ); } /* tell the SendAnswer routine how much byte you want to send out */ msg->buflen = msg->msglen; /* switch to answer mode at LAST operation of your routine */ msg->state = lms_answering; /* if do not return TRUE, the answer will not be send an an error state will be assigned */ return(true); } If shown in this example only a small number of code lines is needed to implement the temperature measure - ment function. Please be aware that the ADC is not reset to the previous function, so starting an ultrasonic measurement should set up the ADC properly. This routine is called when LIN identifier 4 appears on the bus and the message length is 8 bytes. The routine has to be entered in the LIN Message Table and then everything is done. 2/8

3 5 Temperature Chamber Measurements To check the function, described in chapter 4, the ambient temperature is measured continuously in a temperature chamber. Therefore three boards with diodes mounted on every board were prepared. These boards were programmed with different identifiers, so all modules are connected to the same bus without making use of pincoding or auto addressing. After the chamber has reached a constant temperature, the measurement data was taken automatically. About 50 data frames of each sensor were logged for each temperature. The results of the complete measurement cycle are shown in the following figures 1, 2 and 3. Shown is the average value (LSB at the ADC), the minimum measurement and the maximum measurement at temperatures between -40 C and 100 C. The calc -curve is the linear approximation of the measurement results. Temperature Measurement Device ID ADC Value [LSB] Temperature [ C] Diodes Diodes_min Diodes_max Diode_calc. Figure 1: Temperature Measurement Device ID 1 3/8

4 Temperature Measurement Device ID ADC Value [LSB] Temperature [ C] Diodes Diodes_min Diodes_max Diode_calc. Figure 2: Temperature Measurement Device ID 2 Temperature Measurement Device ID 3 ADC Value [LSB] Temperature [ C] Diodes Diodes_min Diodes_max Diode_calc. Figure 3: Temperature Measurement Device ID 3 4/8

5 5.1 Measurement results As shown in figure 1, the temperature range is from -40 C to 100 C and the measured temperature varies (LSB of the ADC) from 93 LSB to 36 LSB (= 57 LSB). Δ ADC LSB Δt = 57LSB =0.407 LSB / C 140 C The slope of the temperature sensor is LSB/ C. Also the two other boards provide the same result. The internal ADC has a 3.3V supply, thus the temperature difference corresponds to 12.9mV 57 = 734mV and the temperature coefficient of a single diode can be calculated as follows: ΔV Diode = 734mV =2.62mV / C Δ t C This value is close to the expected value calculated from the graph in figure 5. 6 Summary The adding of external diodes generates a good temperature sensor. The slope of this temperature sensor varies in a small range between and LSB/K. Also the difference in offset at 0 C is below 1 bit. Thus, this approach gives a stable result to measure the ambient temperature of the ultrasonic sensor module. Also, if the tolerance is acceptable, any end of line calibration is not needed. 5/8

6 Figure 4: Modified evaluation board with dual diode on GPIO 4 6/8

7 Figure 5: Diode forward voltage as function of temperature and bias current Sample measurement with 30µA (blue curve) 7 References [1] 25DS0075E.xx Data sheet E / E / E / E (Elmos Semiconductor AG) [2] 25AN0083E.xx Application note Temperature behavior of transducer (Elmos Semiconductor AG) [3] Data sheet BAV99 (Infineon) 7/8

8 WARNING Life Support Applications Policy Elmos Semiconductor AG is continually working to improve the quality and reliability of its products. Nevertheless, semiconductor devices in general can malfunction or fail due to their inherent electrical sensitivity and vulnerability to physical stress. It is the responsibility of the buyer, when utilizing Elmos Semiconductor AG products, to observe standards of safety, and to avoid situations in which malfunction or failure of an Elmos Semiconductor AG Product could cause loss of human life, body injury or damage to property. In the development of your design, please ensure that Elmos Semiconductor AG products are used within specified operating ranges as set forth in the most recent product specifications. General Disclaimer Information furnished by Elmos Semiconductor AG is believed to be accurate and reliable. However, no respons - ibility is assumed by Elmos Semiconductor AG for its use, nor for any infringements of patents or other rights of third parties, which may result from its use. No license is granted by implication or otherwise under any patent or patent rights of Elmos Semiconductor AG. Elmos Semiconductor AG reserves the right to make changes to this document or the products contained therein without prior notice, to improve performance, reliability, or manufacturability. Application Disclaimer Circuit diagrams may contain components not manufactured by Elmos Semiconductor AG, which are included as means of illustrating typical applications. Consequently, complete information sufficient for construction purposes is not necessarily given. The information in the application examples has been carefully checked and is believed to be entirely reliable. However, no responsibility is assumed for inaccuracies. Furthermore, such information does not convey to the purchaser of the semiconductor devices described any license under the patent rights of Elmos Semiconductor AG or others. Elmos Semiconductor AG Headquarters Heinrich-Hertz-Str Dortmund Germany Phone + 49 (0) Fax + 49 (0) sales@elmos.com 8/8

Dual Channel PIR Signal Processor E Production Data - Dec 16, 2016

Dual Channel PIR Signal Processor E Production Data - Dec 16, 2016 Features Direct connection to PIR sensor elements Temperature measurement Differential PIR inputs Digital Signal Processing (DSP) Single wire serial interface (DOCI ) Operating voltage down to 2.7V Low

More information

Analog Output. Vin. + C5 100u/16V. 100n VSS 1N4148 GP0. R1 10k GP1 GP2/T0CKI MICRO VSS

Analog Output. Vin. + C5 100u/16V. 100n VSS 1N4148 GP0. R1 10k GP1 GP2/T0CKI MICRO VSS Features General Description ÿ Direct connection to PIR sensor elements ÿ Temperature measurement ÿ Differential PIR Input ÿ Digital Signal Processing (DSP) ÿ Single wire serial interface () ÿ Operating

More information

8-Bit A/D Converter AD673 REV. A FUNCTIONAL BLOCK DIAGRAM

8-Bit A/D Converter AD673 REV. A FUNCTIONAL BLOCK DIAGRAM a FEATURES Complete 8-Bit A/D Converter with Reference, Clock and Comparator 30 s Maximum Conversion Time Full 8- or 16-Bit Microprocessor Bus Interface Unipolar and Bipolar Inputs No Missing Codes Over

More information

RV1 OEN REL 2 NPIRIN 3 VSS 14 VSS VSS

RV1 OEN REL 2 NPIRIN 3 VSS 14 VSS VSS Features Digital signal processing On chip supply shunt regulator Low power consumption Differential PIR sensor input Excellent power supply rejection Insensitive to RF interference Inputs for sensitivity,

More information

E Typical Application and Component Selection AN 0179 Jan 25, 2017

E Typical Application and Component Selection AN 0179 Jan 25, 2017 1 Typical Application and Component Selection 1.1 Step-down Converter and Control System Understanding buck converter and control scheme is essential for proper dimensioning of external components. E522.41

More information

W H I T E P A P E R. Analog Signal Chain Calibration

W H I T E P A P E R. Analog Signal Chain Calibration W H I T E P A P E R Gautam Das G, Applications Engineer & Praveen Sekar, Applications Engineer Senior Cypress Semiconductor Corp. Analog Signal Chain Calibration Abstract Analog signal chains are prone

More information

Application Note E Advanced Device Configuration. Figure 1. E Evaluation-Kit (Version V2.0)

Application Note E Advanced Device Configuration. Figure 1. E Evaluation-Kit (Version V2.0) 1 Introduction Application Note E522.41 Advanced Device Configuration 1.1 Abstract This Application Note describes some enhanced configuration opportunities for the Elmos E522.41, especially in Stand-Alone

More information

TA78L05F, TA78L06F, TA78L07F, TA78L08F, TA78L09F, TA78L10F, TA78L12F, TA78L15F, TA78L18F, TA78L20F, TA78L24F

TA78L05F, TA78L06F, TA78L07F, TA78L08F, TA78L09F, TA78L10F, TA78L12F, TA78L15F, TA78L18F, TA78L20F, TA78L24F TOSHIBA Bipolar Linear Integrated Silicon Monolithic TA78L05F, TA78L06F, TA78L07F, TA78L08F, TA78L09F, TA78L10F, TA78L12F, TA78L15F, TA78L18F, TA78L20F, TA78L24F 5, 6, 7, 8, 9, 10, 12, 15, 18, 20, 24 3-Terminal

More information

3.3V U1 ENVREG VDD VDD OEN REL PIRIN LED 12 NPIRIN SENS ONTIME VSS VSS T TSSOP-14 VSS

3.3V U1 ENVREG VDD VDD OEN REL PIRIN LED 12 NPIRIN SENS ONTIME VSS VSS T TSSOP-14 VSS MOS (PTY) LTD. Microsystems On Silicon Member of ELMOS Semiconductor AG PIR CONTROLLER INTEGRATED CIRCUIT E93.97 Features General Description Digital signal processing On chip supply shunt regulator Low

More information

Thermocouple Conditioner and Setpoint Controller AD596*/AD597*

Thermocouple Conditioner and Setpoint Controller AD596*/AD597* a FEATURES Low Cost Operates with Type J (AD596) or Type K (AD597) Thermocouples Built-In Ice Point Compensation Temperature Proportional Operation 10 mv/ C Temperature Setpoint Operation ON/OFF Programmable

More information

High frequency low power 1A step down converter with adjustable output voltage between 1.5V to 12V. Figure 1. Demonstration board

High frequency low power 1A step down converter with adjustable output voltage between 1.5V to 12V. Figure 1. Demonstration board E5.09 DEMONSTRATION BOARD High frequency low power A step down converter with adjustable output voltage between.5v to V What you get. Demo board low power A step down converter E5.09 with adjustable output

More information

TOSHIBA BIPOLAR DIGITAL INTEGRATED CIRCUIT SILICON MONOLITHIC TD62771AP

TOSHIBA BIPOLAR DIGITAL INTEGRATED CIRCUIT SILICON MONOLITHIC TD62771AP TOSHIBA BIPOLAR DIGITAL INTEGRATED CIRCUIT SILICON MONOLITHIC 7CH HIGH VOLTAGE SOURCE DRIVER The is comprised of seven source current Transistor Array. This driver is specifically designed for fluorescent

More information

September 2010 Rev FEATURES. Fig. 1: XRP431L Application Diagram

September 2010 Rev FEATURES. Fig. 1: XRP431L Application Diagram September 2010 Rev. 1.2.0 GENERAL DESCRIPTION The XRP431L is a three-terminal adjustable shunt voltage regulator providing a highly accurate bandgap reference. The XRP431L acts as an open-loop error amplifier

More information

High Precision 10 V IC Reference AD581

High Precision 10 V IC Reference AD581 High Precision 0 V IC Reference FEATURES Laser trimmed to high accuracy 0.000 V ±5 mv (L and U models) Trimmed temperature coefficient 5 ppm/ C maximum, 0 C to 70 C (L model) 0 ppm/ C maximum, 55 C to

More information

TC7WH04FU,TC7WH04FK TC7WH04FU/FK. Triple Inverter. Features. Marking. Pin Assignment (top view)

TC7WH04FU,TC7WH04FK TC7WH04FU/FK. Triple Inverter. Features. Marking. Pin Assignment (top view) TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC7WH04FU,TC7WH04FK TC7WH04FU/FK Triple Inverter The TC7WH04 is an advanced high speed CMOS Inverter fabricated with silicon gate CMOS technology.

More information

LIN Bus Shunt. Slave Node Position Detection. Revision 1.0. LIN Consortium, LIN is a registered Trademark. All rights reserved.

LIN Bus Shunt. Slave Node Position Detection. Revision 1.0. LIN Consortium, LIN is a registered Trademark. All rights reserved. December 10, 2008; Page 1 LIN Bus Shunt LIN Consortium, 2008. LIN is a registered Trademark. All rights reserved. December 10, 2008; Page 2 DISCLAIMER This specification as released by the LIN Consortium

More information

TOSHIBA Intelligent Power Device Silicon Monolithic Power MOS Integrated Circuit TPD2005F

TOSHIBA Intelligent Power Device Silicon Monolithic Power MOS Integrated Circuit TPD2005F TOSHIBA Intelligent Power Device Silicon Monolithic Power MOS Integrated Circuit TPD2005F TPD2005F ow-side Power Switch Array (8 Channels) for Motors, Solenoids, and amp Drivers The TPD2005F is an 8-channel

More information

Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. LM134/LM234/LM334 3-Terminal Adjustable Current Sources General Description

More information

High Precision 10 V IC Reference AD581*

High Precision 10 V IC Reference AD581* a FEATURES Laser Trimmed to High Accuracy: 10.000 Volts 5 mv (L and U) Trimmed Temperature Coefficient: 5 ppm/ C max, 0 C to +70 C (L) 10 ppm/ C max, 55 C to +125 C (U) Excellent Long-Term Stability: 25

More information

TOSHIBA Intelligent Power Device Silicon Monolithic Power MOS Integrated Circuit TPD2007F

TOSHIBA Intelligent Power Device Silicon Monolithic Power MOS Integrated Circuit TPD2007F TOSIBA Intelligent Power Device Silicon Monolithic Power MOS Integrated Circuit TPD2007F TPD2007F Low-Side Power Switch Array (8 Channels) for Motors, Solenoids, and Lamp Drivers The TPD2007F is an 8-channel

More information

High Precision 2.5 V IC Reference AD580*

High Precision 2.5 V IC Reference AD580* a FEATURES Laser Trimmed to High Accuracy: 2.500 V 0.4% 3-Terminal Device: Voltage In/Voltage Out Excellent Temperature Stability: 10 ppm/ C (AD580M, U) Excellent Long-Term Stability: 250 V (25 V/Month)

More information

Scope AVDD VDDC NRST. reset clock test. CPU core 16 bit. multiply HALIOS. control. watchdog. digital/ analog IRQ. control. timer

Scope AVDD VDDC NRST. reset clock test. CPU core 16 bit. multiply HALIOS. control. watchdog. digital/ analog IRQ. control. timer Designing capacitive Sensors with E99.6 Sensor IC AN 1 Features Scope Sensor IC based on HALIOS technology up to 4 sending channels, 1 compensation channel and 1 receiver input for different HALIOS applications

More information

GENERAL DESCRIPTION APPLICATIONS FEATURES TYPICAL APPLICATION DIAGRAM

GENERAL DESCRIPTION APPLICATIONS FEATURES TYPICAL APPLICATION DIAGRAM April 2009 Rev. 2.0.0 GENERAL DESCRIPTION The SPX431A is a three-terminal adjustable shunt voltage regulator providing a highly accurate bandgap reference. The SPX431A acts as an open-loop error amplifier

More information

TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA7736P,TA7736F

TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA7736P,TA7736F TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA7736P,TA7736F DC MOTOR DRIVER IC TA7736P/F The TA7736P is a 3 phase Bi directional motor driver IC. It designed for use VCR, tape deck, floppy

More information

VDDC AVDD LED1B SEARCH ACK AWARE ACK_DIS SEARCH_DIS E NRST

VDDC AVDD LED1B SEARCH ACK AWARE ACK_DIS SEARCH_DIS E NRST Features ÿ ÿ Ready-to-use functions - On/Off - Search Light - Dimming - Acknowledge ÿ ÿ Implemented gesture recognition - Awareness - Tap - Time Select - Wipe - Proximity Detection range approx. 25 cm

More information

TC74AC05P,TC74AC05F,TC74AC05FN

TC74AC05P,TC74AC05F,TC74AC05FN TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC74AC05P/F/FN TC74AC05P,TC74AC05F,TC74AC05FN Hex Inverter (open drain) The TC74AC05 is an advanced high speed CMOS INVERTER fabricated with silicon

More information

LIA130STR. Optically Isolated Error Amplifier INTEGRATED CIRCUITS DIVISION 8 LED COMP GND

LIA130STR. Optically Isolated Error Amplifier INTEGRATED CIRCUITS DIVISION 8 LED COMP GND Optically Isolated Error Amplifier Features Optocoupler, Precision Reference, and Error Amplifier in a Single Package 1.4V ± 1% Reference (@ ºC) Linear Optical Coupler Technology with an Industry Standard

More information

TC4011BP,TC4011BF,TC4011BFN,TC4011BFT

TC4011BP,TC4011BF,TC4011BFN,TC4011BFT TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC4011BP/BF/BFN/BFT TC4011BP,TC4011BF,TC4011BFN,TC4011BFT TC4011B Quad 2 Input NAND Gate The TC4011B is 2-input positive logic NAND gate respectively.

More information

TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA8429H

TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA8429H TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA8429H TA8429H 3.0A FULL BRIDGE DRIVER The TA8429H is full bridge driver IC for brush motor rotation control that has current capability of

More information

TS V micropower shunt voltage reference. Features. Applications. Description

TS V micropower shunt voltage reference. Features. Applications. Description 2. micropower shunt voltage reference Features 2.5 typical output voltage Ultra low current consumption: 4µA typ. High precision @ 25 C ±2% (standard version) ±1% (A grade) High stability when used with

More information

Signal Conditioning for MEAS Pressure Sensors

Signal Conditioning for MEAS Pressure Sensors INTRODUCTION Piezo resistive pressure sensors provide an analog output signal that is proportional to input pressure. The typical full scale span for this type of integrated sensor is 100 mv which is sufficient

More information

MIC833. General Description. Features. Applications. Typical Application. Comparator and Reference with Adjustable Hystersis

MIC833. General Description. Features. Applications. Typical Application. Comparator and Reference with Adjustable Hystersis Comparator and Reference with Adjustable Hystersis General Description The is a micropower precision dual voltage comparator with an on-chip reference and latch. High- and low-voltage thresholds are adjusted

More information

TA7736P,TA7736F TA7736P/F DC MOTOR DRIVER IC FEATURES TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC

TA7736P,TA7736F TA7736P/F DC MOTOR DRIVER IC FEATURES TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA7736P,TA7736F TA7736P/F DC MOTOR DRIVER IC The TA7736P is a 3 phase Bi directional motor driver IC. It designed for use VCR, tape deck, floppy

More information

by Cornel Stanescu, Cristian Dinca, Radu Iacob and Ovidiu Profirescu, ON Semiconductor, Bucharest, Romania and Santa Clara, Calif., U.S.A.

by Cornel Stanescu, Cristian Dinca, Radu Iacob and Ovidiu Profirescu, ON Semiconductor, Bucharest, Romania and Santa Clara, Calif., U.S.A. Internal LDO Circuit Offers External Control Of Current Limiting ISSUE: May 2012 by Cornel Stanescu, Cristian Dinca, Radu Iacob and Ovidiu Profirescu, ON Semiconductor, Bucharest, Romania and Santa Clara,

More information

TC74AC00P,TC74AC00F,TC74AC00FN,TC74AC00FT

TC74AC00P,TC74AC00F,TC74AC00FN,TC74AC00FT TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC74AC00P/F/FN/FT TC74AC00P,TC74AC00F,TC74AC00FN,TC74AC00FT Quad 2-Input NAND Gate The TC74AC00 is an advanced high speed CMOS 2-INPUT NAND GATE

More information

SSTV V 13-bit to 26-bit SSTL_2 registered buffer for stacked DDR DIMM

SSTV V 13-bit to 26-bit SSTL_2 registered buffer for stacked DDR DIMM INTEGRATED CIRCUITS 2000 Dec 01 File under Integrated Circuits ICL03 2002 Feb 19 FEATURES Stub-series terminated logic for 2.5 V (SSTL_2) Optimized for stacked DDR (Double Data Rate) SDRAM applications

More information

high performance needs great design. Coverpage: AS89000 Datasheet

high performance needs great design. Coverpage: AS89000 Datasheet high performance needs great design. Coverpage: AS89000 Datasheet Please be patient while we transfer this adapted former MAZeT document to the latest ams design. www.ams.com VDD GND SW1 SW2 SW3 SW4 DATASHEET

More information

LM219/LM319 Dual voltage comparator INTEGRATED CIRCUITS. Product data Supersedes data of 1994 Aug 31 File under Integrated Circuits, IC11 Handbook

LM219/LM319 Dual voltage comparator INTEGRATED CIRCUITS. Product data Supersedes data of 1994 Aug 31 File under Integrated Circuits, IC11 Handbook INTEGRATED CIRCUITS Supersedes data of 1994 Aug 31 File under Integrated Circuits, IC11 Handbook 21 Aug 3 DESCRIPTION The series are precision high-speed dual comparators fabricated on a single monolithic

More information

ULN2003AP,ULN2003AFW,ULN2004AP,ULN2004AFW (Manufactured by Toshiba Malaysia)

ULN2003AP,ULN2003AFW,ULN2004AP,ULN2004AFW (Manufactured by Toshiba Malaysia) TOSHIBA Bipolar Digital Integrated Circuit Silicon Monolithic ULN2003,04AP/AFW ULN2003AP,ULN2003AFW,ULN2004AP,ULN2004AFW (Manufactured by Toshiba Malaysia) 7ch Darlington Sink Driver The ULN2003AP/AFW

More information

TC74AC367P,TC74AC367F,TC74AC367FN,TC74AC367FT

TC74AC367P,TC74AC367F,TC74AC367FN,TC74AC367FT TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC74AC367P/F/FN/FT TC74AC367P,TC74AC367F,TC74AC367FN,TC74AC367FT Hex Bus Buffer (3-state) The TC74AC367 is an advanced high speed CMOS HEX BUS

More information

TC74LCX07F,TC74LCX07FN,TC74LCX07FT,TC74LCX07FK

TC74LCX07F,TC74LCX07FN,TC74LCX07FT,TC74LCX07FK TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC74LCX07F/FN/FT/FK TC74LCX07F,TC74LCX07FN,TC74LCX07FT,TC74LCX07FK Low-Voltage HEX Buffer with 5-V Tolerant Inputs and Outputs (open drain) The

More information

Obsolete Product(s) - Obsolete Product(s)

Obsolete Product(s) - Obsolete Product(s) Low power quad operational amplifier Features Wide gain bandwidth: 1.3 MHz Extended temperature range: -40 C to +150 C Input common-mode voltage range includes negative rail Large voltage gain: 100 db

More information

Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. LM136-2.5/LM236-2.5/LM336-2.5V Reference Diode General Description The LM136-2.5/LM236-2.5

More information

ZSC31050 / ZSC31150 / ZSSC313X / ZSSC3154 / ZSSC3170 Application Note - RBIC1 Calibration DLL

ZSC31050 / ZSC31150 / ZSSC313X / ZSSC3154 / ZSSC3170 Application Note - RBIC1 Calibration DLL ZSC31050 / ZSC31150 / ZSSC313X / ZSSC3154 / ZSSC3170 Application Note - RBIC1 Calibration DLL Contents 1 RBIC1 Dynamic-Link Library (DLL)... 2 2 Calibration Sequence... 3 2.1. Set-up and Initialization...

More information

LM134/LM234/LM334 3-Terminal Adjustable Current Sources

LM134/LM234/LM334 3-Terminal Adjustable Current Sources 3-Terminal Adjustable Current Sources General Description The are 3-terminal adjustable current sources featuring 10,000:1 range in operating current, excellent current regulation and a wide dynamic voltage

More information

SENSYLINK Microelectronics Co., LTD. (CT1720) Single-Wire Digital Temperature Sensor

SENSYLINK Microelectronics Co., LTD. (CT1720) Single-Wire Digital Temperature Sensor SENSYLINK Microelectronics (CT1720) Single-Wire Digital Temperature Sensor CT1720 is a Low Cost Digital Temperature Sensor with±1.0 C Accuracy over 0 C to 50 C with S-Wire Interface. It is ideally used

More information

Order code Temperature range Package Packaging Marking

Order code Temperature range Package Packaging Marking Micropower quad CMOS voltage comparator Datasheet production data Features Extremely low supply current: 9 μa typ./comp. Wide single supply range 2.7 V to 16 V or dual supplies (±1.35 V to ±8 V) Extremely

More information

2SC5353 2SC5353. Switching Regulator and High Voltage Switching Applications High-Speed DC-DC Converter Applications. Maximum Ratings (Tc = 25 C)

2SC5353 2SC5353. Switching Regulator and High Voltage Switching Applications High-Speed DC-DC Converter Applications. Maximum Ratings (Tc = 25 C) TOSHIBA Transistor Silicon NPN Triple Diffused Type (PCT process) SC55 Switching Regulator and High Voltage Switching Applications High-Speed DC-DC Converter Applications Unit: mm Excellent switching times:

More information

INTEGRATED CIRCUITS MC1408-8

INTEGRATED CIRCUITS MC1408-8 INTEGRATED CIRCUITS Supersedes data of 99 Aug File under Integrated Circuits, IC Handbook 00 Aug 0 DESCRIPTION The is an -bit monolithic digital-to-analog converter which provides high-speed performance

More information

INTEGRATED CIRCUITS. PCA channel I 2 C multiplexer and interrupt logic. Product data Supersedes data of 2001 May 07.

INTEGRATED CIRCUITS. PCA channel I 2 C multiplexer and interrupt logic. Product data Supersedes data of 2001 May 07. INTEGRATED CIRCUITS 2-channel I 2 C multiplexer and interrupt logic Supersedes data of 2001 May 07 2002 Mar 28 The pass gates of the multiplexer are constructed such that the V DD pin can be used to limit

More information

NE/SA5234 Matched quad high-performance low-voltage operational amplifier

NE/SA5234 Matched quad high-performance low-voltage operational amplifier INTEGRATED CIRCUITS Supersedes data of 2001 Aug 03 File under Integrated Circuits, IC11 Handbook 2002 Feb 22 DESCRIPTION The is a matched, low voltage, high performance quad operational amplifier. Among

More information

ULN2803AP,ULN2803AFW,ULN2804AP,ULN2804AFW (Manufactured by Toshiba Malaysia)

ULN2803AP,ULN2803AFW,ULN2804AP,ULN2804AFW (Manufactured by Toshiba Malaysia) TOSHIBA BIPOLAR DIGITAL INTEGRATED CIRCUIT SILICON MONOLITHIC ULN2803AP,ULN2803AFW,ULN2804AP,ULN2804AFW (Manufactured by Toshiba Malaysia) 8CH DARLINGTON SINK DRIVER The ULN2803AP / AFW Series are high

More information

TS391. Low-power single voltage comparator. Features. Description

TS391. Low-power single voltage comparator. Features. Description Low-power single voltage comparator Datasheet production data Features Wide single supply voltage range or dual supplies +2 V to +36 V or ±1 V to ±18 V Very low supply current (0.2 ma) independent of supply

More information

2SK363 2SK363. For Audio Amplifier, Analog Switch, Constant Current and Impedance Converter Applications. Maximum Ratings (Ta = 25 C)

2SK363 2SK363. For Audio Amplifier, Analog Switch, Constant Current and Impedance Converter Applications. Maximum Ratings (Ta = 25 C) TOSHIBA Field Effect Transistor Silicon N Channel Junction Type For Audio Amplifier, Analog Switch, Constant Current and Impedance Converter Applications Unit: mm High breakdown voltage: VGDS = 40 V High

More information

LD1117Axx. Low drop fixed and adjustable positive voltage regulators. Features. Description

LD1117Axx. Low drop fixed and adjustable positive voltage regulators. Features. Description Low drop fixed and adjustable positive voltage regulators Features Low dropout voltage (1.15 V typ. @ I OUT = 1 A, 25 C) Very low quiescent current (5 ma typ. @ 25 C) Output current up to 1 A Fixed output

More information

TC74ACT540P,TC74ACT540F,TC74ACT540FW,TC74ACT540FT TC74ACT541P,TC74ACT541F,TC74ACT541FW,TC74ACT541FT

TC74ACT540P,TC74ACT540F,TC74ACT540FW,TC74ACT540FT TC74ACT541P,TC74ACT541F,TC74ACT541FW,TC74ACT541FT TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC74ACT540,541P/F/FW/FT TC74ACT540P,TC74ACT540F,TC74ACT540FW,TC74ACT540FT TC74ACT541P,TC74ACT541F,TC74ACT541FW,TC74ACT541FT Octal Bus Buffer TC74ACT540P/F/FW/FT

More information

TC74HC540AP,TC74HC540AF,TC74HC540AFW TC74HC541AP,TC74HC541AF,TC74HC541AFW

TC74HC540AP,TC74HC540AF,TC74HC540AFW TC74HC541AP,TC74HC541AF,TC74HC541AFW TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC74HC540,541AP/AF/AFW TC74HC540AP,TC74HC540AF,TC74HC540AFW TC74HC541AP,TC74HC541AF,TC74HC541AFW Octal Bus Buffer TC74HC540AP/AF/AFW TC74HC541AP/AF/AFW

More information

AT431 Adjustable Precision Shunt Regulators

AT431 Adjustable Precision Shunt Regulators FEATURES DESCRIPTION Programmable Output Voltage to 40V Voltage Reference Tolerance 1.0% for B Series and 0.5% for A Series Low Dynamic Output Impedance 0.22Ω Sink Current Capability of 0.1mA to 100mA

More information

TC74VHC32F,TC74VHC32FN,TC74VHC32FT,TC74VHC32FK

TC74VHC32F,TC74VHC32FN,TC74VHC32FT,TC74VHC32FK TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC74VHC32F/FN/FT/FK TC74VHC32F,TC74VHC32FN,TC74VHC32FT,TC74VHC32FK Quad 2-Input OR Gate The TC74VHC32 is an advanced high speed CMOS 2-INPUT OR

More information

TC74HC240AP,TC74HC240AF,TC74HC240AFW TC74HC241AP,TC74HC241AF TC74HC244AP,TC74HC244AF,TC74HC244AFW

TC74HC240AP,TC74HC240AF,TC74HC240AFW TC74HC241AP,TC74HC241AF TC74HC244AP,TC74HC244AF,TC74HC244AFW TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC74HC240AP,TC74HC240AF,TC74HC240AFW TC74HC241AP,TC74HC241AF TC74HC244AP,TC74HC244AF,TC74HC244AFW Octal Bus Buffer TC74HC240AP/AF/AFW TC74HC241AP/AF

More information

TA7291P, TA7291S/SG, TA7291F/FG

TA7291P, TA7291S/SG, TA7291F/FG TOSHIBA BIPOLAR LINEAR INTEGRATED CIRCUIT SILICON MONOLITHIC TA7291P, TA7291S/SG, TA7291F/FG BRIDGE DRIVER The TA7291P / S/SG / F/FG are Bridge Driver with output voltage control. FEATURES 4 modes available

More information

TSYS01 Digital Temperature Sensor

TSYS01 Digital Temperature Sensor High Accuracy Temperature Sensor 16/24 bit Resolution Low Power SPI/I 2 C Interface QFN16 Package DESCRIPTION The TSYS01 is a single chip, versatile, new technology temperature sensor. The TSYS01 provides

More information

MT1531 Series. CMOS, Programmable Linear Hall Effect Sensor. Features. Applications. 1 / 15

MT1531 Series. CMOS, Programmable Linear Hall Effect Sensor. Features. Applications.  1 / 15 Features Specified Operating Voltage Range Single supply voltage 4.5-5.5V Functions up to 7.0V Specified Operating Temperature Range From 40C up to 150C Linear Output with High Accuracy 12-bit Ratiometric

More information

2SC2873 2SC2873. Power Amplifier Applications Power Switching Applications. Maximum Ratings (Ta = 25 C)

2SC2873 2SC2873. Power Amplifier Applications Power Switching Applications. Maximum Ratings (Ta = 25 C) TOSHIBA Transistor Silicon NPN Epitaxial Type (PCT Process) 2SC2873 Power Amplifier Applications Power Switching Applications Unit: mm Low saturation voltage: VCE (sat) =. V (max) (IC = A) High-speed switching

More information

TD62081AP,TD62081AF,TD62082AP,TD62082AF TD62083AP,TD62083AF,TD62084AP,TD62084AF

TD62081AP,TD62081AF,TD62082AP,TD62082AF TD62083AP,TD62083AF,TD62084AP,TD62084AF Toshiba Bipolar Digital Integrated Circuit Silicon Monolithic TD6281AP,TD6281AF,TD6282AP,TD6282AF TD6283AP,TD6283AF,TD6284AP,TD6284AF TD6281~84AP/AF 8ch Darlington Sink Driver The TD6281AP/AF Series are

More information

GT30J322 GT30J322 FOURTH-GENERATION IGBT CURRENT RESONANCE INVERTER SWITCHING APPLICATIONS. MAXIMUM RATINGS (Ta = 25 C) EQUIVALENT CIRCUIT MARKING

GT30J322 GT30J322 FOURTH-GENERATION IGBT CURRENT RESONANCE INVERTER SWITCHING APPLICATIONS. MAXIMUM RATINGS (Ta = 25 C) EQUIVALENT CIRCUIT MARKING TOSHIBA INSULATED GATE BIPOLAR TRANSISTOR SILICON N CHANNEL IGBT FOURTH-GENERATION IGBT CURRENT RESONANCE INVERTER SWITCHING APPLICATIONS Unit: mm FRD included between emitter and collector Enhancement

More information

TD62783AP,TD62783AF,TD62784AP,TD62784AF

TD62783AP,TD62783AF,TD62784AP,TD62784AF TOSHIBA Bipolar Digital Integrated Circuit Silicon Monolithic TD62783,784AP/AF TD62783AP,TD62783AF,TD62784AP,TD62784AF 8 ch High-oltage Source Driver The TD62783AP/AF Series are comprised of eight source

More information

ADC Bit µp Compatible A/D Converter

ADC Bit µp Compatible A/D Converter ADC1001 10-Bit µp Compatible A/D Converter General Description The ADC1001 is a CMOS, 10-bit successive approximation A/D converter. The 20-pin ADC1001 is pin compatible with the ADC0801 8-bit A/D family.

More information

ROHM Stepper Motor Driver Evaluation and Applications

ROHM Stepper Motor Driver Evaluation and Applications ROHM Stepper Motor Driver Evaluation and Applications with STEPMO_EVK_20x EVK designed as Arduino / Genuino Shield Table of Contents 1. Introduction... 2 2. Junction temperature measurement... 2 2.1 Hardware

More information

Practical RTD Interface Solutions

Practical RTD Interface Solutions Practical RTD Interface Solutions 1.0 Purpose This application note is intended to review Resistance Temperature Devices and commonly used interfaces for them. In an industrial environment, longitudinal

More information

AN2979 Application note

AN2979 Application note Application note Implementing a simple ADC using the STM8L101xx comparator Introduction This application note gives a simple method for implementing an A/D converter with a minimum amount of external components:

More information

Precision, Low Power, Micropower Dual Operational Amplifier OP290

Precision, Low Power, Micropower Dual Operational Amplifier OP290 Precision, Low Power, Micropower Dual Operational Amplifier OP9 FEATURES Single-/dual-supply operation:. V to 3 V, ±.8 V to ±8 V True single-supply operation; input and output voltage Input/output ranges

More information

TA8227P TA8227P. Low Frequency Power Amplifier. Features TOSHIBA Bipolar Linear Integrated Circuit Silicon Monolithic

TA8227P TA8227P. Low Frequency Power Amplifier. Features TOSHIBA Bipolar Linear Integrated Circuit Silicon Monolithic TOSHIBA Bipolar Linear Integrated Circuit Silicon Monolithic TA8227P Low Frequency Power Amplifier TA8227P is an audio power IC with built-in two channels developed for portable radio cassette tape recorder

More information

TOSHIBA SCHOTTKY BARRIER RECTIFIER SCHOTTKY BARRIER TYPE U2FWJ44M CHARACTERISTIC SYMBOL TEST CONDITION MIN TYP. MAX UNIT

TOSHIBA SCHOTTKY BARRIER RECTIFIER SCHOTTKY BARRIER TYPE U2FWJ44M CHARACTERISTIC SYMBOL TEST CONDITION MIN TYP. MAX UNIT TOSHIBA SCHOTTKY BARRIER RECTIFIER SCHOTTKY BARRIER TYPE SWITCHING MODE POWER SUPPLY APPLICATION PORTABLE EQUIPMENT BATTERY APPLICATION Unit: mm Low Forward Voltage : FM = 0.45 V (Max) Average Forward

More information

AND9100/D. Paralleling of IGBTs APPLICATION NOTE. Isothermal point

AND9100/D. Paralleling of IGBTs APPLICATION NOTE. Isothermal point Paralleling of IGBTs Introduction High power systems require the paralleling of IGBTs to handle loads well into the 10 s and sometimes the 100 s of kilowatts. Paralleled devices can be discrete packaged

More information

APPLICATION NOTE. ATA6629/ATA6631 Development Board V2.2 ATA6629/ATA6631. Introduction

APPLICATION NOTE. ATA6629/ATA6631 Development Board V2.2 ATA6629/ATA6631. Introduction APPLICATION NOTE ATA6629/ATA6631 Development Board V2.2 ATA6629/ATA6631 Introduction The development board for the Atmel ATA6629/ATA6631 (ATA6629-EK, ATA6631-EK) is designed to give users a quick start

More information

TLP280,TLP Programmable Controllers AC/DC Input Module PC Card Modem (PCMCIA) TOSHIBA Photocoupler GaAs Ired & Photo Transistor

TLP280,TLP Programmable Controllers AC/DC Input Module PC Card Modem (PCMCIA) TOSHIBA Photocoupler GaAs Ired & Photo Transistor TOSHIBA Photocoupler GaAs Ired & Photo Transistor TLP28,TLP28 4 TLP28,TLP28 4 Programmable Controllers AC/DC Input Module PC Card Modem (PCMCIA) Unit in mm TLP28 and TLP28 4 is a very small and thin coupler,

More information

TA8205AHQ,TA8205ALQ Features

TA8205AHQ,TA8205ALQ Features TOSHIBA Bipolar Linear Integrated Circuit Silicon Monolithic TA8205AHQ,TA8205ALQ TA8205AHQ/ALQ 18W BTL 2CH Audio Power Amplifier The thermal resistance θj T of TA8205AHQ, TA8205ALQ package designed for

More information

Obsolete Product(s) - Obsolete Product(s)

Obsolete Product(s) - Obsolete Product(s) Adjustable and +3.3 V dual voltage regulator with disable and reset functions Features Input voltage range: 5 V to 18 V Output currents up to 750 ma Fixed precision output 1 voltage: 3.3 V ±2% Adjustable

More information

4-Pin Microprocessor Power Supply Supervisors with Manual Reset

4-Pin Microprocessor Power Supply Supervisors with Manual Reset 4-Pin Microprocessor Power Supply Supervisors with Manual Reset, CAT812 FEATURES Precision monitoring of +5.0 V (± 5%, ± 10%, ± 20%), +3.3 V (± 5%, ± 10%), +3.0 V (± 10%) and +2.5 V (± 5%) power supplies

More information

TC74ACT139P,TC74ACT139F,TC74ACT139FN,TC74ACT139FT

TC74ACT139P,TC74ACT139F,TC74ACT139FN,TC74ACT139FT TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC74ACT39P/F/FN/FT TC74ACT39P,TC74ACT39F,TC74ACT39FN,TC74ACT39FT Dual 2-to-4 Line Decoder The TC74ACT39 is an advanced high speed CMOS 2 to 4

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. BFTA Rev. 4 6 July 4 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 and

More information

5DL2CZ47A, 5FL2CZ47A, 5GL2CZ47A

5DL2CZ47A, 5FL2CZ47A, 5GL2CZ47A TOSHIBA HIGH EFFICIENCY DIODE STACK (HED) SILICON EPITAXIAL TYPE 5DL2CZ47A, 5FL2CZ47A, SWITCHING MODE POWER SUPPLY APPLICATION CONVERTER & CHOPPER APPLICATION Unit: mm Repetitive Peak Reverse Voltage :

More information

Texas Instruments Sensing Technologies

Texas Instruments Sensing Technologies Ambient Broad Spectrum IC Sensors AFEs Current & Power Texas Instruments Sensing Technologies Imaging & Light Current & Power System Protection & Monitoring Op Amp Current Shunt Amp Instrumentation Amp

More information

High Voltage OpAmp PR2201 / PR2202

High Voltage OpAmp PR2201 / PR2202 High Voltage Operational Amplifiers PR2201 and PR2202 FEATURES PR2201 is a monolithic high-voltage operational amplifier with JFET input stage and NPN/PNP output stage. The wide common mode input range

More information

TD62383PG TD62383PG. 8 ch Low Input Active Sink Driver. Features. Pin Assignment (top view) Schematics (each driver)

TD62383PG TD62383PG. 8 ch Low Input Active Sink Driver. Features. Pin Assignment (top view) Schematics (each driver) 8 ch Low Input Active Sink Driver TOSHIBA Bipolar Digital Integrated Circuit Silicon Monolithic TD62383PG The TD62383PG is non inverting transistor array which is comprised of eight Low saturation output

More information

TS3704. Micropower quad CMOS voltage comparators. Features. Description

TS3704. Micropower quad CMOS voltage comparators. Features. Description Micropower quad CMOS voltage comparators Features Push-pull CMOS output (no external pull-up resistor required) Extremely low supply current: 9μa typ per comparator Wide single supply range 2.7V to 6V

More information

Audio, Dual-Matched NPN Transistor MAT12

Audio, Dual-Matched NPN Transistor MAT12 Data Sheet FEATURES Very low voltage noise: nv/ Hz maximum at 00 Hz Excellent current gain match: 0.5% typical Low offset voltage (VOS): 200 μv maximum Outstanding offset voltage drift: 0.03 μv/ C typical

More information

TOSHIBA Transistor Silicon PNP Epitaxial Type (PCT Process) 2SA1145

TOSHIBA Transistor Silicon PNP Epitaxial Type (PCT Process) 2SA1145 TOSHIBA Transistor Silicon PNP Epitaxial Type (PCT Process) 2SA45 Audio Frequency Amplifier Applications Unit: mm Complementary to 2SC275. Small Collector Output Capacitance: Cob = 2.5 pf (typ.) High Transition

More information

TC74HC4066AP,TC74HC4066AF,TC74HC4066AFN,TC74HC4066AFT

TC74HC4066AP,TC74HC4066AF,TC74HC4066AFN,TC74HC4066AFT TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC74HC4066AP/AF/AFN/AFT TC74HC4066AP,TC74HC4066AF,TC74HC4066AFN,TC74HC4066AFT Quad Bilateral Switch The TC74HC4066A is a high speed CMOS QUAD

More information

Transimpedance Amplifier with High Sensitivity E PRODUCTION DATA APR 8, 2016

Transimpedance Amplifier with High Sensitivity E PRODUCTION DATA APR 8, 2016 TRANSIMPEDANCE AMPLIFIER WITH HIGH SENSITIVITY PRODUCTION DATA - APR 8, 2016 E909.07 Features ÿ Increases proximity detection range of E909.05/E909.06 by a factor of 5 (*) ÿ Improves signal to noise ratio

More information

LP2980-ADJ Micropower SOT, 50 ma Ultra Low-Dropout Adjustable Voltage Regulator

LP2980-ADJ Micropower SOT, 50 ma Ultra Low-Dropout Adjustable Voltage Regulator Micropower SOT, 50 ma Ultra Low-Dropout Adjustable Voltage Regulator General Description The LP2980-ADJ is a 50 ma adjustable voltage regulator designed to provide ultra low dropout in battery powered

More information

TMPN3120FE3M, TMPN3120FE3U

TMPN3120FE3M, TMPN3120FE3U TOSHIBA CMOS DIGITAL INTEGRATED CIRCUIT SILICON MONOLITHIC TMPN3120FE3M, TMPN3120FE3U Neuron Chip For Distributed Intelligent Control Networks (L ON W ORKS ) The Neuron Chip (TMPN3120FE3M and TMPN3120FE3U)

More information

INTEGRATED CIRCUITS. 74F175A Quad D flip-flop. Product specification Supersedes data of 1996 Mar 12 IC15 Data Handbook.

INTEGRATED CIRCUITS. 74F175A Quad D flip-flop. Product specification Supersedes data of 1996 Mar 12 IC15 Data Handbook. INTEGRATED CIRCUITS Supersedes data of 1996 Mar 12 IC15 Data Handbook 2000 Jun 30 FEATURES Four edge-triggered D-type flip-flops Buffered common clock Buffered asynchronous Master Reset True and complementary

More information

PCA bit I 2 C LED driver with programmable blink rates INTEGRATED CIRCUITS May 05. Product data Supersedes data of 2003 Feb 20

PCA bit I 2 C LED driver with programmable blink rates INTEGRATED CIRCUITS May 05. Product data Supersedes data of 2003 Feb 20 INTEGRATED CIRCUITS 8-bit I 2 C LED driver with programmable blink rates Supersedes data of 2003 Feb 20 2003 May 05 Philips Semiconductors 8-bit I 2 C LED driver with programmable blink rates FEATURES

More information

ISOCOM. H21Ax, H22Ax COMPONENTS DESCRIPTION

ISOCOM. H21Ax, H22Ax COMPONENTS DESCRIPTION DESCRIPTION The H21Ax and H22Ax series of opaque photointerrupters are single channel switches consisting of a Gallium Arsenide infrared emitting diode and a NPN silicon photo transistor mounted in a polycarbonate

More information

AN2842 Application note

AN2842 Application note Application note Paralleling of power MOSFETs in PFC topology Introduction The current handling capability demands on power supply systems to meet high load current requirements and provide greater margins

More information

TOSHIBA Transistor Silicon NPN Triple Diffused Type 2SD2406. JEDEC Storage temperature range T stg 55 to 150 C

TOSHIBA Transistor Silicon NPN Triple Diffused Type 2SD2406. JEDEC Storage temperature range T stg 55 to 150 C TOSHIBA Transistor Silicon NPN Triple Diffused Type Power Amplifier Applications Unit: mm High power dissipation: P C = W () Good h FE linearity Absolute Maximum Ratings () Characteristics Symbol Rating

More information

ULN2803AP,ULN2803AFW,ULN2804AP,ULN2804AFW (Manufactured by Toshiba Malaysia)

ULN2803AP,ULN2803AFW,ULN2804AP,ULN2804AFW (Manufactured by Toshiba Malaysia) TOSHIBA BIPOLAR DIGITAL INTEGRATED CIRCUIT SILICON MONOLITHIC ULN2803AP,ULN2803AFW,ULN2804AP,ULN2804AFW (Manufactured by Toshiba Malaysia) 8CH DARLINGTON SINK DRIVER The ULN2803AP / AFW Series are high

More information

TC74AC14P,TC74AC14F,TC74AC14FN,TC74AC14FT

TC74AC14P,TC74AC14F,TC74AC14FN,TC74AC14FT Hex Schmitt Inverter TOSHIBA CMOS Digital Integrated Circuit Silicon Monolithic TC74AC14P/F/FN/FT TC74AC14P,TC74AC14F,TC74AC14FN,TC74AC14FT The TC74AC14 is an advanced high speed CMOS SCHMITT INVERTER

More information