HT8 MCU Timer Module Application Note (2) Generating Infrared Remote Control Carrier Waves in the PWM Mode

Size: px
Start display at page:

Download "HT8 MCU Timer Module Application Note (2) Generating Infrared Remote Control Carrier Waves in the PWM Mode"

Transcription

1 HT8 MCU Timer Module Application Note (2) Generating Infrared Remote Control Carrier Waves in the PWM Mode D/N: AN0445E Introduction The Holtek HT8 MCU series provide various types of timer modules, such as the Compact type TM, the Standard type TM and the Periodic type TM, which all have their own unique characteristics. In practical applications, PWM signals generated by the TM modules can be used in areas such as motor power control, heating control or illumination control. This application note will introduce another way of using PWM signals which is for infrared signal transmission applications. The application will show how to generate the desired 38kHz carrier wave signal used by infrared remote controls using the CTM PWM mode. The inclusion of a practical application will help users to understand and skillfully use the CTM function. Functional Description Infrared Transmission Introduction Infrared forms one of the invisible parts of sunlight, which was discovered in 1800 by German-British scientist William Herschel, who split sunlight using a prism. By placing thermometers under the different colours, in an attempt to measure the different colour heating effects, he discovered that just beyond the red end of the visible spectrum, a higher temperature was measured. Although invisible to the human eye but due to this effect being near the red end of the visible spectrum it was named infrared. The Infrared radiation wavelength is longer than that of visible light, therefore it is invisible and often used as a transmission media. The infrared wavelength extends from 0.75 to 1000 micrometers, which can be separated into three parts, namely near-infrared with a wavelength which extends from 0.75 to 1.50µm, mid-wavelength infrared with a wavelength which extends from 1.50 to 6.0µm and far-infrared whose wavelength extends from 6.0 to 1000µm. In actual circuit applications, an IR LED will be required if the data is transmitted by means of infrared. This component, which when supplied with a suitable forward bias AN0445E V / 10 February 20, 2017

2 voltage, will generate a current and stimulate infrared light radiation. The common infrared emission diode wavelengths are 850nm, 870nm, 880nm, 940nm 980nm, etc. Infrared Remote Control Signal Composition Carrier Wave Signals Carrier waves are waves which can be modulated in order to transmit information signals. Common infrared transmission carrier signal frequencies are normally within a range of 38kHz~56kHz. Data is transmitted after being modulated onto the transmitter. The receiver should use a frequency selective amplifier circuit which operates at the same frequency as the transmitter for optimal anti-interference performance. Infrared Remote Control Signal Encoding Format Presently, the most widely used infrared remote control encoding methods are NEC Protocol Pulse Width Modulation and the Philips RC-5 Protocol Pulse Position Modulation. In this application note the NEC protocol will be taken as an example to show how to generate a group of infrared remote control signals. The NEC infrared remote control signal encoding format characteristics are listed as follows: 1. Uses a 38kHz carrier wave frequency 2. The preamble code interval is 9ms + 4.5ms 3. Uses a 16-bit user code 4. Uses an 8-bit data code and an 8-bit data inverse code 5. 1-bit stop bit The remote control signal encoding format is composed of a preamble code, the user code, the data code as well as the data inverse code for data verification. Preamble code User code (High Byte) User code (Low Byte) Data code Data inverse code Fig 1. Signal Encoding Format Preamble code User code 8 bits (High Byte) User code 8 bits (Low Byte) Data code 8 bits Data inverse code 8 bits Stop bit 1 bit Fig 2. Encoding Time AN0445E V / 10 February 20, 2017

3 Carrier Wave Signal Format - H/L Ratio 60% (about 15.9µs) 40% (about 10.1µs) 38kHz (about 26µs) Fig 3. 38kHz Carrier Wave Signal DATA "0" and DATA "1" Formats Each bit in the user code or the data code can be either '0' or '1', which can be distinguished using the pulse time. Such an encoding method is called Pulse Position Modulation which is abbreviated to PPM. 0.56ms 0.56ms 1.125ms Bit ms Bit 1 Fig 4. DATA "0" and DATA "1" Formats Operational Principles Compact Type TM Basic Structure Description As the simplest form of the TM types, the Compact type TM can implement three operating modes, which are Compare Match Output, Timer/Event Counter and PWM Output modes, using an external input signal TCKn and an output signal TPn. The CTM core is composed of a count-up counter and two internal comparators with the names, Comparator A and Comparator P. The count-up counter can be driven by an internal clock or an external TCKn pin. The output signal TPn status is determined by comparing the count values in the Comparator A and Comparator P with the CCRA and CCRP register values. As the following figure shows, the counting values are compared with the 16-bit CCRA register value and the CCRP high byte register value. When the counter overflows, the TnON bit changes from low to high or a comparator match event occurs, which is determined by the operating mode, the counter will be automatically cleared. AN0445E V / 10 February 20, 2017

