VL6180X proximity, gesture and ambient light sensing (ALS) module

Size: px
Start display at page:

Download "VL6180X proximity, gesture and ambient light sensing (ALS) module"

Transcription

1 User manual VL6180X proximity, gesture and ambient light sensing (ALS) module Introduction The VL6180X is a proximity, gesture and ambient light sensor based on ST s patented FlightSense technology. The VL6180X interfaces to your micro-controller via the industry standard I²C bus. This user manual contains: VL6180X hardware information (Application schematic, Mechanical data, soldering process). List of available VL6180X evaluation and development tools. How to download the associated API. How to control through the API. The range feature. The ALS feature. Several VL6180X in a design. Figure 1. VL6180X December 2015 DocID Rev 1 1/

2 Contents UM1983 Contents 1 Document references Hardware information Application information Block diagram Schematic Mechanical data Recommended solder pad dimension and reflow profile Evaluation and development tools Application program interface (API) overview API download Quick start guide for API integration Main feature definitions VL6180X range feature Typical ranging output Targets Range output without cover glass Range output with cover glass Convergence time VL6180X Initialization Offset calibration Cross-talk compensation Single range measurement in polling mode Single range measurement in non polling mode Continuous range measurement Early convergence estimate (ECE) Wrap around filter (WAF) Dmax Range status error code information / DocID Rev 1

3 Contents 6 Ambient light sensor mode (ALS) Overview Ambient light sensor settings Analog gain Integration time Cover glass calibration Single ALS measurement in polling mode Interleaved mode Multiple VL6180X application VL6180Xs control management VL6180Xs API management Glossary Revision history DocID Rev 1 3/

4 Document references UM Document references Table 1. Document references Description Datasheet - VL6180X proximity and ambient light sensing (ALS) module Data brief - Proximity, gesture, ambient light sensor expansion board based on VL6180X for STM32F401RE Data brief - Proximity, gesture, ambient light sensor expansion board based on VL6180X for STM32L053R8 Data brief - Proximity and ambient light sensor expansion board based on VL6180X for STM32 Nucleo Data brief - P-NUCLEO-6180X1 and P-NUCLEO-6180X2 packs PC graphical user interface (GUI) Data brief - Proximity, gesture, ambient light sensor software expansion for STM32Cube Data-brief - VL6180X application programing interface (API) Data-brief - VL6180X satellite boards compatible with VL6180X boards DocID DocID DocID DocID DocID DocID DocID DocID DocID / DocID Rev 1

5 Hardware information 2 Hardware information 2.1 Application information Block diagram Figure 2. Block diagram VL6180X module embeds: a VCSEL IR emitter a VL6180X silicon which embeds: a range sensor an ambient light sensor (ALS) a microcontroller and its associated RAM a non volatile memory (NVM) to store sensor default configuration data. DocID Rev 1 5/

6 Hardware information UM Schematic Figure 3. Application schematic Table 2. Pin descriptions Pin number Signal name Description 1 GPIO1 Open drain interrupt output 2 NC No connect 3 NC No connect 4 GPIO0 Chip enable 5 SCL I2C serial clock 6 SDA I2C serial data 7 NC No connect 8 AVDD_VCSEL VCSEL power supply 2.6 to 3.0V 9 AVSS_VCSEL VCSEL ground 10 AVDD Digital/Analog power supply 2.6 to 3.0V 11 NC No connect 12 GND Digital/Analog ground 6/ DocID Rev 1

7 Hardware information Mechanical data Figure 4. Mechanical drawing Recommended solder pad dimension and reflow profile Figure 5. Solder pattern DocID Rev 1 7/

8 Hardware information UM1983 Figure 6. Reflow profile Table 3. Recommended reflow profile Profile Ramp to strike Temperature gradient in preheat (T= C): 0.9 +/- 0.1 C/s Temperature gradient (T= C): C/s Peak temperature in reflow 237 C C Time above 220 C Temperature gradient in cooling Time from 50 to 220 C 50 +/- 10 seconds -1 to -4 C/s (-6 C/s maximum) 160 to 220 seconds Note: As the VL6180X package is not sealed, only a dry re-flow process should be used (such as convection re-flow). Vapor phase re-flow is not suitable for this type of optical component. The VL6180X is an optical component and as such, it should be treated carefully. This would typically include using a no-wash assembly process. 2.2 Evaluation and development tools Several tools can be ordered on in Design Resources page to evaluate and develop applications around the VL6180X (see Figure 7): X-NUCLEO-6180XA1: VL6180X expansion board compatible with the STM32 Nucleo board family and with the Arduino UNO R3 connector layout. P-NUCLEO-6180X1: evaluation pack composed of a X-NUCLEO-6180XA1 expansion board and a powerful STM32F401RE Nucleo board. P-NUCLEO-6180X2: Evaluation pack composed of a X-NUCLEO-6180XA1 expansion board and a ultra low power STM32FLO53R8 Nucleo board. VL6180X-SATEL: Hardware add-on to X-NUCLEO-6180XA1 expansion board to enable multi VL6180X sensor applications 8/ DocID Rev 1

9 Hardware information Figure 7. VL6180X evaluation and development tools Information on the installation of the different softwares allowing the evaluation and the application development around VL6180X are given in the user manual UM1876 Getting started with VL6180X proximity, gesture, ambient light sensor software expansion for STM32Cube. DocID Rev 1 9/

10 Application program interface (API) overview UM Application program interface (API) overview This chapter details the download and the installation of the API. The VL6180X API is a set of C functions controlling the VL6180X (init, ranging, ALS, ) to enable the development of end-user applications. This API is structured in a way it can be compiled on any kind of platform through a well isolated platform layer (mainly for low level I2C access). Several code examples are provided to show how to use the API and perform ranging and ALS measurements. A complete Nucleo F401 + VL6180X expansion board project is also provided (Keil IDE required to compile the project) as well as the pre-compiled binary that can be directly used. 3.1 API download To download the VL6180X API (see:figure 8) on search for VL6180X on next page select: VL6180X On next page select design resources On design resources page select STSW-IMG003 On next page download 10/ DocID Rev 1

11 Application program interface (API) overview Figure 8. API download DocID Rev 1 11/

12 Application program interface (API) overview UM Quick start guide for API integration API documentation is in the docs folder and is available in two formats: API_Documentation_proximity.chm API_Documentation_proximity.html The VL6180X API is integrated in a software project in two steps 1. Developer has to add/link the files listed in Table 4 and in Figure 9 to his source and include code path. Some files may require modification to comply with the final application or the hardware/software capabilities. Table 4. API header files Names Description vl6180x_cfg.h vl6180x_api.c and vl6180x_api.h vl6180x_def.h vl6180x_platform.h vl6180x_types.h Application configuration May require modification All operating functions at high and low level to control the sensor Must not be modified Definition of constants and structures used in the API Must not be modified Target platform specific declarations/prototypes May require modification Basic types definition May require porting Note: 2. To manage the data communication between the VL6180X and the host, the developer has to design a camera control interface (CCI) register communication driver. The API low-level functions rely on the following set of 7 read & write functions which perform CCI register access to the device: VL6180x_WrByte(); VL6180x_WrWord(); VL6180x_WrDWord(); VL6180x_UpdateByte(); VL6180x_RdByte(); VL6180x_RdWord(); VL6180x_RdDWord(). To implement these 7 functions, it is recommended to use vl6180x_i2c.c and vl6180x_i2c.h files in platform/cci_i2c directory (see Figure 9) Detailed information on these functions can be found in section Modules/CCI to RAW I2C translation layer of the API_Documentation_(version)_proximity.chm delivery 12/ DocID Rev 1

13 Application program interface (API) overview Figure 9. Iheader and CCI service files in the API DocID Rev 1 13/