4 CCRP TCKn fsys/4 fsys fh/16 fh/64 f TB C fh/ TnCK2~TnCK0 TnON TnPAU 8-bit Comparator P b8~b15 16-bit Count-up Counter b0~b15 16-bit Comparator A Comparator P Match Counter Clear 0 1 TnCCLR Comparator A Match TnPF Interrupt TnOC Output Control Polarity Control TnM1, TnM0 TnPOL TnIO1, TnIO0 TnAF Interrupt Pin Control TnCP TPn CCRA Fig 5. TM-CTM Basic Structure Note:For the actual count-up counter bit size, Compare A and Compare P registers, refer to the selected MCU datasheet. PWM Output Mode The most common PWM functions are for motor control, heating control and illumination control applications. The CTM can be setup to operate in the PWM mode by configuring the TnM[1:0] bit field to 10, which will then allow a PWM signal to be generated on the TPn pin. In the PWM mode, the period and duty is adjustable. Taking the HT66F0185 as an example, it can be configured using the TnDPX bit. This bit allows the period to be determined by the 16-bit CCRA while the duty is determined by the CCRP high byte or vice versa. The TnOC bit in the TMnC1 register determines the PWM waveform polarity. The TnIO[1:0] bit field is used to enable the PWM output on the TPn pin or to setup the TPn to be either a fixed output logic high or low. The PWM output polarity will be inverted or non-inverted by configuring the TnPOL bit. Counter Value CCRP CCRA Counter cleared by CCRP Pause Resume TnDPX = 0; TnM [1:0] = 10 Counter Stop if TnON bit low Counter Reset when TnON returns high Time TnON TnPAU TnPOL CCRA Int. Flag TnAF CCRP Int. Flag TnPF TM O/P Pin (TnOC=1) TM O/P Pin (TnOC=0) PWM Duty Cycle set by CCRA PWM Period set by CCRP Output controlled by other pin-shared function PWM resumes operation Output Inverts when TnPOL = 1 Fig 6. CTM PWM Waveform AN0445E V / 10 February 20, 2017

5 Application Circuits U1 KEY PA PA VSS&AVSS VDD PC0/OSC1 PB0/INT0 PC1/OSC2 PB1/INT1 PC2 PB2 PA0/ICPDA TCK1 PC3/SDO PD3 PC4/SDI PD2/TX PC5/SCK PD1/RX PC6/SCS PD0 PA1 PA5/VREFI PA2/ICPCK PA6/VREF PA3 TP1 PB6 TP2 PB5 PB C KHz +5V R1 1K +5V R2 39R 39Ω LD Q1 C805J1 PA0 4 PA V 1 0ICP(OCDS) HT66F0185 Fig 7. HT66F0185 Infrared Transmission Circuit Taking the HT66F0185 as an example, the above figure shows a circuit that generates a 38kHz infrared carrier wave signal using the CTM PWM mode. Pin TP2 is the PWM signal output pin, which can be used to control the transistor Q1 through the transistor base current-limiting resistor, R1. Resistor R2 is the IR LED current-limiting resistor. The general IR LED forward voltage, V f, is about 1.3V and the C8050 transistor collector-emitter saturation voltage drop is about 0.3V. As a result the R2 voltage drop is (5V-1.3V-0.3V), namely 3.4V, resulting in a diode operating current of about 3.4V/39Ω=87mA. Note that the infrared emission diode wavelength λ is 940nm, while the operating current is 100mA. Software Design This application note takes the HT66F0185 as an example to implement a CTM timer module function which will transmit a group of infrared codes each time the key is pressed. Details are as follows. Infrared carrier wave signal frequencies generally range from 30kHz to 60kHz, where a 35kHz square wave is commonly used, determined by the transmitter 455kHz crystal. The transmitter crystal requires an integer frequency division, in this case a division factor of 12 is requird. The frequency is 455kHz kHz 38kHz. The HT66F0185 CTM is used to generate the 38kHz infrared carrier wave signal. The system frequency is defined as 16MHz which is also used as the CTM clock source. The CCRA register is selected to be used as the PWM period compared register with a register value of 416, thus the PWM period =16MHz/416=38kHz, namely about 26µs. The CCRP register is used to define the duty. As the CCRP available value comes from the highest 8 bits, when the CCRP register value is 01, the PWM duty = (1/16MHz) 15.9µs AN0445E V / 10 February 20, 2017

6 The control register configurations for the HT66F0185 Compact type timer module which generates the PWM carrier wave signal are shown below: Register Operating Bit Function Setup Description Bit 7: T2PAU: Counter pause control bit When set to 0, the counter is in 0: Run the running state 1: Pause TM2C0 TM2C1 Bit 6~4: T2CK2~T2CK0: Select TM1 counter clock bit 000: f SYS /4 001: f SYS 010: f H /16 011: f H /64 100: f TBC 101: f H /8 110: TCKn rising edge clock 111: TCKn falling edge clock Bit 3: T2ON: TM2 counter On/Off control bit 0: Off 1: On Bit 2~0: Unimplemented, read as "0" Bit 7~ 6: T2M1~T2M0: Select TM2 operating mode 00: Compare Match Output Mode 01: Undefined 10: PWM output mode 11: Timer/counter mode Bit 5~4: T2IO1~T2IO0: Select TP2 output function PWM mode 00: PWM output inactive state 01: PWM output active state 10: PWM output 11: Undefined Bit 3: T2OC: TM2 TP2 output control bit PWM mode 0: Active low 1: Active high Bit 2: T2POL: TM2 TP2 output polarity control bit 0: Non-invert 1: Invert Bit 1: T2DPX: TM2 PWM period/duty control bit 0: CCRP period; CCRA - duty 1: CCRP duty; CCRA - period Bit 0: T2CCLR: Select TM1 counter clear condition 0: Comparator P match 1: Comparator A match Set this field to 001 to select the f SYS as the TM1 counter clock When set to 1, the counter is on Set to "10" to select the PWM output mode Set to "10" to select PWM output When set to "1", the PWM signal is active high Set to "0" Set to "0" Set to "1" for Comparator A match Software Design Flowchart Start Initialisation (I/O port, PTM, CTM, variables) No Check if key is pressed? Yes Transmit a group of infrared data Fig 8. System Flowchart AN0445E V / 10 February 20, 2017

7 CTM Intialisation Set the bit 2 in the TMPC to 1, select the PB3 as TP2 output Setup 38kHz Duty by configuring the TM2RP register value Setup 38kHz period by configuring the TM2RAL/TM2RAH register value Setup the TM2C0 and TM2C1 control registers Turn on the TM, the 38kHz PWM will be output on the TP2(PB3) pin END Fig 9. CTM PWM Generation Software Flowchart Transmit a group of infrared data Transmit preamble code (Carrier signal 9ms, low level signal 4.5ms) Transmit user code 16 bits (The actual value is 0x5555 ) Transmit data code 8 bits (The actual value is 0xaa) Transmit data inverse code 8 bits (The actual value is 0x55) Transmit stop bit (1 bit stop bit) End Fig 10. Transmitting a group of NEC Codes - Software Flowchart AN0445E V / 10 February 20, 2017

8 Start No PA.1==0? Yes Delay for 20ms No Yes PA.1==0? Yes If Key Hold Pressed? No No key pressed Set Key Hold Press flag, Set Key OK flag Start Fig 11. Key Scanning Flowchart Remote Control Signal Output Waveform Preamble code User code 16 bits 0x5555 Data code 8 bits 0xaa Data inverse code 8 bits 0x55 Stop bit Fig 12. Infrared Transmission Waveform AN0445E V / 10 February 20, 2017

9 38kHz Carrier Wave Signal Fig kHz Carrier Wave Signal Waveform Program Examples Test-38KHz with KEY-asm.rar Test-38KHz with KEY-c.rar Conclusion This application note has shown how to configure the counter, output pin, PWM period and duty in the PWM operating mode of the CTM to help users understand and utilise the specific TM functions. Reference Files Reference file: HT66F0175/185 Datasheet For more information, refer to the Holtek official website Version and Modification Information Date Author Issue 王贊臣 (Jasenwang) First Version AN0445E V / 10 February 20, 2017

10 Disclaimer All information, trademarks, logos, graphics, videos, audio clips, links and other items appearing on this website ('Information') are for reference only and is subject to change at any time without prior notice and at the discretion of Holtek Semiconductor Inc. (herein after 'Holtek', 'the company', 'us', 'we' or 'our'). Whilst Holtek endeavors to ensure the accuracy of the Information on this website, no express or implied warranty is given by Holtek to the accuracy of the Information. Holtek shall bear no responsibility for any incorrectness or leakage. Holtek shall not be liable for any damages (including but not limited to computer virus, system problems or data loss) whatsoever arising in using or in connection with the use of this website by any party. There may be links in this area, which allow you to visit the websites of other companies. These websites are not controlled by Holtek. Holtek will bear no responsibility and no guarantee to whatsoever Information displayed at such sites. Hyperlinks to other websites are at your own risk. Limitation of Liability In no event shall Holtek Limited be liable to any other party for any loss or damage whatsoever or howsoever caused directly or indirectly in connection with your access to or use of this website, the content thereon or any goods, materials or services. Governing Law The Disclaimer contained in the website shall be governed by and interpreted in accordance with the laws of the Republic of China. Users will submit to the non-exclusive jurisdiction of the Republic of China courts. Update of Disclaimer Holtek reserves the right to update the Disclaimer at any time with or without prior notice, all changes are effective immediately upon posting to the website. AN0445E V / 10 February 20, 2017

HT8 MCU Integrated STM Timer Mode Application Note

HT8 MCU Integrated STM Timer Mode Application Note HT8 MCU Integrated STM Timer Mode Application Note HT8 MCU Integrated STM Timer Mode Application Note D/N: AN0424E Introduction One of the most fundamental functions in any microcontroller device is the

More information

HT45F3520/3530 Integrated DC/DC and Motor Load Application Guideline

HT45F3520/3530 Integrated DC/DC and Motor Load Application Guideline HT45F3520/3530 Integrated DC/DC and Motor Load Application Guideline D/N: AN0428E Introduction The HT45F3520 and HT45F3530 devices can accept a voltage input as low as 0.9V and are thus especially suitable

More information

HT8 MCU Internal Ultra-Low Power Consumption RTC Application Note

HT8 MCU Internal Ultra-Low Power Consumption RTC Application Note HT8 MCU Internal Ultra-Low Power Consumption RTC Application Note D/N: AN0482E Introduction The HT66F25x0/HT67F25xx/HT69F25xx series Flash MCUs, all include an ultra-low power consumption RTC oscillator.

More information

HT67F86A Internal RTC Application Guidelines

HT67F86A Internal RTC Application Guidelines HT67F86A Internal RTC Application Guidelines D/N: AN0448E Introduction One special feature of the Holtek 8-bit Flash MCU, the HT67F86A, is that it includes an ultra-low power consumption RTC oscillator

More information

BC68F2130 FSK Application Example

BC68F2130 FSK Application Example BC68F2130 FSK Application Example D/N: AN0484E Introduction With a focus on the Sub-1GHz RF application area, Holtek has released a range of RF transmitter SoC Flash MCUs, the BC68F2130/BC68F2140 device

More information

HT8 MCU 24-bit Delta Sigma A/D Converter Application Note

HT8 MCU 24-bit Delta Sigma A/D Converter Application Note HT8 MCU 24-bit Delta Sigma A/D Converter Application Note D/N: AN0437E Introduction The Delta Sigma A/D converter forms a basic and necessary component of the signal sampling and processing system designer

More information

Using the HT66F016L and the HT66F50 to Implement Remote Encoding and Decoding

Using the HT66F016L and the HT66F50 to Implement Remote Encoding and Decoding Using the HT66F016L and the HT66F50 to Implement Remote Encoding and Decoding D/N:AN0327E Introduction This application note describes how to implement a 4 3 Key NEC remote encoding Demo Board using the

More information

HT66FB576/574/572 RGB LED PWM Function Application Guidelines

HT66FB576/574/572 RGB LED PWM Function Application Guidelines HT66FB576/574/572 RGB LED PWM Function Application Guidelines D/N: AN0444E Introduction The HOLTEK HT66FB576/574/572 RGB LED 8-bit USB Flash MCUs are specially designed for RGB LED product applications

More information

Hello, and welcome to this presentation of the STM32 Infrared Timer. Features of this interface allowing the generation of various IR remote control