14 Main feature definitions UM Main feature definitions This chapter gives the definition of the main VL6180X features described in this user manual. Ranging Measurement of the distance between VL6180X and the target. Upscale support - Extended range Note: Upscale factor = 1, VL6180X measures distances up to 20cm with a granularity of 1mm. Upscale factor = 2, VL6180X measures distances up to 40cm with a granularity of 2mm. Upscale factor = 3, VL6180X measures distances up to 60cm with a granularity of 3mm. VL6180X ranging performances are specified up to 10 cm. Wrap around filter (WAF) In specific conditions, when targeting a mirror or a very reflective metal, a wrap around effect can occur internally to the VL6180X which results in a wrong distance being returned (under estimated). The goal of the wrap around filter is to detect this wrap around effect and to filter it by returning a non-valid distance. Dmax Estimation of the maximum distance (in mm) up to which the VL6180X will report a valid measurement with a 17% grey target for the current ambient light conditions. Dmax decreases when ambient light increases. Ambient Light Sensor (ALS) Measurement in Lux of the ambient light of the scene. 14/ DocID Rev 1

15 VL6180X range feature 5 VL6180X range feature 5.1 Typical ranging output Targets For the purposes of this document all targets are referred to in terms of their photopic (visible spectrum) reflectance. It should be noted that the photopic reflectance of a target is not necessarily the same as the reflectance at 850nm (the wavelength of the VL6180X emitter). Note: Unless otherwise specified, all targets referenced in VL6180X documentation are Munsell neutral color (gray) charts from X-rite ( filling the entire field of view. The Munsell notation and reflectance is listed here for each target used. N2.00/M 3% Black N2.75/M 5% Black N4.75/M 17% Gray N9.50/M 88% White /M refers to a matt finish on the target Range output without cover glass Figure 10 shows the typical ranging output from VL6180X for different targets at different distances. The test is performed in the dark. Figure 10. Graph of range output vs. target distance without cover glass. DocID Rev 1 15/

16 VL6180X range feature UM1983 The range output of VL6180X with each of the targets should be linear with range. There could however be an offset error. This error can be corrected by performing an offset calibration, see Section 5.4. Note: Note: See also the VL6180X datasheet for the specification on offset error At <10mm the interaction between the target and the VL6180X will prevent the range output from reaching 0mm. This is due to a number of physical effects: Separation between VCSEL and return array Multiple reflections between target surface and the VL6180X VCSEL output penetrating the target surface and scattering off the layers inside the target Range output with cover glass The VL6180X should be used with a cover glass. The cover glass can cause internal reflection and this can be detected by the VL6180X as unwanted signals. This is known as the cross talk. The cross talk can affect the range output, hence we recommend the user perform the cross talk compensation calibration procedure when using the VL6180X with cover glass (see Section 5.5). Figure 11 shows the impact of the cover glass on the range output of the VL6180X. The internal reflection between the glass and the VL6180X causes the ranging output to decrease at longer distances. This error in range is a ratio of the target signal rate and magnitude of the cross talk, hence the range output from a darker target is more susceptible to the effect of cross talk. Figure 12 shows the range output from the VL6180X with the cross talk compensation calibration procedure implemented. The range error caused by the cover glass is corrected. The tests are performed in the dark. Note: The offset might need to be re-calibrated when ranging though cover glass. Offset calibration should always be done before cross talk compensation. The cross talk rate depends on the glass type and its placement relative to the VL6180X. If the glass type or its position changes, then cross talk compensation calibration might need to be re-done. 16/ DocID Rev 1

17 VL6180X range feature Figure 11. Graph of range output vs. target distance with cover glass and without cross talk compensation calibration. Figure 12. Graph of range output vs. target distance with cover glass and cross talk compensation calibration DocID Rev 1 17/

18 VL6180X range feature UM Convergence time Note: Figure 13 shows the typical convergence time output from VL6180X for different targets at different distances. The convergence time can provide useful information on how to optimise VL6180X settings to perform more efficiently and reliably. The test is performed in the dark and with no cover glass. Cover glass can alter the return convergence time characteristics. We therefore recommend the convergence time be re-characterized once the VL6180X has been integrated into the final system before attempting to perform any system optimization. Figure 13. Graph of convergence time vs. target distance 18/ DocID Rev 1

19 VL6180X range feature 5.3 VL6180X Initialization Figure 14 shows the initialization of the VL6180X in the system Figure 14. VL6180X initialization VL6180X set up in the system The user has to set all variables linked to the integration of the VL6180X in its application (e.g.: VL6180X I2C 7 bit default address = 0x29) VL6180x_InitData (One time device initialization) Enables common functions, ie, WAF, ECE, upscaling. Expects device to be fresh out of reset. VL6180x_Prepare (Prepare device for operation) Programs common default settings. Prepares the VL6180X for new ranging or ALS measurement. DocID Rev 1 19/

20 VL6180X range feature UM Offset calibration Place a target with a reflectance of 88% or higher (white target) at 50mm away from VL6180X if Upscale factor is 1 or at 100mm if Upscale factor is 2 or 3. Figure 15. Offset calibration environment Then follow the flow described in Figure / DocID Rev 1

21 VL6180X range feature Figure 16. Offset calibration flow DocID Rev 1 21/

22 VL6180X range feature UM Cross-talk compensation Cross-talk compensation must be run after offset calibration. If the offset is incorrectly calibrated, cross-talk compensation will be inaccurate. Place a target with a low reflectance e.g. 17% reflectance target (gray target) at 100mm away from VL6180X if Upscale factor is 1 or at 400mm if Upscale factor is 2 or 3. Figure 17. Cross-talk compensation environment Then follow the flow described in Figure / DocID Rev 1

23 VL6180X range feature Figure 18. Cross-talk compensation factor setting flow DocID Rev 1 23/

24 VL6180X range feature UM Single range measurement in polling mode Figure 19 shows the flow for a single range measurement in polling mode. Figure 19. Single range measurement flow 24/ DocID Rev 1

25 VL6180X range feature 5.7 Single range measurement in non polling mode This is suitable for applications where host CPU is triggered on an interrupt, not coming from VL6180X, to perform range measurement. Figure 20 shows the flow for a single range measurement in non polling mode. Figure 20. Flow for a single range measurement in non polling mode DocID Rev 1 25/

26 VL6180X range feature UM Continuous range measurement In this mode the host is interrupted by VL6180X. Figure 21 shows the flow for a continuous range measurement. Figure 21. Flow for a continuous range measurement 26/ DocID Rev 1

27 VL6180X range feature 5.9 Early convergence estimate (ECE) Early convergence estimate (ECE) is a programmable feature which is designed to minimize power consumption when there is no target in the field of view (FOV). This feature should only be used when Upscaling is set to 1. The ECE enables the device to decide whether or not there is a target in the FOV and if it should stop the measurement before the default max convergence time is reached to save power. ECE works by calculating the rate of convergence 0.5ms after the measurement has been started. If the return count rate reported by the device is below the set ECE threshold, the measurement is aborted. The ECE feature is enabled through VL6180X_RangeSetEceState function. The ECE return count rate threshold is set through VL6180X_RangeSetEceFactor function. Figure 22 and Figure 23 show examples with a threshold ratio of 0.8 and of 1.1. Figure ECE factor (80%) 80% ECE factor - if the return signal count is above 80% of the ideal convergence rate after 0.5ms of the measurement starting then the system will allow the measurement to continue. DocID Rev 1 27/

28 VL6180X range feature UM1983 Figure ECE factor (110%) 110% ECE factor - if the return signal count is 110% of the ideal convergence rate after 0.5ms of the measurement start, then the system will allow the measurement to continue. This is beneficial if the user wants to have much better power savings as it will only allow a measurement when there is a material or object in front of the sensor. Table 5 gives an example of the current consumption of the VL6180X without and with ECE feature enabled and for a range of inter-measurement periods. In this example, the max convergence time is 50ms. The ECE ratio is set to 95%. Table 5. VL6180X current consumption versus ECE feature and inter-measurement period (in ma) Inter measurement period (ms) ECE = ON ECE = OFF No Target No Target 50mm 100mm Wrap around filter (WAF) Mirrors are high reflective targets and placed at a far distance, more than 60cm, from VL6180X they could still produce enough return signal to declare for VL6180X a valid target resulting in a wrong, under-estimated, returned distance 28/ DocID Rev 1

29 VL6180X range feature WAF function is automatically able to detect such targets and to return the Measured filtered by WAF error 16 (see Table 6). WAF function is enabled through VL6180X_FilterSetState Dmax Dmax feature is enabled through VL6180x_DMaxSetState function. When ambient light level increases, the max detection range (Dmax) decreases, so a target may not be detected by the VL6180X because it is too far for a given ambient light condition. When no target is detected, no valid distance reported, Dmax function is able to define the maximum distance up to which a 17% reflective target is detected with the current ambient light condition Range status error code information Detailed explanation of error code information are given in VL6180X API Integration Guide.pdf on in Design Resources page. Table 6 gives a summary of the meaning of each range status error code. Table 6. Status error code meaning Code Name Comment 0 0b0000 No error Valid distance 1 0b0001 VCSEL_Continuity_Test 2 0b0010 VCSEL_Watchdog_Test 3 0b0011 VCSEL_Watchdog 4 0b0100 PLL1_Lock 5 0b0101 PLL2_Lock 6 0b0110 Early_Convergence_Estimate This error can only happen at the first boot-up. Device needs to be reset to clear the error. If the error persists, then device is defective and must be replaced. If Early Convergence Estimate function (ECE) is enable, no valid target detected after early convergence estimate time. 7 0b0111 Max_Convergence No valid target detected after maximum convergence time. 8 0b1000 No_Target_Ignore Ignore threshold check failed. 9 0b b1010 Not used 11 0b1011 Max_Signal_To_Noise_Ratio Too much ambient light detected 12 0b1100 Raw_Ranging_Algo_Underflow 13 0b1101 Raw_Ranging_Algo_Overflow 14 0b1110 Ranging_Algo_Underflow Could happen If target is between 0 and 10mm and offset is not correctly set. Could happen if the target is detected at a distance higher than 55 cm for upscaling = 3, 20 cm for upscaling = 1. Error is due to internal variables/registers overflow. Could happen If target is between 0 and 10mm and offset is not correctly set. DocID Rev 1 29/

30 VL6180X range feature UM1983 Table 6. Status error code meaning (continued) Code Name Comment 15 0b1111 Ranging_Algo_Overflow 16 0b10000 Filtered by post-processing 18 0b10010 DataNotReady Could happen if the target is detected at a distance higher than 55 cm for upscaling = 3, 20 cm for upscaling = 1. Error is due to internal variables/registers overflow. If Wrap Around Filter is enabled, this error gives the information that a bright target is detected between 60 and 120cm. This error is returned by the VL6180X_RangeGetMeasurementIfReady API function when ranging sample data is not ready. 30/ DocID Rev 1

31 Ambient light sensor mode (ALS) 6 Ambient light sensor mode (ALS) 6.1 Overview The VL6180X can measure the incoming ambient light over a wide dynamic range. The ALS sensor uses a photopic filter in order to approximate the spectral response of the human eye. The raw data output is proportional to the amount of light within the field of view during the integration time. The VL6180X has a typical 42 degree field of view (half angle, 40% of peak) in both X and Y (see Figure 24). Figure 24. ALS angular response The ALS count is converted in lux by the VL6180x_AlsGetLux API function. Lux is the standard unit of light intensity or measurement of the amount of perceived light in an area. Table 7 shows some typical examples of lux values for different conditions. Table 7. Typical lighting conditions Illuminance (lux) Scene description Moonless overcast night Moonless clear night Full moon on clear night 1 Twilight 50 Typical family room lighting 80 Typical office / Hallway lighting 100 Dark overcast day 400 Sunrise or sunset on clear day 1000 Overcast day, typical TV studio lighting DocID Rev 1 31/

32 Ambient light sensor mode (ALS) UM1983 Table 7. Typical lighting conditions Illuminance (lux) Scene description 10,000-25,000 Clear day, indirect sunlight 32, ,000 Direct sunlight 6.2 Ambient light sensor settings Analog gain Analog gain is selected to match the ALS dynamic range to the expected light range of the application and to compensate for the use of cover glass. Analog gain is set through VL6180x_AlsSetAnalogueGain Table 8 gives the dynamic range without and with a 10% transmissive cover glass versus the analog gain values. Table 8. ALS dynamic range (1) Analog gain Dynamic range (No cover glass) Dynamic range (10% transmissive cover glass) Min (Lux) (2) Max (Lux) Min (Lux) Max(Lux) , > 100, , > 100, , > 100, , , , , , , , , , ALS lux resolution 100ms integrated period 2. Minimum ALS count Integration time The ambient light sensor works by counting photons over a fixed time period referred to as the integration time. The resulting output value is proportional to the amount of light sensed or photons received during the integration period. VL6180X is set in the factory to match 0.32 lux per ALS count at an integration time of 100ms. The 100ms integration time is optimal for most applications. It is recommended to adjust the analog gain setting for different light level applications rather than adjusting integration time. When necessary, the integration time can be changed. For example, when the sample rate is required to be faster than the 100ms integration time allowed, decreasing the integration time will allow for faster sampling rates. Lowering the integration time will, however, 32/ DocID Rev 1

33 Ambient light sensor mode (ALS) increase the effect of the light flicker on the result. It is recommended to keep integration time in steps of 50ms to reduce the impact of light flicker. Integration time value is set through VL6180x_AlsSetIntegration Period. 6.3 Cover glass calibration The use of cover glass in an application will block a percentage of light measured at the sensor. This reflected or absorbed light by the glass needs to be accounted for when converting the ALS count to lux. The calibration of the cover glass is only needed when the cover glass is modified. Like ALS lux resolution, the calibration is only used in the conversion from ALS counts to lux and is not written to the VL6180X. To calibrate for cover glass, the device should be placed under a stable light source similar in color temperature and intensity as the application. Multiple ALS measurements are taken both with and without the cover glass. The calibration factor is the ratio of the averaged results: Cover Glass Cal Factor = Avg without glass / Avg with glass 6.4 Single ALS measurement in polling mode Figure 25 shows the flow for a single ALS measurement in polling mode. Figure 25. Single ALS measurement flow DocID Rev 1 33/

34 Interleaved mode UM Interleaved mode Interleaved mode is when a range measurement is immediately followed by an ALS measurement and repeated after an interval specified by the ALS inter-measurement period. Figure 26. Interleaved mode For interleaved mode, ALS feature must be enabled by setting VL6180x_ALS_SUPPORT. Figure 27. Interleaved flow 34/ DocID Rev 1

35 Multiple VL6180X application 8 Multiple VL6180X application This chapter shows how multiple VL6180X devices can be used on a board design while only using a single I2C interface to interact with all the devices. Each VL6180X device has both a reset pin and an interrupt pin, which can be used to enable a multiple device setup. 8.1 VL6180Xs control management Figure 28 is a typical example schematic using a VL6180X device. Since the VL6180X can have the I2C device address changed by doing an I2C write once it is booted, a separate reset pin would be needed to each VL6180X used in a design. Each device is then taken out of reset one at a time, and then the I2C Device Address is changed to a new unique address. This can be done by using multiple GPIO pins from the host on the board. Figure 28. VL6180X typical application Depending of the number of VL6180X used in a design and the number of available GPIO pins from the host, a GPIO expander may be required to manage the reset (GPIO0) and the interrupt (GPIO1) pins of the VL6180Xs. DocID Rev 1 35/

36 Multiple VL6180X application UM VL6180Xs API management See also VL6180X_API_Integration Guide.pdf on in Design Resources page. In vl6180x_platform.h API file Set VL6180x_SINGLE_DEVICE_DRIVER macro to 0 so that API implementation will be automatically adapted to a multi-device context. Define VL6180xDev_t type as a structure pointer holding any data required for multidevice management. A mandatory field is an instance of VL6180xDevData containing ST API private data. Then define, N the number of VL6180X (Struct MyVL6180Dev_t BoardDevs[N] Put all devices under reset One after the other enable VL6180X and set their I2C address through VL6180x_SetI2CAddress (&BoardDevs[i], FinalI2cAddr) 36/ DocID Rev 1

37 Glossary 9 Glossary Table 9. Glossary Term ALS API ECE FOV NVM PCB RAM VCSEL WAF Description Ambient Light Sensor Application Program Interface Early Convergence Estimate Field Of View Non Volatile Memory Printing Circuit Board Random Access Memory Vertical Cavity Surface Emitting Laser Wrap Around Filter DocID Rev 1 37/

38 Revision history UM Revision history Table 10. Document revision history Date Revision Changes 01-Dec Initial release. 38/ DocID Rev 1

39 IMPORTANT NOTICE PLEASE READ CAREFULLY STMicroelectronics NV and its subsidiaries ( ST ) reserve the right to make changes, corrections, enhancements, modifications, and improvements to ST products and/or to this document at any time without notice. Purchasers should obtain the latest relevant information on ST products before placing orders. ST products are sold pursuant to ST s terms and conditions of sale in place at the time of order acknowledgement. Purchasers are solely responsible for the choice, selection, and use of ST products and ST assumes no liability for application assistance or the design of Purchasers products. No license, express or implied, to any intellectual property right is granted by ST herein. Resale of ST products with provisions different from the information set forth herein shall void any warranty granted by ST for such product. ST and the ST logo are trademarks of ST. All other product or service names are the property of their respective owners. Information in this document supersedes and replaces information previously supplied in any prior versions of this document STMicroelectronics All rights reserved DocID Rev 1 /

VL53L1X-SATEL. Breakout boards based on the VL53L1X long distance ranging Time-of-Flight sensor. Data brief. Features. Description

VL53L1X-SATEL. Breakout boards based on the VL53L1X long distance ranging Time-of-Flight sensor. Data brief. Features. Description Data brief Breakout boards based on the VLLX long distance ranging Time-of-Flight sensor Features Two breakout boards, integrating: VLLX long distance ranging Time-of-Flight (ToF) sensor Regulator: to.

More information

STPTIC-15G2. Parascan tunable integrated capacitor. Description. Features. Applications. Benefit

STPTIC-15G2. Parascan tunable integrated capacitor. Description. Features. Applications. Benefit Parascan tunable integrated capacitor Description Datasheet - production data Features High power capability 5:1 tuning range High linearity High quality factor (Q) Low leakage current Compatible with

More information

l Time-of-Flight (ToF) is a highly accurate distance mapping and 3D imaging technology

l Time-of-Flight (ToF) is a highly accurate distance mapping and 3D imaging technology Simblee RFD77402 IoT 3D ToF Sensor Module Simblee IoT 3D ToF Sensor Module RFD77402 DATASHEET Features l Fully Integrated microelectronic device with an embedded sensor and VCSEL(Vertical Cavity Surface

More information

AN5058 Application note

AN5058 Application note AN5058 Application note Low-cost STM8 / STM32 power supply from mains Introduction In most non-battery applications, power is supplied to the microcontroller (MCU) using a step-down transformer, the output

More information

AN4507 Application note

AN4507 Application note Application note PWM resolution enhancement through a dithering technique for STM32 advanced-configuration, general-purpose and lite timers Introduction Nowadays power-switching electronics exhibit remarkable

More information

ESDARF02-1BU2CK. Single-line bidirectional ESD protection for high speed interface. Features. Applications. Description

ESDARF02-1BU2CK. Single-line bidirectional ESD protection for high speed interface. Features. Applications. Description Single-line bidirectional ESD protection for high speed interface Features Datasheet production data Bidirectional device Extra low diode capacitance: 0.2 pf Low leakage current 0201 SMD package size compatible

More information

AN5009 Application note

AN5009 Application note AN5009 Application note Using the S2-LP transceiver under FCC title 47 part 90 in the 450 470 MHz band Introduction The S2-LP is a very low power RF transceiver, intended for RF wireless applications in

More information

AN4379 Application note

AN4379 Application note Application note SPC56L-Discovery Software examples Introduction This software package includes several firmware examples for SPC56L-Discovery Kit. These ready-to-run examples are provided to help the

More information

VL53L1X. A new generation, long distance ranging Time-of-Flight sensor based on ST s FlightSense technology. Applications. Features.

VL53L1X. A new generation, long distance ranging Time-of-Flight sensor based on ST s FlightSense technology. Applications. Features. A new generation, long distance ranging Time-of-Flight sensor based on ST s FlightSense technology Applications Datasheet - production data Features Fully integrated miniature module Size: 4.9x2.5x1.56

More information

ECMF2-0730V12M12. Common mode filter with ESD protection for USB2.0 interface. Applications. Description. Features. Complies with following standards

ECMF2-0730V12M12. Common mode filter with ESD protection for USB2.0 interface. Applications. Description. Features. Complies with following standards Common mode filter with ESD protection for USB2.0 interface Datasheet - production data V BUS high power TVS diode: V RM = 13.2 V I PP (8/20 µs): 70 A Very low PCB space consumption Thin package: 0.55

More information

ESDLIN03-1BWY. Automotive single-line Transil, transient voltage suppressor (TVS) for LIN bus. Application. Description. Features

ESDLIN03-1BWY. Automotive single-line Transil, transient voltage suppressor (TVS) for LIN bus. Application. Description. Features Automotive single-line Transil, transient voltage suppressor (TVS) for LIN bus Datasheet - production data Complies with the following standards ISO 10605 - C = 150 pf, R = 330 Ω ±30 kv (air discharge)

More information

ESDCAN01-2BLY, ESDCAN24-2BLY

ESDCAN01-2BLY, ESDCAN24-2BLY ESDCAN01-2BLY, ESDCAN24-2BLY Automotive dual-line Transil, transient voltage suppressor (TVS) for CAN bus Application Datasheet - production data Automotive controller area network (CAN) bus lines where

More information

STPTIC-27C4. Parascan tunable integrated capacitor. Datasheet. Features. Applications. Description

STPTIC-27C4. Parascan tunable integrated capacitor. Datasheet. Features. Applications. Description Datasheet Parascan tunable integrated capacitor Features High power capability 5:1 tuning range High linearity (48x) High quality factor (Q) Low leakage current Compatible with high voltage control IC

More information

STPTIC-82C4. Parascan tunable integrated capacitor. Datasheet. Features. Applications. Description

STPTIC-82C4. Parascan tunable integrated capacitor. Datasheet. Features. Applications. Description Datasheet Parascan tunable integrated capacitor Features High power capability 5:1 tuning range High linearity High quality factor (Q) Low leakage current Compatible with high voltage control IC (STHVDAC

More information

STPTIC-15C4. Parascan tunable integrated capacitor. Datasheet. Features. Applications. Description DRAFT

STPTIC-15C4. Parascan tunable integrated capacitor. Datasheet. Features. Applications. Description DRAFT Datasheet Parascan tunable integrated capacitor Features High power capability 5:1 tuning range High linearity (48x) High quality factor (Q) Low leakage current Compatible with high voltage control IC

More information

Firmware plugin for STSW-ESC001V1 board with ST Motor Control FOC SDK

Firmware plugin for STSW-ESC001V1 board with ST Motor Control FOC SDK User manual Firmware plugin for STSW-ESC001V1 board with ST Motor Control FOC SDK Introduction The STSW-ESC001V1 firmware package for the STEVAL-ESC001V1 board includes the application code to support

More information

AN5029 Application note

AN5029 Application note Application note Using the S2-LP transceiver with FEM at 500 mw under FCC title 47 part 15 in the 902 928 MHz band Introduction The S2-LP very low power RF transceiver is intended for RF wireless applications

More information

UM1082 User manual. The STPM10 single-phase meter evaluation boards. Introduction

UM1082 User manual. The STPM10 single-phase meter evaluation boards. Introduction UM08 User manual The STPM0 single-phase meter evaluation boards Introduction The STPM0 and STPM0 devices are energy meter ASSPs (application specific standard products), which address to a wide range of

More information

BAT30F4. Small signal Schottky diodes. Description. Features

BAT30F4. Small signal Schottky diodes. Description. Features Small signal Schottky diodes Description Datasheet production data The BAT30F4 uses 30 V Schottky barrier diodes in a 0201 package. This device is intended to be used in smartphones, and is especially

More information

AN4949 Application note

AN4949 Application note Application note Using the S2-LP transceiver under FCC title 47 part 15 in the 902 928 MHz band Introduction The S2-LP is a very low power RF transceiver, intended for RF wireless applications in the sub-1

More information

ESDA24P140-1U3M. High power transient voltage suppressor. Datasheet. Features. Application. Description

ESDA24P140-1U3M. High power transient voltage suppressor. Datasheet. Features. Application. Description Datasheet High power transient voltage suppressor Features Pin # ID 2 Top view Pin 3 bus (bus pin) 3 3 Bottom view 2 Pin, 2* GND (ground pin) *Pin and Pin 2 must be connected together. Low clamping voltage

More information

ESDALC6V1-5M6. 5-line low capacitance Transil arrays for ESD protection ESDALC6V1-5M6. Applications. Description. Features

ESDALC6V1-5M6. 5-line low capacitance Transil arrays for ESD protection ESDALC6V1-5M6. Applications. Description. Features 5-line low capacitance Transil arrays for ESD protection Applications Datasheet - production data Where transient overvoltage protection in ESD sensitive equipment is required, such as: Micro QFN package

More information

I-NUCLEO-SX1272D. SX1272 LoRa technology and high-performance FSK/OOK RF transceiver modem. Features

I-NUCLEO-SX1272D. SX1272 LoRa technology and high-performance FSK/OOK RF transceiver modem. Features SX1272 LoRa technology and high-performance FSK/OOK RF transceiver modem Data brief Features 157 db maximum link budget +20 dbm, 100 mw constant RF output versus Vsupply +14 dbm high efficiency PA Programmable

More information

ESD051-1F4. Low clamping single line unidirectional ESD. Datasheet. Features. Application. Description

ESD051-1F4. Low clamping single line unidirectional ESD. Datasheet. Features. Application. Description Datasheet Low clamping single line unidirectional ESD Features ST0201 package Low clamping voltage: -3 V / +9 V (IEC 61000-4-2 contact discharge at 30 ns) Unidirectional diode Low leakage current 0201

More information

AN5008 Application note

AN5008 Application note Application note Using the S2-LP transceiver under the ARIB STD-T67 standard Introduction The S2-LP very low power RF transceiver for RF wireless applications in the sub-1 GHz band is designed to operate

More information

Programmable transient voltage suppressor for SLIC protection. Line TIP or RING 1. Gate (Gn) Line RING or TIP

Programmable transient voltage suppressor for SLIC protection. Line TIP or RING 1. Gate (Gn) Line RING or TIP Programmable transient voltage suppressor for SLIC protection Datasheet - production data Features Programmable transient suppressor Wide negative firing voltage range: VGn = -175 V max. Low dynamic switching

More information

LaserPING Rangefinder Module (#28041)

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

More information

ALTAIR05T W wide range CV-CC optoless adapter evaluation board

ALTAIR05T W wide range CV-CC optoless adapter evaluation board ALTAIR05T-800 5 W wide range CV-CC optoless adapter evaluation board Data brief Features Universal input mains range: 90-264 V AC, frequency 45-65 Hz Output voltage: 5 V @ 1 A continuous operation Optoless

More information

50 ohm nominal input / conjugate match balun to nrf CEAA/CDAB/CFAC and nrf51422-ceaa/cdab/cfac. Description

50 ohm nominal input / conjugate match balun to nrf CEAA/CDAB/CFAC and nrf51422-ceaa/cdab/cfac. Description 50 ohm nominal input / conjugate match balun to nrf51822- /CDAB/CFAC and nrf51422-/cdab/cfac Datasheet - production data Features Flip-Chip (5 bumps) package 50 Ω nominal input / conjugate match to Nordic

More information

ST1S A, 1.5 MHz adjustable, step-down switching regulator. Description. Features

ST1S A, 1.5 MHz adjustable, step-down switching regulator. Description. Features 1.5 A, 1.5 MHz adjustable, step-down switching regulator Description Datasheet - production data Features DFN6D (3 x 3 mm) Step-down current mode PWM (1.5 MHz) DC-DC converter 2% DC output voltage tolerance

More information

STEVAL-XPLM01CPL. Power line communication AC coupling circuit. Description. Features

STEVAL-XPLM01CPL. Power line communication AC coupling circuit. Description. Features Power line communication AC coupling circuit Data brief Features Complete AC coupling circuit suitable for use with any power line communication (PLC) solution Can be paired with the X-NUCLEO- PLM0A to

More information

EVAL-RHF310V1. EVAL-RHF310V1 evaluation board. Features. Description

EVAL-RHF310V1. EVAL-RHF310V1 evaluation board. Features. Description evaluation board Data brief Features Mounted Engineering Model RHF310K1: Rad-hard, 120 MHz, operational amplifier (see RHF310 datasheet for further information) Mounted components (ready-to-use) Material:

More information

ULN2801A, ULN2802A, ULN2803A, ULN2804A

ULN2801A, ULN2802A, ULN2803A, ULN2804A ULN2801A, ULN2802A, ULN2803A, ULN2804A Eight Darlington arrays Description Datasheet - production data Features DIP-18 Eight Darlington transistors with common emitters Output current to 500 ma Output

More information

BAL-NRF02D3. 50 ohm nominal input / conjugate match balun to nrf51822-ceaa and nrf51422-ceaa. Features. Applications. Description.

BAL-NRF02D3. 50 ohm nominal input / conjugate match balun to nrf51822-ceaa and nrf51422-ceaa. Features. Applications. Description. 50 ohm nominal input / conjugate match balun to nrf51822-ceaa and nrf51422-ceaa Features Datasheet production data 50 Ω nominal input / conjugate match to Nordic Semiconductor chips nrf51422-ceaa and nrf51822-ceaa.

More information

EVAL6235N. Demonstration board for L6235 DMOS driver for 3-phase brushless DC motor. Description. Features

EVAL6235N. Demonstration board for L6235 DMOS driver for 3-phase brushless DC motor. Description. Features Demonstration board for L6235 DMOS driver for 3-phase brushless DC motor Description Data brief Features Operating supply voltage from 8 to 52 V 5.6 A output peak current (2.8 A DC) R DS(ON) 0.3 typ. value

More information

ESDAxxSCxY. Automotive quad-line Transil transient voltage suppressor (TVS) for ESD protection. Applications. Description. Features.

ESDAxxSCxY. Automotive quad-line Transil transient voltage suppressor (TVS) for ESD protection. Applications. Description. Features. Automotive quad-line Transil transient voltage suppressor (TVS) for ESD protection Applications Datasheet - production data Where ESD and EOS transient overvoltage protection in susceptible equipment is

More information

ESDA15P60-1U1M. High power transient voltage suppressor

ESDA15P60-1U1M. High power transient voltage suppressor Pin1 Pin2 High power transient voltage suppressor Datasheet - production data Pin2 Pin1 Description The is an unidirectional single line TVS diode designed to protect the power line against EOS and ESD

More information

ESD051-1BF4. 5 V low clamping single line bidirectional ESD protection. Datasheet. Features. Application. Description

ESD051-1BF4. 5 V low clamping single line bidirectional ESD protection. Datasheet. Features. Application. Description Datasheet 5 V low clamping single line bidirectional ESD protection Features ST0201 package Low clamping voltage: 11 V (IEC 61000-4-2 contact discharge at 30 ns) Bidirectional diode Low leakage current

More information

ESDCANxx-2BLY. Automotive dual-line TVS in SOT23-3L for CAN bus. Datasheet. Features. Applications. Description

ESDCANxx-2BLY. Automotive dual-line TVS in SOT23-3L for CAN bus. Datasheet. Features. Applications. Description Datasheet Automotive dual-line TVS in SOT23-3L for CAN bus Features AEC-Q101 qualified Dual-line ESD and EOS protection Breakdown voltage: V BR : 25 V : 27 V : 27.5 V : 38 V Bidirectional device Max pulse

More information

ULQ2801, ULQ2802, ULQ2803, ULQ2804

ULQ2801, ULQ2802, ULQ2803, ULQ2804 ULQ2801, ULQ2802, ULQ2803, ULQ2804 Eight Darlington arrays Description Datasheet - production data Features DIP-18 Eight Darlingtons per package Extended temperature range: -40 to 105 C Output current

More information

AN4014 Application Note Adjustable LED blinking frequency using a potentiometer and STM8SVLDISCOVERY Application overview

AN4014 Application Note Adjustable LED blinking frequency using a potentiometer and STM8SVLDISCOVERY Application overview Application Note Adjustable LED blinking frequency using a potentiometer and STM8SVLDISCOVERY Application overview Note: This document introduces a very simple application example which is ideal for beginners

More information

CPL-WBF-00D3. Wide band directional coupler with ISO port. Description. Features. Benefits. Applications

CPL-WBF-00D3. Wide band directional coupler with ISO port. Description. Features. Benefits. Applications Wide band directional coupler with ISO port Datasheet - production data Features Flip Chip (6 bumps) 50 Ω nominal input / output impedance Wide operating frequency range (698 MHz to 2700 MHz) Low insertion

More information

AN5258. Extending output performance of ST ultrasound pulsers. Application note. Introduction

AN5258. Extending output performance of ST ultrasound pulsers. Application note. Introduction Application note Extending output performance of ST ultrasound pulsers Introduction STHV TX pulsers are multi-channel, high-voltage, high-speed, pulse waveform generators with respectively 4, 8, 16 channels,

More information

AN3332 Application note

AN3332 Application note Application note Generating PWM signals using STM8S-DISCOVERY Application overview This application user manual provides a short description of how to use the Timer 2 peripheral (TIM2) to generate three

More information

LCP154DJF. Programmable transient voltage suppressor for SLIC protection. Description. Features. Benefits

LCP154DJF. Programmable transient voltage suppressor for SLIC protection. Description. Features. Benefits Programmable transient voltage suppressor for SLIC protection Description Datasheet - production data Features Programmable transient suppressor Wide negative firing voltage range: V Gn = - 175 V max.

More information

Description. Table 1: Device summary Order code Package Packing STWLC33JR CSP (3.97x2.67 mm) 400 μm pitch 52 balls Tape and reel

Description. Table 1: Device summary Order code Package Packing STWLC33JR CSP (3.97x2.67 mm) 400 μm pitch 52 balls Tape and reel Multi-mode Qi/AirFuel inductive wireless power receiver with transmitter function Data brief Precise voltage and current measurements for FOD function Overvoltage clamp protection HW FSK and ASK demodulators

More information

ESDCAN03-2BWY. Automotive dual-line Transil, transient voltage suppressor (TVS) for CAN bus. Application. Description. Features

ESDCAN03-2BWY. Automotive dual-line Transil, transient voltage suppressor (TVS) for CAN bus. Application. Description. Features Automotive dual-line Transil, transient voltage suppressor (TVS) for CAN bus Application Datasheet - production data Automotive controller area network (CAN) bus lines where electrostatic discharge and

More information

AN4781 Application note

AN4781 Application note Application note STEVAL-IFP028V1 evaluation board for single high-side driver IPS160H Introduction The STEVAL-IFP028V1 is an evaluation board designed to analyze all IPS160H functionality. It is designed

More information

Automotive Transil, transient voltage suppressor (TVS) for LIN bus. Description

Automotive Transil, transient voltage suppressor (TVS) for LIN bus. Description Automotive Transil, transient voltage suppressor (TVS) for LIN bus Datasheet - production data 1 SOD323 2 Description The device is an asymmetrical Transil diode designed specifically for one automotive

More information

DSL05. Secondary protection for VDSL2 and G.FAST lines. Description. Features I/O1 -V LD +V LD I/O2

DSL05. Secondary protection for VDSL2 and G.FAST lines. Description. Features I/O1 -V LD +V LD I/O2 Secondary protection for VDSL2 and G.FAST lines Datasheet - production data Features SOT23-6L High surge capability to comply with GR-1089 and ITU-T K20/21/45 Keeps peak power capability at high temperature

More information

UM1746 User manual. 500 W fully digital AC-DC power supply based on the STM32F334 microcontroller. Introduction

UM1746 User manual. 500 W fully digital AC-DC power supply based on the STM32F334 microcontroller. Introduction User manual 500 W fully digital AC-DC power supply based on the STM32F334 microcontroller Introduction This user manual describes the basic procedure to correctly operate the 500 W digital power supply

More information

AN4995 Application note

AN4995 Application note Application note Using an electromyogram technique to detect muscle activity Sylvain Colliard-Piraud Introduction Electromyography (EMG) is a medical technique to evaluate and record the electrical activity

More information

UM2231 User manual. Teseo-LIV3F GNSS Module - Hardware Manual. Introduction

UM2231 User manual. Teseo-LIV3F GNSS Module - Hardware Manual. Introduction UM2231 User manual Teseo-LIV3F GNSS Module - Hardware Manual Introduction Teseo-LIV3F is a tiny GNSS modules sized 9.7 mm 10.1 mm 2.5 mm featuring STMicroelectronics positioning receiver Teseo III. It

More information

Description. consumption lower than 1 µa. The device also Input voltage from 2.4 to 5.5 V

Description. consumption lower than 1 µa. The device also Input voltage from 2.4 to 5.5 V LD59015 150 ma low noise high PSRR linear voltage regulator Description Datasheet - production data The LD59015 provides 150 ma maximum current with an input voltage range from 2.4 V to 5.5 V, and a typical

More information

UM0791 User manual. Demonstration firmware for the DMX-512 communication protocol receiver based on the STM32F103Zx. Introduction

UM0791 User manual. Demonstration firmware for the DMX-512 communication protocol receiver based on the STM32F103Zx. Introduction User manual Demonstration firmware for the DMX-512 communication protocol receiver based on the STM32F103Zx Introduction This document describes how to use the demonstration firmware for the DMX-512 communication

More information

LDL A high PSRR low-dropout linear voltage regulator. Applications. Description. Features

LDL A high PSRR low-dropout linear voltage regulator. Applications. Description. Features 1.2 A high PSRR low-dropout linear voltage regulator Datasheet - production data Applications Consumer Industrial SMPS Motherboard P.O.L. DC-DC post-regulation Features Input voltage from 2.5 V to 18 V

More information

ESDAL. Dual Transil array for ESD protection

ESDAL. Dual Transil array for ESD protection Dual Transil array for ESD protection Datasheet - production data Applications Where transient overvoltage protection in ESD sensitive equipment is required, such as: Entertainment Signal communications

More information

L4949ED-E L4949EP-E. Automotive multifunction very low drop voltage regulator. Description. Features

L4949ED-E L4949EP-E. Automotive multifunction very low drop voltage regulator. Description. Features L4949ED-E L4949EP-E Automotive multifunction very low drop voltage regulator Description Datasheet - production data SO-8 SO-20W (12+4+4) The L4949ED-E and L4949EP-E are monolithic integrated 5V voltage

More information

BAT30. Small signal Schottky diodes. Description. Features

BAT30. Small signal Schottky diodes. Description. Features Small signal Schottky diodes Description Datasheet - production data The BAT30 series uses 30 V Schottky barrier diodes encapsulated in SOD-523 or SOT-323 packages. This device is specially suited for

More information

EVAL6472H-DISC. L6472 Discovery: development tool to explore L6472 motor driver. Description. Features

EVAL6472H-DISC. L6472 Discovery: development tool to explore L6472 motor driver. Description. Features EVAL6472H-DISC L6472 Discovery: development tool to explore L6472 motor driver Description Data brief Features STMicroelectronics patented advanced current control Fully autonomous solution embedding an

More information

AN3258 Application note

AN3258 Application note Application note STM8AF and STM8S series HSI oscillator calibration using LIN automatic resynchronization Introduction Local interconnect network (LIN) is a widely used standard for communication between

More information

ULN2001, ULN2002 ULN2003, ULN2004

ULN2001, ULN2002 ULN2003, ULN2004 ULN2001, ULN2002 ULN2003, ULN2004 Seven Darlington arrays Description Datasheet - production data Features DIP-16L Seven Darlingtons per package Output current 500 ma per driver (600 ma peak) Output voltage

More information

STP4CMP. Low voltage 4-channel constant current LED driver with charge pump. Description. Features. Applications

STP4CMP. Low voltage 4-channel constant current LED driver with charge pump. Description. Features. Applications Low voltage 4-channel constant current LED driver with charge pump Datasheet - production data Features Operating voltage range: V CC.7 V to 5.5 V Full RGB function support 4-channel LED driver with individual

More information

Getting started with Bluetooth low energy expansion board based on BlueNRG for STM32 Nucleo

Getting started with Bluetooth low energy expansion board based on BlueNRG for STM32 Nucleo User manual Getting started with Bluetooth low energy expansion board based on BlueNRG for STM32 Nucleo Introduction This document provides detailed hardware requirements and board connections for the

More information

MEMS audio surface-mount bottom-port silicon microphone with analog output. Description. Table 1. Device summary

MEMS audio surface-mount bottom-port silicon microphone with analog output. Description. Table 1. Device summary MEMS audio surface-mount bottom-port silicon microphone with analog output Description Datasheet - production data Features RHLGA 3.76 x 2.95 x 1.0 mm Single supply voltage Low power consumption Omnidirectional

More information

Emergency lighting LED Voltage regulation SOT-89. Description. Order code Marking Package Packaging. 2STF SOT-89 Tape and reel

Emergency lighting LED Voltage regulation SOT-89. Description. Order code Marking Package Packaging. 2STF SOT-89 Tape and reel Low voltage fast-switching PNP power transistors Applications Datasheet - production data 4 1 3 2 Emergency lighting LED Voltage regulation SOT-89 Relay drive Figure 1. Internal schematic diagram Description

More information

AN1441 Application note

AN1441 Application note Application note ST890: a high side switch for PCMCIA and USB applications Introduction The ST890 is a low voltage, P-channel MOSFET power switch, intended for high side load switching applications. Its

More information

150 ma low quiescent current and low noise voltage regulator. Description

150 ma low quiescent current and low noise voltage regulator. Description LD39015 150 ma low quiescent current and low noise voltage regulator Datasheet - production data Compatible with ceramic capacitors C O = 1 µf Internal current and thermal limit Temperature range: -40

More information

CBTVS2A16-1F3. Circuit breaker with transient voltage suppressor. Description. Features. Complies with the following standards:

CBTVS2A16-1F3. Circuit breaker with transient voltage suppressor. Description. Features. Complies with the following standards: Circuit breaker with transient voltage suppressor Description Datasheet production data Flip Chip (4 bumps) The CBTVS2A16-1F3 is a single line diode TVS integrating a fuse designed specifically for the

More information

TSX339. Micropower quad CMOS voltage comparators. Related products. Applications. Description. Features

TSX339. Micropower quad CMOS voltage comparators. Related products. Applications. Description. Features Micropower quad CMOS voltage comparators Datasheet - production data Related products Pin-to-pin and functionally compatible with the quad CMOS TS339 comparators See TSX3704 for push-pull output Applications

More information

ESDAULC6-1U2. Single-line unidirectional ESD protection for high speed interface. Features. Applications. Description

ESDAULC6-1U2. Single-line unidirectional ESD protection for high speed interface. Features. Applications. Description Single-line unidirectional ESD protection for high speed interface Features Datasheet production data Unidirectional device Ultralow diode capacitance: 0.8 pf Low leakage current 0201 SMD package size

More information

Sub-1GHz transceiver development kit based on S2-LP. Description

Sub-1GHz transceiver development kit based on S2-LP. Description STEVAL-FKIV Sub-GHz transceiver development kit based on S-LP Data brief Features S-LP narrow band ultra-low power Sub- GHz transceiver in a standalone RF Module tuned for 0-0 MHz frequency bands with

More information

ESDA5-1BF4. Low clamping single line bidirectional ESD protection. Features. Applications. Description. Complies with the following standards

ESDA5-1BF4. Low clamping single line bidirectional ESD protection. Features. Applications. Description. Complies with the following standards ESDA-1BF4 Low clamping single line bidirectional ESD protection Features Datasheet - production data Low clamping voltage: 11 V (IEC 600-4-2 contact discharge 8 kv at 30 ns) Bidirectional device Low leakage

More information

RT2904WH. RobuST low-power dual operational amplifier. Applications. Features. Description

RT2904WH. RobuST low-power dual operational amplifier. Applications. Features. Description RobuST low-power dual operational amplifier Datasheet - production data Features D SO8 (plastic micropackage) Pin connections (top view) Frequency compensation implemented internally Large DC voltage gain:

More information

LD39130S. 300 ma very low quiescent current linear regulator IC with the automatic green mode. Applications. Description. Features

LD39130S. 300 ma very low quiescent current linear regulator IC with the automatic green mode. Applications. Description. Features 300 ma very low quiescent current linear regulator IC with the automatic green mode Applications Datasheet - production data Features Input voltage from 1.4 to 5.5 V Ultra low dropout voltage (300 mv typ.

More information

MLPF-WB55-01E GHz low pass filter matched to STM32WB55Cx/Rx. Datasheet. Features. Applications. Description

MLPF-WB55-01E GHz low pass filter matched to STM32WB55Cx/Rx. Datasheet. Features. Applications. Description Datasheet 2.4 GHz low pass filter matched to STM32WB55Cx/Rx Features Top view (pads down) Integrated impedance matching to STM32WB55Cx and STM32WB55Rx LGA footprint compatible 50 Ω nominal impedance on

More information

Description. Table 1. Device summary. Order codes Output voltage

Description. Table 1. Device summary. Order codes Output voltage High input voltage 85 ma LDO linear regulator Applications Datasheet - production data Mobile phones Industrial battery-powered systems Features 4.3 V to 24 V input voltage 3x3 Low-dropout voltage (500

More information

N-channel 30 V, 2.15 mω typ., 120 A Power MOSFET in a TO-220 package. Features. Order code. Description. AM01475v1_Tab

N-channel 30 V, 2.15 mω typ., 120 A Power MOSFET in a TO-220 package. Features. Order code. Description. AM01475v1_Tab N-channel 30 V, 2.15 mω typ., 120 A Power MOSFET in a TO-220 package Datasheet - production data Features Order code VDS RDS(on) max. ID PTOT STP200N3LL 30 V 2.4 mω 120 A 176.5 W Very low on-resistance

More information

TSM1013. Constant voltage and constant current controller for battery chargers and adapters. Description. Features. Applications

TSM1013. Constant voltage and constant current controller for battery chargers and adapters. Description. Features. Applications Constant voltage and constant current controller for battery chargers and adapters Description Datasheet - production data Features Constant voltage and constant current control Low voltage operation Low

More information

2STR1160. Low voltage fast-switching NPN power transistor. Features. Description. Applications

2STR1160. Low voltage fast-switching NPN power transistor. Features. Description. Applications Low voltage fast-switching NPN power transistor Datasheet - production data Features Very low collector-emitter saturation voltage High current gain characteristic Fast switching speed Miniature SOT-23

More information

High Accuracy Ambient Light Sensor with I 2 C Interface

High Accuracy Ambient Light Sensor with I 2 C Interface High Accuracy Ambient Light Sensor with I 2 C Interface DESCRIPTION is a high accuracy ambient light digital 16-bit resolution sensor in a miniature transparent 2 mm x 2 mm package. It includes a high

More information

Features. Description. AM15572v1. Table 1. Device summary. Order codes Marking Package Packaging. STD13N65M2 13N65M2 DPAK Tape and reel

Features. Description. AM15572v1. Table 1. Device summary. Order codes Marking Package Packaging. STD13N65M2 13N65M2 DPAK Tape and reel N-channel 650 V, 0.37 Ω typ., 10 A MDmesh M2 Power MOSFET in a DPAK package Features Datasheet production data TAB 2 3 1 DPAK Figure 1. Internal schematic diagram, TAB Order code V DS R DS(on) max I D

More information

DSL04. Low capacitance TVS for high speed lines such as xdsl. Description. Features. Complies with the following standards

DSL04. Low capacitance TVS for high speed lines such as xdsl. Description. Features. Complies with the following standards Low capacitance TVS for high speed lines such as xdsl Description Datasheet - production data Features High surge capability to comply with GR-1089 and ITU-T K20/21 Voltages from 5 to 24 V Low capacitance

More information

ACST310-8B. Overvoltage protected AC switch. Description. Features. Applications. Benefits

ACST310-8B. Overvoltage protected AC switch. Description. Features. Applications. Benefits Overvoltage protected AC switch Datasheet production data Features AC switch with self over voltage protection Microcontroller direct driven (low gate current max. 10 ma) Three quadrants (Q1, Q2 and Q3)

More information

Description. Table 1: Device summary

Description. Table 1: Device summary 800 ma ultra low drop, high PSRR voltage regulator Datasheet - production data Features Input voltage from 1 to 5.5 V Ultra low-dropout voltage (90 mv max. @ 800 ma load) Low ground current (35 μa typ.

More information

AN3134 Application note

AN3134 Application note Application note EVAL6229QR demonstration board using the L6229Q DMOS driver for a three-phase BLDC motor control application Introduction This application note describes the EVAL6229QR demonstration board

More information

VCNL4000 Demo Kit. IR Anode. IR Cathode. IR Cathode SDA SCL

VCNL4000 Demo Kit. IR Anode. IR Cathode. IR Cathode SDA SCL VISHAY SEMICONDUCTORS Optoelectronics Application Note INTRODUCTION The VCNL4000 is a proximity sensor with an integrated ambient light sensor. It is the industry s first optical sensor to combine an infrared

More information

Features. Description. Table 1. Device summary. Order code Marking Package Packing. MJD32CT4-A MJD32C DPAK Tape and reel

Features. Description. Table 1. Device summary. Order code Marking Package Packing. MJD32CT4-A MJD32C DPAK Tape and reel Automotive-grade low voltage PNP power transistor Features Datasheet - production data TAB AEC-Q101 qualified Surface-mounting TO-252 power package in tape and reel Complementary to the NPN type MJD31CT4-A

More information

Features. Description. 2 (source) Table 1. Device summary. Order code Marking Base quantity Package Packaging. August 2014 DocID Rev 2 1/12

Features. Description. 2 (source) Table 1. Device summary. Order code Marking Base quantity Package Packaging. August 2014 DocID Rev 2 1/12 500 W, 250 V SuperDMOS transistor Features Datasheet - preliminary data STAC177B Figure 1. Pin connection 1 (drain) 4 (source) 2 (source) Operating frequency up to 27 MHz P OUT = 450 W with 23 db gain

More information

STEVAL-ISA192V1. 7 W dual output flyback converter with standby managed by capacitive touch using VIPer0P and STM32L. Description.

STEVAL-ISA192V1. 7 W dual output flyback converter with standby managed by capacitive touch using VIPer0P and STM32L. Description. STEVAL-ISAV W dual output flyback converter with standby managed by capacitive touch using VIPer0P and STML Data brief Description This offline converter key feature is the zero power mode (ZPM), an idle

More information

Fully Integrated Proximity and Ambient Light Sensor with Infrared Emitter and I 2 C Interface

Fully Integrated Proximity and Ambient Light Sensor with Infrared Emitter and I 2 C Interface Fully Integrated Proximity and Ambient Light Sensor with Infrared Emitter and I 2 C Interface IR anode 1 IR cathode 2 IR cathode 3 SDA 4 SCL 5 22297-1 6 12 11 nc 1 nc 9 nc 8 nc 7 V DD DESCRIPTION is a

More information

Low voltage 8-bit constant current LED sink with full outputs error detection. Order codes Package Packaging

Low voltage 8-bit constant current LED sink with full outputs error detection. Order codes Package Packaging Low voltage 8-bit constant current LED sink with full outputs error detection Features DIP-16 TSSOP16 Low voltage power supply down to 3 V 8 constant current output channels Adjustable output current through

More information

STP16CP05. Low voltage 16-bit constant current LED sink driver. Description. Features

STP16CP05. Low voltage 16-bit constant current LED sink driver. Description. Features Low voltage 16-bit constant current LED sink driver Datasheet - production data Features Low voltage power supply down to 3 V 16 constant current output channels Adjustable output current through external

More information

TS4061. Precision micropower shunt voltage reference. Description. Features. Applications

TS4061. Precision micropower shunt voltage reference. Description. Features. Applications Precision micropower shunt voltage reference Description Datasheet - production data Features Fixed 1.225 V,1.25 V output voltages Ultra low operating current: 10 µa at 25 C High precision @ 25 C: +/-0.1%

More information

50 Ω nominal input / conjugate match balun to ST S2-LP, MHz with integrated harmonic filter. Description

50 Ω nominal input / conjugate match balun to ST S2-LP, MHz with integrated harmonic filter. Description BALF-SPI2-01D3 50 Ω nominal input / conjugate match balun to ST S2-LP, 868-927 MHz with integrated harmonic filter Datasheet - production data Flip-Chip (6 bumps) package Description This device is an

More information

Automotive dual-line Transil, transient voltage suppressor (TVS) for CAN bus

Automotive dual-line Transil, transient voltage suppressor (TVS) for CAN bus Automotive dual-line Transil, transient voltage suppressor (TVS) for CAN bus Datasheet - production data Features 3 SOT323-3L Dual-line ESD and EOS protection Stand-off voltage: ESDCAN02-2BWY: 26.5 V ESDCAN03-2BWY:

More information

STPW12. Programmable electronic power breaker for 12 V bus. Datasheet. Features. Applications. Description

STPW12. Programmable electronic power breaker for 12 V bus. Datasheet. Features. Applications. Description Datasheet Programmable electronic power breaker for 12 V bus Features Power SO8 Real-time input power sensing Input voltage range: from 10.5 V to 18 V Continuous current typ.: 1.5 A P-channel on resistance

More information

Low consumption voltage and current controller for battery chargers and adapters. Description. Table 1. Order codes. Package D (1) V ref (%) Marking

Low consumption voltage and current controller for battery chargers and adapters. Description. Table 1. Order codes. Package D (1) V ref (%) Marking Low consumption voltage and current controller for battery chargers and adapters Description Datasheet - production data Features Constant voltage and constant current control Low consumption Low voltage

More information

AN4999 Application note

AN4999 Application note Application note STSPIN32F0 overcurrent protection Dario Cucchi Introduction The STSPIN32F0 device is a system-in-package providing an integrated solution suitable for driving three-phase BLDC motors using

More information

Features. Description. Table 1: Device summary Order code Marking Package Packing BU931T BU931T TO-220 Tube

Features. Description. Table 1: Device summary Order code Marking Package Packing BU931T BU931T TO-220 Tube Automotive-grade high voltage ignition coil driver NPN power Darlington transistor Datasheet - production data TAB 1 2 3 TO-220 Figure 1: Internal schematic diagram Features AEC-Q101 qualified Very rugged

More information