Hello, and welcome to this presentation of the STM32 Infrared Timer. Features of this interface allowing the generation of various IR remote control Hello, and welcome to this presentation of the STM32 Infrared Timer. Features of this interface allowing the generation of various IR remote control protocols will be presented. 1 The Infrared Timer peripheral

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

Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs.

Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs. Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs. 1 The purpose of this course is to provide an introduction to the RL78 timer Architecture.

More information

MCU Reset and Oscillator Circuits Application Note

MCU Reset and Oscillator Circuits Application Note MCU Reset and Oscillator Circuits Application Note D/N: HA0075E System Oscillator Crystal/Ceramic Oscillator Crystal/Ceramic Oscillator Equivalent Circuit The following circuit combination of resistors,

More information

PIC Functionality. General I/O Dedicated Interrupt Change State Interrupt Input Capture Output Compare PWM ADC RS232

PIC Functionality. General I/O Dedicated Interrupt Change State Interrupt Input Capture Output Compare PWM ADC RS232 PIC Functionality General I/O Dedicated Interrupt Change State Interrupt Input Capture Output Compare PWM ADC RS232 General I/O Logic Output light LEDs Trigger solenoids Transfer data Logic Input Monitor

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

AMBA Generic Infra Red Interface

AMBA Generic Infra Red Interface AMBA Generic Infra Red Interface Datasheet Copyright 1998 ARM Limited. All rights reserved. ARM DDI 0097A AMBA Generic Infra Red Interface Datasheet Copyright 1998 ARM Limited. All rights reserved. Release

More information

PATENTED. PAT No. : HT1622/HT1622G RAM Mapping 32 8 LCD Controller for I/O MCU. Features. General Description.

PATENTED. PAT No. : HT1622/HT1622G RAM Mapping 32 8 LCD Controller for I/O MCU. Features. General Description. RAM Mapping 328 LCD Controller for I/O MCU PATENTED PAT No. : 099352 Features Operating voltage: 2.7V~5.2V Built-in RC oscillator 1/4 bias, 1/8 duty, frame frequency is 64Hz Max. 328 patterns, 8 commons,

More information

The STK SL-E is a hybrid IC for use as a unipolar, 2-phase stepping motor driver with PWM current control.

The STK SL-E is a hybrid IC for use as a unipolar, 2-phase stepping motor driver with PWM current control. Ordering number : ENA2139 STK672-110-SL-E Thick-Film Hybrid IC 2-phase Stepping Motor Driver http://onsemi.com Overview The STK672-110-SL-E is a hybrid IC for use as a unipolar, 2-phase stepping motor

More information

AN2581 Application note

AN2581 Application note AN2581 Application note STM32F10xxx TIM application examples Introduction This application note is intended to provide practical application examples of the STM32F10xxx TIMx peripheral use. This document,

More information

Built-in LCD display RAM Built-in RC oscillator

Built-in LCD display RAM Built-in RC oscillator PAT No. : TW 099352 RAM Mapping 488 LCD Controller for I/O MCU Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address auto

More information

PATENTED. PAT No. : HT1622/HT1622G RAM Mapping 32 8 LCD Controller for I/O MCU. Features. General Description.

PATENTED. PAT No. : HT1622/HT1622G RAM Mapping 32 8 LCD Controller for I/O MCU. Features. General Description. RAM Mapping 328 LCD Controller for I/O MCU PATENTED PAT No. : 099352 Features Operating voltage: 2.7V~5.2V Built-in RC oscillator 1/4 bias, 1/8 duty, frame frequency is 64Hz Max. 328 patterns, 8 commons,

More information

AN1449 Application note

AN1449 Application note Application note ST6200C universal motor drive software Introduction This application note describes the software of a low-cost phase-angle motor control drive system based on an OTP version of the ST6200C

More information

Infrared Receiver Module IRM-36xxM Series

Infrared Receiver Module IRM-36xxM Series Block Diagram Pin Configuration 1 2 3 1. OUT 2. GND 3. Vcc Features High protection ability against EMI Circular lens for improved reception characteristics Available for various carrier frequencies Min

More information

AN Low Frequency RFID Card Reader. Application Note Abstract. Introduction. Working Principle of LF RFID Reader

AN Low Frequency RFID Card Reader. Application Note Abstract. Introduction. Working Principle of LF RFID Reader Low Frequency RFID Card Reader Application Note Abstract AN52164 Authors: Richard Xu Jemmey Huang Associated Project: None Associated Part Family: CY8C24x23 Software Version: PSoC Designer 5.0 Associated

More information

Application Note. Low Power DC/DC Converter AN-CM-232

Application Note. Low Power DC/DC Converter AN-CM-232 Application Note AN-CM-232 Abstract This application note presents a low cost and low power DC/DC push-pull converter based on the Dialog GreenPAK SLG46108 device. This application note comes complete

More information

Infrared light emitting diode, top view type

Infrared light emitting diode, top view type Infrared light emitting diode, top view type The is a GaAs infrared light emitting diode housed in clear plastic. This device has a high luminous efficiency and a 9nm peak wavelength suitable for silicon

More information

EDE1204 Bi-Polar Stepper Motor IC

EDE1204 Bi-Polar Stepper Motor IC EDE1204 Bi-Polar Stepper Motor IC EDE1204 Coil B Control Signal 1 Coil B Coil A 18 Coil A Control Signal Coil B Control Signal 2 Coil B Coil A 17 Coil A Control Signal Connect to +5V DC 3 +5V OSC1 16 Oscillator

More information

Built-in LCD display RAM Built-in RC oscillator

Built-in LCD display RAM Built-in RC oscillator PAT No. : TW 099352 RAM Mapping 488 LCD Controller for I/O MCU Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address auto

More information

ams AG TAOS Inc. is now The technical content of this TAOS datasheet is still valid. Contact information:

ams AG TAOS Inc. is now The technical content of this TAOS datasheet is still valid. Contact information: TAOS Inc. is now The technical content of this TAOS datasheet is still valid. Contact information: Headquarters: Tobelbaderstrasse 30 8141 Unterpremstaetten, Austria Tel: +43 (0) 3136 500 0 e-mail: ams_sales@ams.com

More information

R/W address auto increment External Crystal kHz oscillator

R/W address auto increment External Crystal kHz oscillator RAM Mapping 328 LCD Controller for I/O MCU PATENTED PAT No. : 099352 Features Operating voltage: 2.7V~5.2V R/W address auto increment External Crystal 32.768kHz oscillator Two selectable buzzer frequencies

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remote Control Systems DESIGN SUPPORT TOOLS 2351 click logo to get started FEATURES Improved dark sensitivity Improved immunity against optical noise Very low supply current Photo

More information

RAM Mapping LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator

RAM Mapping LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator PAT No. : 099352 RAM Mapping 4816 LCD Controller for I/O MCU Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address auto increment

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

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 HT1627 HT16270 COM

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 HT1627 HT16270 COM RAM Mapping 328 LCD Controller for I/O C Features Operating voltage: 2.7V~5.2V Built-in RC oscillator 1/4 bias, 1/8 duty, frame frequency is 64Hz Max. 328 patterns, 8 commons, 32 segments Built-in internal

More information

TSL LINEAR SENSOR ARRAY

TSL LINEAR SENSOR ARRAY 896 1 Sensor-Element Organization 200 Dots-Per-Inch (DPI) Sensor Pitch High Linearity and Uniformity Wide Dynamic Range...2000:1 (66 db) Output Referenced to Ground Low Image Lag... 0.5% Typ Operation

More information

HT66F03T3/HT68F03T3 8-Bit Flash MCU with RF Transmitter

HT66F03T3/HT68F03T3 8-Bit Flash MCU with RF Transmitter Features MCU Features MCU operating voltage with RF Transmitter: f SYS = 8MHz: 2.2V~3.6V f SYS = 12MHz: 2.7V~3.6V Up to 0.33s instruction cycle with 12MHz system clock Power Down and Wake-up functions

More information

Infrared Receiver Module IRM-36XXM Series

Infrared Receiver Module IRM-36XXM Series Block Diagram Pin Configuration 1 2 3 1.Vout 2. GND 3. Vcc Features High protection ability against EMI Circular lens for improved reception characteristics Available for various carrier frequencies Min

More information

ML4818 Phase Modulation/Soft Switching Controller

ML4818 Phase Modulation/Soft Switching Controller Phase Modulation/Soft Switching Controller www.fairchildsemi.com Features Full bridge phase modulation zero voltage switching circuit with programmable ZV transition times Constant frequency operation

More information

Generating DTMF Tones Using Z8 Encore! MCU

Generating DTMF Tones Using Z8 Encore! MCU Application Note Generating DTMF Tones Using Z8 Encore! MCU AN024802-0608 Abstract This Application Note describes how Zilog s Z8 Encore! MCU is used as a Dual-Tone Multi- (DTMF) signal encoder to generate

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remote Control Systems MECHANICAL DATA Pinning for TSOP18...: 1 = OUT, 2 = GND, 3 = V S 1926 FEATURES Improved dark sensitivity Improved immunity against optical noise Improved

More information

TEFT4300. Silicon NPN Phototransistor. Vishay Semiconductors

TEFT4300. Silicon NPN Phototransistor. Vishay Semiconductors TEFT43 Silicon NPN Phototransistor Description TEFT43 is a high speed and high sensitive silicon NPN epitaxial planar phototransistor in a standard T-1 ( 3 mm) plastic package. The epoxy package itself

More information

OLS249: Radiation-Tolerant Phototransistor Hermetic Surface-Mount Optocoupler

OLS249: Radiation-Tolerant Phototransistor Hermetic Surface-Mount Optocoupler DATA SHEET OLS249: Radiation-Tolerant Phototransistor Hermetic Surface-Mount Optocoupler Features Hermetic SMT package 1500 DC electrical isolation High CTR Small package size High reliability and rugged

More information

RAM Mapping 64 8 LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator

RAM Mapping 64 8 LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator RAM Mapping 648 LCD Controller for I/O MCU PATENTED PAT No. : 099352 Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address

More information

RAM Mapping 32 8 LCD Controller for I/O MCU. R/W address auto increment Built-in RC oscillator

RAM Mapping 32 8 LCD Controller for I/O MCU. R/W address auto increment Built-in RC oscillator RAM Mapping 328 LCD Controller for I/O MCU Features Operating voltage: 2.7V~5.2V R/W address auto increment Built-in RC oscillator Two selectable buzzer frequencies (2kHz or 4kHz) 1/4 bias, 1/8 duty, frame

More information

AN Programming the PCA200x family of watch ICs. Document information

AN Programming the PCA200x family of watch ICs. Document information Rev. 1 4 September 2012 Application note Document information Info Keywords Abstract Content PCA2000, PCA2001, PCA2002, PCA2003, Calibration The PCA200x are CMOS integrated circuits for battery operated

More information

UG0362 User Guide Three-phase PWM v4.1

UG0362 User Guide Three-phase PWM v4.1 UG0362 User Guide Three-phase PWM v4.1 Microsemi Corporate Headquarters One Enterprise, Aliso Viejo, CA 92656 USA Within the USA: +1 (800) 713-4113 Outside the USA: +1 (949) 380-6100 Fax: +1 (949) 215-4996

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remote Control Systems New TSOP348../TSOP344.. Description The TSOP34#.. series are miniaturized receivers for infrared remote control systems. A PIN diode and a preamplifier are

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems TSOP34.., TSOP343.. IR Receiver Modules for 2 3 MECHANICAL DATA Pinning: = OUT, 2 = GND, 3 = V S 6672 FEATURES Very low supply current Photo detector and preamplifier in one package Internal filter for

More information

Using the High Voltage Physical Layer In the S12ZVM family By: Agustin Diaz

Using the High Voltage Physical Layer In the S12ZVM family By: Agustin Diaz Freescale Semiconductor, Inc. Document Number: AN5176 Application Note Rev. 1, 09/2015 Using the High Voltage Physical Layer In the S12ZVM family By: Agustin Diaz Contents 1. Introduction This application

More information

Monolithic Digital IC PWM Current Control Stepping Motor Driver

Monolithic Digital IC PWM Current Control Stepping Motor Driver Ordering number : EN7115 LB1946 Monolithic Digital IC PWM Current Control Stepping Motor Driver http://onsemi.com Overview The LB1946 is stepping motor drive IC that implements PWM current control bipolar

More information

I2C Demonstration Board I 2 C-bus Protocol

I2C Demonstration Board I 2 C-bus Protocol I2C 2005-1 Demonstration Board I 2 C-bus Protocol Oct, 2006 I 2 C Introduction I ² C-bus = Inter-Integrated Circuit bus Bus developed by Philips in the early 80s Simple bi-directional 2-wire bus: serial

More information

ATmega16A Microcontroller

ATmega16A Microcontroller ATmega16A Microcontroller Timers 1 Timers Timer 0,1,2 8 bits or 16 bits Clock sources: Internal clock, Internal clock with prescaler, External clock (timer 2), Special input pin 2 Features The choice of

More information

A Transmitter Using Tango3 Step-by-step Design for ISM Bands

A Transmitter Using Tango3 Step-by-step Design for ISM Bands Freescale Semiconductor Application Note AN2719 Rev. 0, 9/2004 A Transmitter Using Tango3 Step-by-step Design for ISM Bands by: Laurent Gauthier Access and Remote Control Toulouse, France Freescale Semiconductor,

More information

Application Note. Brushless DC Motor Control AN-1114

Application Note. Brushless DC Motor Control AN-1114 Application Note AN-1114 Abstract In this application note a GreenPAK configuration applicable for a single-phase BLDC motor is introduced. This application note comes complete with design files which

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remote Control Systems New TSOP../TSOP3.. Description The TSOP#.. series are miniaturized receivers for infrared remote control systems. A PIN diode and a preamplifier are assembled

More information

HT12D/HT12F 2 12 Series of Decoders

HT12D/HT12F 2 12 Series of Decoders 2 12 Series of Decoders Features Operating voltage: 2.4V~12V Low power and high noise immunity CMOS technology Low standby current Capable of decoding 12 bits of information Binary address setting Received

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remote Control Systems TSOP21.. Description The TSOP21.. - series are miniaturized receivers for infrared remote control systems. PIN diode and preamplifier are assembled on lead

More information

NJ88C Frequency Synthesiser with non-resettable counters

NJ88C Frequency Synthesiser with non-resettable counters NJ88C Frequency Synthesiser with non-resettable counters DS8 -. The NJ88C is a synthesiser circuit fabricated on the GPS CMOS process and is capable of achieving high sideband attenuation and low noise

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems 2 3 MECHANICAL DATA Pinning = OUT, 2 =, 3 = 6672 FEATURES Low supply current Photo detector and preamplifier in one package Internal filter for PCM frequency Improved shielding against EMI Supply voltage:

More information

Pin Configuration Pin Description PI4MSD5V9540B. 2 Channel I2C bus Multiplexer. Pin No Pin Name Type Description. 1 SCL I/O serial clock line

Pin Configuration Pin Description PI4MSD5V9540B. 2 Channel I2C bus Multiplexer. Pin No Pin Name Type Description. 1 SCL I/O serial clock line 2 Channel I2C bus Multiplexer Features 1-of-2 bidirectional translating multiplexer I2C-bus interface logic Operating power supply voltage:1.65 V to 5.5 V Allows voltage level translation between 1.2V,

More information

TSOP39256CZ1. IR Receiver Modules for Remote Control Systems. Vishay Semiconductors

TSOP39256CZ1. IR Receiver Modules for Remote Control Systems. Vishay Semiconductors IR Receiver Modules for Remote Control Systems Description The - series are miniaturized receivers for infrared remote control systems. PIN diode and preamplifier are assembled on lead frame, the epoxy

More information

HT /8 to 1/16 Duty VFD Controller

HT /8 to 1/16 Duty VFD Controller 1/8 to 1/16 Duty VFD Controller Features Logic voltage: 3.0V~5.5V High-voltage output: V DD -35V max. Multiple display (12-segment 16-digit to 20-segment 8-digit) 124 matrix key scanning 8 steps dimmer

More information

Crystalfontz. RAM Mapping 64 8 LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator

Crystalfontz. RAM Mapping 64 8 LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator Crystalfontz Thiscontrolerdatasheetwasdownloadedfrom htp:/www.crystalfontz.com/controlers/ HT1625 RAM Mapping 648 LCD Controller for I/O MCU Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM

More information

RAM Mapping 48 8 LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator

RAM Mapping 48 8 LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator RAM Mapping 488 LCD Controller for I/O MCU Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address auto increment External 32.768kHz crystal or 32kHz frequency

More information

The Frequency Divider component produces an output that is the clock input divided by the specified value.

The Frequency Divider component produces an output that is the clock input divided by the specified value. PSoC Creator Component Datasheet Frequency Divider 1.0 Features Divides a clock or arbitrary signal by a specified value. Enable and Reset inputs to control and align divided output. General Description

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remote 2953 MECHANICAL DATA Pinning:, 4 = GND, 2 = V S, 3 = OUT FEATURES Very low supply current Photo detector and preamplifier in one package Internal filter for PCM frequency

More information

Three-phase PWM. UG0655 User Guide

Three-phase PWM. UG0655 User Guide Three-phase PWM UG0655 User Guide Table of Contents Introduction... 3 Inverter Bridge for AC Motors... 3 Generating Center Aligned PWM... 4 Dead Time and Delay time... 5 Hardware Implementation... 6 Inputs

More information

RAM Mapping 48 8 LCD Controller for I/O C

RAM Mapping 48 8 LCD Controller for I/O C RAM Mapping 488 LCD Controller for I/O C Features Operating voltage: 2.7V~5.2V Built-in RC oscillator External 32.768kHz crystal or 32kHz frequency source input 1/4 bias, 1/8 duty, frame frequency is 64Hz

More information

HT6P237A/HT6P247A Learning RF Encoder

HT6P237A/HT6P247A Learning RF Encoder Learning RF Encoder Features Operating voltage: 2.0V ~3.6V Average Operating Current: 20mA @ VDD=3.0V 12dBm; 30mA @ VDD=3.0V 16dBm Standby current: 1.0μA (Max.) @ VDD=3V HT6P237A codes are fully compatible

More information

Infrared Receiver Module IRM-36xxT Series

Infrared Receiver Module IRM-36xxT Series Block Diagram Pin Configuration Features 1 2 3 1. OUT 2. GND 3. Vcc High protection ability against EMI Circular lens for improved reception characteristics Available for various carrier frequencies min

More information

HT /4 to 1/11 Duty VFD Controller. Features. Applications. General Description

HT /4 to 1/11 Duty VFD Controller. Features. Applications. General Description 1/4 to 1/11 Duty VFD Controller Features Logic voltage: 5V High-voltage output: V DD 30V max. Multiple display (11-segment & 11-digit to 16-segment & 4-digit) 64 matrix key scanning 8 steps dimmer circuit

More information

Pin Pin. 1 A0 Input address input 0 2 A1 Input address input 1. 4 INT0 Input active LOW interrupt input 0

Pin Pin. 1 A0 Input address input 0 2 A1 Input address input 1. 4 INT0 Input active LOW interrupt input 0 2 Channel I2C bus switch with interrupt logic and Reset Features 1-of-2 bidirectional translating multiplexer I2C-bus interface logic Operating power supply voltage:1.65 V to 5.5 V Allows voltage level

More information

HT600/680/ Series of Encoders

HT600/680/ Series of Encoders 3 18 Series of Encoders Features Operating voltage: 2.4V~12V Low power and high noise immunity CMOS technology Low standby current Three words transmission Built-in oscillator needs only 5 resistor Applications

More information

RayStar Microelectronics Technology Inc. Ver: 1.4

RayStar Microelectronics Technology Inc. Ver: 1.4 Features Description Product Datasheet Using external 32.768kHz quartz crystal Supports I 2 C-Bus's high speed mode (400 khz) The serial real-time clock is a low-power clock/calendar with a programmable

More information

TSOP591.. IR Receiver Modules for Remote Control Systems. Vishay Semiconductors

TSOP591.. IR Receiver Modules for Remote Control Systems. Vishay Semiconductors IR Receiver Modules for Remote Control Systems Description The - series are miniaturized receivers for infrared remote control systems. PIN diode and preamplifier are assembled on lead frame, the epoxy

More information

EVB /915MHz Transmitter Evaluation Board Description

EVB /915MHz Transmitter Evaluation Board Description General Description The TH708 antenna board is designed to optimally match the differential power amplifier output to a loop antenna. The TH708 can be populated either for FSK, ASK or FM transmission.

More information

F²MC-16FX FAMILY ALL SERIES PROGRAMMABLE PULSE GENERATOR 16-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note

F²MC-16FX FAMILY ALL SERIES PROGRAMMABLE PULSE GENERATOR 16-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note Fujitsu Microelectronics Europe Application Note MCU-AN-300201-E-V16 F²MC-16FX FAMILY 16-BIT MICROCONTROLLER ALL SERIES PROGRAMMABLE PULSE GENERATOR APPLICATION NOTE Revision History Revision History Date

More information

AN243 Application note

AN243 Application note Application note Swith-mode drivers for solenoid driving Overview Many applications, particularly in computer peripherals, require a high power, fast solenoid driver circuit. In the past these circuits

More information

HT82V742 Audio PWM Driver

HT82V742 Audio PWM Driver Audio PWM Driver Features Single power supply Output Power: 1.5W at 5V and 8Ω load Less than 1μA quiescent current Wide range input level at 5V Bridge-Tied-Load output Package types: 8-pin SOP Applications

More information

Electronic Instrumentation. Experiment 8: Diodes (continued) Project 4: Optical Communications Link

Electronic Instrumentation. Experiment 8: Diodes (continued) Project 4: Optical Communications Link Electronic Instrumentation Experiment 8: Diodes (continued) Project 4: Optical Communications Link Agenda Brief Review: Diodes Zener Diodes Project 4: Optical Communication Link Why optics? Understanding

More information

Using the Z8 Encore! XP Timer

Using the Z8 Encore! XP Timer Application Note Using the Z8 Encore! XP Timer AN013104-1207 Abstract Zilog s Z8 Encore! XP microcontroller consists of four 16-bit reloadable timers that can be used for timing, event counting or for

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems TSOP.., TSOP.., TSOP5.., TSOP4.., TSOP4.., TSOP45.. IR Receiver Modules for Remote Control Systems DESIGN SUPPORT TOOLS Models Available 667 click logo to get started FEATURES Improved dark sensitivity

More information

FR FAMILY MB91460 PROGRAMMABLE PULSE GENERATOR 32-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note

FR FAMILY MB91460 PROGRAMMABLE PULSE GENERATOR 32-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note Fujitsu Microelectronics Europe Application Note MCU-AN-300061-E-V11 FR FAMILY 32-BIT MICROCONTROLLER MB91460 PROGRAMMABLE PULSE GENERATOR APPLICATION NOTE Revision History Revision History Date Issue

More information

AN1954 APPLICATION NOTE

AN1954 APPLICATION NOTE AN1954 APPLICATION NOTE How to Extend the Operating Range of the CRX14 Contactless Coupler Chip This Application Note describes how to extend the operating range of the CRX14 Contactless Coupler Chip,

More information

HT6010/HT6012/HT Series of Encoders

HT6010/HT6012/HT Series of Encoders 3 12 Series of Encoders Features Operating voltage: 2.4V~12V Built-in oscillator needs only 5 resistor Low power and high noise immunity CMOS technology Easy interface with an RF or an infrared transmission

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

F²MC-16FX FAMILY ALL SERIES PROGRAMMABLE PULSE GENERATOR 16-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note

F²MC-16FX FAMILY ALL SERIES PROGRAMMABLE PULSE GENERATOR 16-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note Fujitsu Microelectronics Europe Application Note MCU-AN-300201-E-V14 F²MC-16FX FAMILY 16-BIT MICROCONTROLLER ALL SERIES PROGRAMMABLE PULSE GENERATOR APPLICATION NOTE Revision History Revision History Date

More information

L6221. Quad Darlington switch. Features. Applications. Description

L6221. Quad Darlington switch. Features. Applications. Description L6221 Quad Darlington switch Features Four non-inverting inputs with enable Output voltage up to 50 V Output current up to 1.8 A Very low saturation voltage TTL compatible inputs Integral fast recirculation

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for New TSOP48.. 1 2 3 MECHANICAL DATA Pinning 1 = OUT, 2 = GND, 3 = V S 16672 FEATURES Low supply current Photo detector and preamplifier in one package Internal filter for PCM frequency

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remote Control Systems DESIGN SUPPORT TOOLS Models Available MECHANICAL DATA Pinning for TSOP334..: 1 = OUT, 2 = GND, 3 = V S 2351 click logo to get started FEATURES Very low supply

More information

Transmissive Optical Sensor with Phototransistor Output

Transmissive Optical Sensor with Phototransistor Output TCST23, TCST222, TCST23 Transmissive Optical Sensor with Phototransistor Output 98_4 DESCRIPTION 98_3 Top view The TCST23, TCST222, and TCST23 are transmissive sensors that include an infrared emitter

More information

AVR42778: Core Independent Brushless DC Fan Control Using Configurable Custom Logic on ATtiny817. Features. Introduction. AVR 8-bit Microcontroller

AVR42778: Core Independent Brushless DC Fan Control Using Configurable Custom Logic on ATtiny817. Features. Introduction. AVR 8-bit Microcontroller AVR 8-bit Microcontroller AVR42778: Core Independent Brushless DC Fan Control Using Configurable Custom Logic on ATtiny817 APPLICATION NOTE Features Base setup for performing core independent brushless

More information

3 18 Series of Encoders

3 18 Series of Encoders Features Operating voltage: 2.4V~12V Low power and high noise immunity CMOS technology Low standby current Three words transmission Applications Burglar alarm system Smoke and fire alarm system Garage

More information

APPLICATION NOTE. AT11009: Migration from ATxmega64D3/128D3/192D3/256D3 Revision E to Revision I. Introduction. Features.

APPLICATION NOTE. AT11009: Migration from ATxmega64D3/128D3/192D3/256D3 Revision E to Revision I. Introduction. Features. APPLICATION NOTE AT11009: Migration from ATxmega64D3/128D3/192D3/256D3 Revision E to Revision I Atmel AVR XMEGA Introduction This application note lists out the differences and changes between Revision

More information

OLS2449: Dual Channel, Radiation Tolerant, Phototransistor Hermetic Surface Mount Optocoupler

OLS2449: Dual Channel, Radiation Tolerant, Phototransistor Hermetic Surface Mount Optocoupler DATA SHEET OLS2449: Dual Channel, Radiation Tolerant, Phototransistor Hermetic Surface Mount Optocoupler Features Same reliable processing and construction as the OLS049, but with a higher current transfer

More information

AN3248 Application note

AN3248 Application note Application note Using STM32L1 analog comparators in application cases Introduction This document describes six application cases of the two analog comparators embedded in the ultra low power STM32L1 product

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  1 Biomimetic Based Interactive Master Slave Robots T.Anushalalitha 1, Anupa.N 2, Jahnavi.B 3, Keerthana.K 4, Shridevi.S.C 5 Dept. of Telecommunication, BMSCE Bangalore, India. Abstract The system involves

More information

BS801B/02B/04B/06B/08B Touch Key

BS801B/02B/04B/06B/08B Touch Key Key Features Operating voltage: 22V~55V Ultra low standby current: 15A at3v Auto-calibration High reliability touch detections High PSRR Output type: Level-hold or Toggle One-key or Any-key Wake-up Mode

More information

MC13783 Switcher Settings to Optimize ±1MHz ModORFS Performance

MC13783 Switcher Settings to Optimize ±1MHz ModORFS Performance Freescale Semiconductor Application Note Document Number: AN3600 Rev. 0.1, 01/2010 MC13783 Switcher Settings to Optimize ±1MHz ModORFS Performance by: Power Management and Audio Application Team 1 Introduction

More information

SOTiny TM Low Resistance, Low-Voltage Single-Supply SPDT Switch

SOTiny TM Low Resistance, Low-Voltage Single-Supply SPDT Switch SOTiny TM Low Resistance, Low-Voltage Single-Supply SPDT Switch Features Description Pin Assignment Applications Pin Description PI5A4599B Pin No Pin Name Description 1 Logic control 2 Positive Power Supply

More information

AN Demonstration of a 1GHz discrete VCO based on the BFR92A. Document information. Keywords Abstract

AN Demonstration of a 1GHz discrete VCO based on the BFR92A. Document information. Keywords Abstract Rev. 1.0 26 June 2012 Application note Document information Info Keywords Abstract Content Discrete, VCO, BFR92A, EVB, Design, Evaluation, Measurements This document provides an example of a discrete Voltage

More information