AN645. PIC16C57 Based Code Hopping Security System PINOUT OVERVIEW FEATURES BLOCK DIAGRAM RECOMMENDED READING

Size: px
Start display at page:

Download "AN645. PIC16C57 Based Code Hopping Security System PINOUT OVERVIEW FEATURES BLOCK DIAGRAM RECOMMENDED READING"

Transcription

1 PI657 Based ode Hopping Security System Author: OVERVIEW This document describes a PI657 based code hopping automotive security system. The security system implements all the basic features found on security systems and can be changed to modify or add features as required. The code can also be moved to a higher functionality PI microcontroller for more I/O or code space. FEATURES Kobus Marneweck Microchip Technology Inc. PIUT T0KI VDD N VSS N DIO LK S RFIN IMMO SIREN PLIGHT N LOK U PI MLR OS OS N4 N N OVR LEARN DOOR TRIG IGN TRUNK UNLOK ode hopping alarm system System can handle up to six transmitters ing of new transmitters Arm/Disarm Trunk release ar finder Panic Locking/unlocking of doors Door and shock sensor trigger inputs REOMMENDED READING If the reader is unfamiliar with KEELOQ ode Hopping it would be helpful to read Introduction to KEELOQ (DS900). This and other KEELOQ literature can be found on Microchip s Web site or from a Microchip field application engineer. The software described in this application note is available on a diskette from Microchip by ordering DS4049. A complete list of KEELOQ literature can be found at the end of the application note. BLOK DIAGRAM Power Supply Switch Inputs Ignition Doors Trigger RF Receiver PI657 Outputs Parking Lights Lock Unlock Trunk Immob Siren 0 Microchip Technology Inc. DS00645-page

2 MEMORY MAP EEPROM (6 BIT WORDS) Address Address 00h USER0 0h NT0 0h LRN_PTR h NT 0h BSTATUS h SER0 0h SSTATUS h SER 04h TMPNT 4h KEY0 05h USER 5h KEY 06h USER 6h KEY 07h USER 7h KEY 08h USER4 8h NT0 09h USER5 9h NT 0Ah DIS0 Ah SER0 0Bh DIS Bh SER 0h DIS h KEY0 0Dh DIS Dh KEY 0Eh DIS4 Eh KEY 0Fh DIS5 Fh KEY 0h NT00 0h NT40 h NT0 h NT4 h SER00 h SER40 h SER0 h SER4 4h KEY00 4h KEY40 5h KEY0 5h KEY4 6h KEY0 6h KEY4 7h KEY0 7h KEY4 8h NT0 8h NT50 9h NT 9h NT5 Ah SER0 Ah SER50 Bh SER Bh SER5 h KEY0 h KEY50 Dh KEY Dh KEY5 Eh KEY Eh KEY5 Fh KEY Fh KEY5 LRN_PTR SSTATUS BSTATUS TMPNT indicator points to the next available learn position. Stores the system status. Backup copy of system status. Stores the temporary counter for resynchronization. DS00645-page 0 Microchip Technology Inc.

3 FIGURE : ALARM STATE DIAGRAM State == State ==Immob Reset State == Remote State == 0s Time-out Trigger Remote request Remote Remote Immob 0s & IGN off IGN on request request complete or 0s time-out return to previous 0 Microchip Technology Inc. DS00645-page

4 OPERATION Reset Reset initializes the I/O ports, variables, and flags. The system status is read from EEPROM and the status is restored. When the system enters armed state, the doors are locked (activate LOK) and the SIREN and PLIGHT are activated for 50 ms. The changes to a slow flash rate. If a trigger is detected (IGN, DOOR or TRIG- GER) the system changes to the alarm state. Actions upon entry:. Flash parking lights for 50 ms.. hirp siren for 50 ms.. Lock doors for 500 ms. 4. Update system status. 5. flash. 6. Disable start. TABLE : STATE HANGE TABLE ondition IGN high TRIG high DOOR high Panic (any button activated for seconds) Remote function Remote function (trunk release) Remote function (car finder) LEARN high Next State state is entered whenever a trigger is detected in armed state. SIREN is activated and PLIGHT is turned on and off at a Hz rate. If a remote is detected in this state, the system changes to drive state. After a 0-second delay, SIREN and PLIGHT will be deactivated and the system returned to armed state. Actions upon entry:. Flash parking lights.. Siren on.. flash. 4. Update system status. 5. Disable start. TABLE : STATE HANGE TABLE ondition Panic (any button activated for seconds) Remote function Remote function (trunk release) 0-second timeout Next state When the system enters drive state, the doors are unlocked (activate UNLOK), and the SIREN and PLIGHT are activated twice for 50 ms.the IMMOB output is activated to enable the starting of the vehicle and is turned off. A remote signal will return the system to armed state. Actions upon entry:. Flash parking lights for 50 ms.. hirp siren for 50 ms.. Unlock doors for 500 ms. 4. Flash parking lights for 50 ms. 5. hirp siren for 50 ms. 6. Update system status. 7. off. 8. Enable start. TABLE : STATE HANGE TABLE ondition Panic (any button activated for seconds) Remote function & IGN low Remote function & IGN high Remote function (trunk release) Remote function (car finder) 0-second timeout & IGN off LEARN high Next State Immob Immob If the IGN is turned off for more than 0 seconds, the system will immobilize. The IMMOB output is turned off, and the is turned on. A remote signal only will change the state to armed, and a remote signal with the IGN on will return to drive state. Actions upon entry:. Update system status.. off.. Disable start. TABLE 4: STATE HANGE TABLE ondition Panic (any button activated for seconds) Remote function & IGN low Remote function & IGN high Remote function (trunk release) Remote function (car finder) LEARN high Next State Immob Immob DS00645-page 4 0 Microchip Technology Inc.

5 A LEARN input in any state will put the system in learn mode. After learn is completed or timed out the system returns to the previous state. Actions upon entry:. Update system status set PASS.. on. After first transmission:. Update system status set PASS.. off. After second transmission:. Update system status set RMAL.. on for second.. Return to previous state. TABLE 5: ondition Remote first operation Remote second operation LEARN high for 8 seconds STATE HANGE TABLE Next State Pass Return to previous state Erase all transmitters FUNTIONAL MODULES Reception The reception routine is based on reliable algorithms used in previous implementations of KEELOQ decoders. Automatic baud rate detection is used to compensate for variations in baud rate from different encoders of a specific type as well as the difference in baud rate between different encoders (HS00, HS00, HS0, HS60, HS6, and HS40). The reception routine will be able to handle 56- and 66-bit transmissions. The reception routine will determine the type of transmission by the number of bits in the transmission. This routine will be the same for all implementations. Key Generation and Decryption Decryption is done in software in the implementation. The decryption and key generation algorithms is implemented in software. The manufacturer s code is stored in program memory and code protected to securely store the key. Validation Validation consists of the following steps:. hecking the serial number (4 or 8 bits) against the stored transmitters.. omparing the discrimination value ( bits) against the stored discrimination value.. hecking that the synchronization counter falls within the first synchronization window. 4. hecking if the synchronization counter falls within the second synchronization window. 5. If found to be correct, updating the synchronization counter. Function Interpretation Transmitter Button Function ode System Function 000 Arm/Disarm 000 Trunk release 00 ar finder, or for seconds 00XX Panic The LEARN input is active high. ing is initiated by momentarily pressing the LEARN button. The decoder uses the current learning position as a scratch pad area. This means that an unsuccessful learn will delete the information stored at that learn position. The learn indicator will not be incremented if the learn was unsuccessful. The flow chart (Figure ) shows the learning operation. 0 Microchip Technology Inc. DS00645-page 5

6 FIGURE : LEARN OPERATION LEARN MODE Press Button on solid Button still pressed? First code received? Time greater than.6 sec.? off Time greater than 8.4 sec.? Second code received? Erase memory Time greater than.6 sec.? ode Validated? new transmitter on solid for second on solid for 0. second Exit Turn off END DS00645-page 6 0 Microchip Technology Inc.

7 The following checks will be performed on the received codes to determine if the transmitter is valid:. The first code that is received is checked for bit integrity.. The stored serial numbers are searched to check if a transmitter is relearned. If a relearn is taking place, that position is used. Otherwise, the position pointed to by the learn indicator will be used.. The serial number is stored in the current learn position and used to generate a key. 4. The hop code is decrypted and the result stored temporarily. 5. The serial number of the second code that is received will be compared to the first received serial number. 6. The second hop code is decrypted and the discrimination values compared. 7. The synchronization counters of the decrypted codes will be compared to check that they are sequential codes. 8. If all the checks pass the learn were successful, the learn indicator is incremented. Otherwise, the position is erased. Operation. Press and release the LEARN button. Indicator will turn on to indicate learn mode.. Press transmitter button. The will turn off.. Press transmitter a second time. The will turn on for second to indicate that the transmitter was learned successfully. 4. Repeat steps - to learn up to six transmitters. The seventh transmitter will overwrite the first transmitter that was learned. 5. will be terminated if two nonsequential codes were received or if two acceptable codes were not decoded within.6 seconds. A valid learn will be indicated by the turning on solid for second. 6. Erasing all the transmitters is accomplished by pressing and holding the LEARN button for 8.4 seconds. The will turn off at the end of the 8.4 seconds to indicate that the transmitters were erased. The learn indicator will be reset to the first position. 0 Microchip Technology Inc. DS00645-page 7

8 TABLE 6: DEVIE PIUT PIN PI657 Function Function PIN PI657 Function Function RT APP select 8 MLR RESET VDD +5V supply 7 Osc In R osc (4 MHz) N 6 Osc Out 4 GND Ground 5 Port Bit 7 N 5 N 4 Port Bit 6 N 6 Port A Bit 0 EEPROM DIO(+4) Port Bit 5 N 7 Port A Bit EEPROM LK () Port Bit 4 OVR 8 Port A Bit EEPROM S () Port Bit LEARN 9 Port A Bit RFIN 0 Port Bit DOOR 0 Port B Bit 0 IMMOB 9 Port Bit TRIG Port B Bit SIREN 8 Port Bit 0 IGN Port B Bit PLIGHT 7 Port B Bit 7 Port B Bit N 6 Port B Bit 6 TRUNK 4 Port B Bit 4 LOK 5 Port B Bit 5 UNLOK TABLE 7: TIMING PARAMETERS Parameter Typical Unit flash rate per second Siren time-out second time-out second time-out second All erase 8 second LOK, UNLOK, TRUNK activation 500 ms Siren chirp (arm & disarm) 50 ms Parking light (arm & disarm) 50 ms Parking light flash rate (siren) per second Panic seconds DS00645-page 8 0 Microchip Technology Inc.

9 FIGURE : IRUIT DIAGRAM J ON D5 n4004/7 00 µf Receiver RX RR V G ND A NT G ND 7 V 0 G ND V T ES T O UT V 4 5 Telecontrolli RR - 4 U LM7805 VI G ND VO V V 00 µf U VSS DO 4 TEST TEST V 9L46B DI LK S RA k LS D Buzzer 4 00 nf k 5 RB k D U T0ckI VDD N VSS N DIO MLR 8 OS 7 OS 6 N4 5 N 4 N LK S OVR LEARN RFIN DOOR 0 IMMO TRIG 9 SIREN IGN 8 PLIGHT 7 N TRUNK 6 LOK UNLOK 5 R k KLQ_SE D V U V OUT GND Power Supply Supervision 4 RD k 5 RE k D4 D5 6 RF k D6 R 0k 0 pf S SW PB S SW PB RP RP9P8R 0K S SW PB V S SW PB 0 Microchip Technology Inc. DS00645-page 9

10 ADDITIONAL INFORMATION Microchip s Secure Data Products are covered by some or all of the following: ode hopping encoder patents issued in European countries and U.S.A. Secure learning patents issued in European countries, U.S.A. and R.S.A. REVISION HISTORY Revision (May 0) Added new section Additional Information Minor formatting and text changes were incorporated throughout the document DS00645-page 0 0 Microchip Technology Inc.

11 Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification contained in their particular Microchip Data Sheet. Microchip believes that its family of products is one of the most secure families of its kind on the market today, when used in the intended manner and under normal conditions. There are dishonest and possibly illegal methods used to breach the code protection feature. All of these methods, to our knowledge, require using the Microchip products in a manner outside the operating specifications contained in Microchip s Data Sheets. Most likely, the person doing so is engaged in theft of intellectual property. Microchip is willing to work with the customer who is concerned about the integrity of their code. Neither Microchip nor any other semiconductor manufacturer can guarantee the security of their code. ode protection does not mean that we are guaranteeing the product as unbreakable. ode protection is constantly evolving. We at Microchip are committed to continuously improving the code protection features of our products. Attempts to break Microchip s code protection feature may be a violation of the Digital Millennium opyright Act. If such acts allow unauthorized access to your software or other copyrighted work, you may have a right to sue for relief under that Act. Information contained in this publication regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MIROHIP MAKES REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INLUDING BUT T LIMITED TO ITS ONDITION, QUALITY, PERFORMANE, MERHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer s risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights. Trademarks The Microchip name and logo, the Microchip logo, dspi, KEELOQ, KEELOQ logo, MPLAB, PI, PImicro, PISTART, PI logo, rfpi and UNI/O are registered trademarks of Microchip Technology Incorporated in the U.S.A. and other countries. FilterLab, Hampshire, HI-TEH, Linear Active Thermistor, MXDEV, MXLAB, SEEVAL and The Embedded ontrol Solutions ompany are registered trademarks of Microchip Technology Incorporated in the U.S.A. Analog-for-the-Digital Age, Application Maestro, odeguard, dspidem, dspidem.net, dspiworks, dsspeak, EAN, EOMONITOR, FanSense, HI-TIDE, In-ircuit Serial Programming, ISP, Mindi, MiWi, MPASM, MPLAB ertified logo, MPLIB, MPLINK, mtouch, Omniscient ode Generation, PI, PI-8, PIDEM, PIDEM.net, PIkit, PItail, REAL IE, rflab, Select Mode, Total Endurance, TSHAR, UniWinr, WiperLock and ZENA are trademarks of Microchip Technology Incorporated in the U.S.A. and other countries. SQTP is a service mark of Microchip Technology Incorporated in the U.S.A. All other trademarks mentioned herein are property of their respective companies. 0, Microchip Technology Incorporated, Printed in the U.S.A., All Rights Reserved. Printed on recycled paper. ISBN: Microchip received ISO/TS-6949:00 certification for its worldwide headquarters, design and wafer fabrication facilities in handler and Tempe, Arizona; Gresham, Oregon and design centers in alifornia and India. The ompany s quality system processes and procedures are for its PI MUs and dspi DSs, KEELOQ code hopping devices, Serial EEPROMs, microperipherals, nonvolatile memory and analog products. In addition, Microchip s quality system for the design and manufacture of development systems is ISO 900:000 certified. 0 Microchip Technology Inc. DS00645-page

12 Worldwide Sales and Service AMERIAS orporate Office 55 West handler Blvd. handler, AZ Tel: Fax: Technical Support: support Web Address: Atlanta Duluth, GA Tel: Fax: Boston Westborough, MA Tel: Fax: hicago Itasca, IL Tel: Fax: leveland Independence, OH Tel: Fax: Dallas Addison, TX Tel: Fax: Detroit Farmington Hills, MI Tel: Fax: Indianapolis Noblesville, IN Tel: Fax: Los Angeles Mission Viejo, A Tel: Fax: Santa lara Santa lara, A Tel: Fax: Toronto Mississauga, Ontario, anada Tel: Fax: ASIA/PAIFI Asia Pacific Office Suites 707-4, 7th Floor Tower 6, The Gateway Harbour ity, Kowloon Hong Kong Tel: Fax: Australia - Sydney Tel: Fax: hina - Beijing Tel: Fax: hina - hengdu Tel: Fax: hina - hongqing Tel: Fax: hina - Hangzhou Tel: Fax: hina - Hong Kong SAR Tel: Fax: hina - Nanjing Tel: Fax: hina - Qingdao Tel: Fax: hina - Shanghai Tel: Fax: hina - Shenyang Tel: Fax: hina - Shenzhen Tel: Fax: hina - Wuhan Tel: Fax: hina - Xian Tel: Fax: hina - Xiamen Tel: Fax: ASIA/PAIFI India - Bangalore Tel: Fax: India - New Delhi Tel: Fax: India - Pune Tel: Fax: Japan - Yokohama Tel: Fax: Korea - Daegu Tel: Fax: Korea - Seoul Tel: Fax: or Malaysia - Kuala Lumpur Tel: Fax: Malaysia - Penang Tel: Fax: Philippines - Manila Tel: Fax: Singapore Tel: Fax: Taiwan - Hsin hu Tel: Fax: Taiwan - Kaohsiung Tel: Fax: Taiwan - Taipei Tel: Fax: Thailand - Bangkok Tel: Fax: EUROPE Austria - Wels Tel: Fax: Denmark - openhagen Tel: Fax: France - Paris Tel: Fax: Germany - Munich Tel: Fax: Italy - Milan Tel: Fax: Netherlands - Drunen Tel: Fax: Spain - Madrid Tel: Fax: UK - Wokingham Tel: Fax: hina - Zhuhai Tel: Fax: /0/ DS00645-page 0 Microchip Technology Inc.

TB3016. Using the PIC MCU CTMU for Temperature Measurement IMPLEMENTATION BASIC PRINCIPLE MEASUREMENT CIRCUIT

TB3016. Using the PIC MCU CTMU for Temperature Measurement IMPLEMENTATION BASIC PRINCIPLE MEASUREMENT CIRCUIT Using the PIC MCU CTMU for Temperature Measurement Author: Padmaraja Yedamale Microchip Technology Inc. The Charge Time Measurement Unit (CTMU), introduced on the latest generation of PIC24F and PIC18F

More information

AN1286. Water-Resistant Capacitive Sensing INTRODUCTION THEORY OF OPERATION. Sensing Steps. Sensing Steps Description DESIGN

AN1286. Water-Resistant Capacitive Sensing INTRODUCTION THEORY OF OPERATION. Sensing Steps. Sensing Steps Description DESIGN Water-Resistant Capacitive Sensing AN1286 Author: INTRODUCTION Thomas Perme Steven Lin Microchip Technology Inc. This application note describes a new hardware sensing method which is resilient to water

More information

AN1303. Software Real-Time Clock and Calendar Using PIC16F1827 DATA INTERFACE INTRODUCTION IMPLEMENTATION INTERNAL REGISTER MAP

AN1303. Software Real-Time Clock and Calendar Using PIC16F1827 DATA INTERFACE INTRODUCTION IMPLEMENTATION INTERNAL REGISTER MAP Software Real-Time Clock and Calendar Using PIC16F1827 Author: INTRODUCTION Cristian Toma Microchip Technology Inc. This application note describes the implementation of software Real-Time Clock and Calendar

More information

Installing and Licensing MPLAB XC C Compilers

Installing and Licensing MPLAB XC C Compilers Installing and Licensing MPLAB XC C Compilers DS50002059G Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification contained in their particular

More information

Recommended Usage of Microchip 23X256/23X640 SPI Serial SRAM Devices RECOMMENDED CONNECTIONS FOR 23X256,23X640 SERIES DEVICES VCC 23X256/ HOLD.

Recommended Usage of Microchip 23X256/23X640 SPI Serial SRAM Devices RECOMMENDED CONNECTIONS FOR 23X256,23X640 SERIES DEVICES VCC 23X256/ HOLD. Recommended Usage of Microchip 23X256/23X640 SPI Serial SRAM Devices Author: INTRODUCTION Martin Bowman Microchip Technology Inc. This document details recommended usage of the Microchip 23X256 and 23X640

More information

AN1142. USB Mass Storage Class on an Embedded Host INTRODUCTION. USB Mass Storage Class. Overview

AN1142. USB Mass Storage Class on an Embedded Host INTRODUCTION. USB Mass Storage Class. Overview USB Mass Storage Class on an Embedded Host Author: INTRODUCTION With the introduction of Microchip's microcontrollers with the USB OTG peripheral, microcontroller applications can easily support USB Embedded

More information

AN1325. mtouch Metal Over Cap Technology THEORY OF OPERATION INTRODUCTION CROSS SECTION OF METAL OVER CAPACITIVE (UNPRESSED)

AN1325. mtouch Metal Over Cap Technology THEORY OF OPERATION INTRODUCTION CROSS SECTION OF METAL OVER CAPACITIVE (UNPRESSED) mtouch Metal Over Cap Technology AN1325 Authors: INTRODUCTION Keith Curtis Dieter Peter Microchip Technology Inc. As a user interface, capacitive touch has several advantages: it is low power, low cost,

More information

AN1275. KEELOQ with Advanced Encryption Standard (AES) Receiver/Decoder KEY FEATURES OVERVIEW. Microchip Technology Inc.

AN1275. KEELOQ with Advanced Encryption Standard (AES) Receiver/Decoder KEY FEATURES OVERVIEW. Microchip Technology Inc. KEELOQ with Advanced Encryption Standard (AES) Receiver/Decoder Author: OVERVIEW Enrique Aleman Microchip Technology Inc. This application note describes a KEELOQ with AES code hopping decoder implemented

More information

AN1199. 1-Wire Communication with PIC Microcontroller INTRODUCTION. OVERVIEW OF THE 1-Wire BUS. 1-Wire Protocol. Prerequisites

AN1199. 1-Wire Communication with PIC Microcontroller INTRODUCTION. OVERVIEW OF THE 1-Wire BUS. 1-Wire Protocol. Prerequisites 1-Wire Communication with PIC Microcontroller Author: INTRODUCTION This application note introduces the user to the 1-Wire communication protocol and describes how a 1-Wire device can be interfaced to

More information

AN687. Precision Temperature-Sensing With RTD Circuits RTD OVERVIEW INTRODUCTION EQUATION 1:

AN687. Precision Temperature-Sensing With RTD Circuits RTD OVERVIEW INTRODUCTION EQUATION 1: Precision Temperature-Sensing With RTD Circuits Author: INTRODUCTION Bonnie C. Baker Microchip Technology Inc. The most widely measured phenomena in the process control environment is temperature. Common

More information

Universal Programming Module 2

Universal Programming Module 2 Universal Programming Module OVERVIEW The Universal Programming Module (UPM) is a handy, low-cost board that supports the programming of Microchip devices using MPLAB in-circuit emulators and debuggers.

More information

Uninstalling Incorrect USB Device Drivers

Uninstalling Incorrect USB Device Drivers DEVELOPMENT SYSTEMS Uninstalling Incorrect USB Device Drivers RECOMMENDED UNINSTALL METHODS When using the Microchip development tools listed below, trouble may be experienced as a result of incorrect

More information

AN1470. Manchester Decoder Using the CLC and NCO ABSTRACT INTRODUCTION MANCHESTER ENCODED DATA (AS PER G.E. THOMAS)

AN1470. Manchester Decoder Using the CLC and NCO ABSTRACT INTRODUCTION MANCHESTER ENCODED DATA (AS PER G.E. THOMAS) Manchester Decoder Using the CLC and NCO Authors: ABSTRACT A Manchester decoder can be built using Microchip s award winning CLC (Configurable Logic Cell) blocks and NCO (Numerically Controlled Oscillator)

More information

TC1047/TC1047A. Precision Temperature-to-Voltage Converter. General Description. Applications. Block Diagram. Features.

TC1047/TC1047A. Precision Temperature-to-Voltage Converter. General Description. Applications. Block Diagram. Features. Precision Temperature-to-Voltage Converter Features Supply Voltage Range: - TC147: 2.7V to 4.4V - TC147A: 2.V to.v Wide Temperature Measurement Range: - -4 o C to +12 o C High Temperature Converter Accuracy:

More information

PIC32 Microcontroller Families

PIC32 Microcontroller Families 32-bit Microcontrollers Winter 2009 PIC32 Microcontroller Families With USB, CAN and Ethernet www.microchip.com/pic32 Building on the heritage of Microchip Technology s world-leading 8- and 16-bit PIC

More information

AN1857. RGBW Color Mixing DALI Control Gear. COLOR MIXING USING RED, GREEN, BLUE AND WHITE LEDs INTRODUCTION HARDWARE

AN1857. RGBW Color Mixing DALI Control Gear. COLOR MIXING USING RED, GREEN, BLUE AND WHITE LEDs INTRODUCTION HARDWARE RGBW Color Mixing DALI Control Gear AN1857 Author: INTRODUCTION Mihai Cuciuc Microchip Technology Inc. This application note provides an example of obtaining custom colors by combining the spectra of the

More information

AN1265. KEELOQ with AES Microcontroller-Based Code Hopping Encoder INTRODUCTION DUAL ENCODER OPERATION BACKGROUND FUNCTIONAL INPUTS AND

AN1265. KEELOQ with AES Microcontroller-Based Code Hopping Encoder INTRODUCTION DUAL ENCODER OPERATION BACKGROUND FUNCTIONAL INPUTS AND KEELOQ with AES Microcontroller-Based Code Hopping Encoder Authors: INTRODUCTION This application note describes the design of a microcontroller-based KEELOQ Hopping Encoder using the AES encryption algorithm.

More information

AN1156. Battery Fuel Measurement Using Delta-Sigma ADC Devices INTRODUCTION REVIEW OF BATTERY CHARGING AND DISCHARGING CHARACTERISTICS

AN1156. Battery Fuel Measurement Using Delta-Sigma ADC Devices INTRODUCTION REVIEW OF BATTERY CHARGING AND DISCHARGING CHARACTERISTICS Battery Fuel Measurement Using Delta-Sigma ADC Devices Author: INTRODUCTION Youbok Lee, Ph.D. Microchip Technology Inc. The battery fuel status indicator is a common feature of the battery-supported handheld

More information

AN1332. Current Sensing Circuit Concepts and Fundamentals CURRENT SENSING RESISTOR INTRODUCTION. Description. Microchip Technology Inc.

AN1332. Current Sensing Circuit Concepts and Fundamentals CURRENT SENSING RESISTOR INTRODUCTION. Description. Microchip Technology Inc. Current Sensing Circuit Concepts and Fundamentals Author: INTRODUCTION Yang Zhen Microchip Technology Inc. Current sensing is a fundamental requirement in a wide range of electronic applications. Typical

More information

AN1492. Microchip Capacitive Proximity Design Guide INTRODUCTION CAPACITIVE SENSING BASICS SENSING

AN1492. Microchip Capacitive Proximity Design Guide INTRODUCTION CAPACITIVE SENSING BASICS SENSING Microchip Capacitive Proximity Design Guide Author: INTRODUCTION Xiang Gao Microchip Technology Inc. Proximity detection provides a new way for users to interact with electronic devices without having

More information

Features, Value and Benefits of Digital Control for Power Supplies

Features, Value and Benefits of Digital Control for Power Supplies Author: INTRODUCTION Sagar Khare Microchip Technology Inc. Control of Switch Mode Power Supplies (SMPSs) has traditionally been a purely analog domain. The advent of low-cost, high-performance Digital

More information

Timers: Timer0 Tutorial (Part 1)

Timers: Timer0 Tutorial (Part 1) Timers: Timer0 Tutorial (Part 1) 2007 Microchip Technology Inc. DS51682A Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification contained

More information

TC7660. Charge Pump DC-to-DC Voltage Converter. Package Types. Features. General Description. Applications. Functional Block Diagram TC7660

TC7660. Charge Pump DC-to-DC Voltage Converter. Package Types. Features. General Description. Applications. Functional Block Diagram TC7660 Charge Pump DC-to-DC Voltage Converter Features Wide Input Voltage Range:.V to V Efficient Voltage Conversion (99.9%, typ) Excellent Power Efficiency (9%, typ) Low Power Consumption: µa (typ) @ V IN =

More information

AN1543. Using MRF24W with PIC32 Internal Program Flash Memory For EZ_CONFIG_STORE ALTERNATIVE LOW-COST SOLUTIONS OVERVIEW SCOPE

AN1543. Using MRF24W with PIC32 Internal Program Flash Memory For EZ_CONFIG_STORE ALTERNATIVE LOW-COST SOLUTIONS OVERVIEW SCOPE Using MRF24W with PIC32 Internal Program Flash Memory For EZ_CONFIG_STORE Author: OVERVIEW This application note describes the EZ_CONFIG_STORE feature used in the Wi-Fi G Demo Board and TCPIP-WiFi EZConfig

More information

Section 15. Input Capture

Section 15. Input Capture Section 15. Input Capture HIGHLIGHTS This section of the manual contains the following topics: 15.1 Introduction...15-2 15.2 Input Capture Registers...15-4 15.3 Timer Selection...15-8 15.4 Input Capture

More information

AN1066. Microchip MiWi Wireless Networking Protocol Stack INTRODUCTION CONSIDERATIONS TERMINOLOGY FEATURES

AN1066. Microchip MiWi Wireless Networking Protocol Stack INTRODUCTION CONSIDERATIONS TERMINOLOGY FEATURES Microchip MiWi Wireless Networking Protocol Stack Author: INTRODUCTION Implementing applications with wireless networking is now common. From consumer devices to industrial applications, there is a growing

More information

Car Alarm Series 2 B 2 Buttons

Car Alarm Series 2 B 2 Buttons Car Alarm Series 2 B 2 Buttons G22 SE (External - Shock Sensor) Version 3 Software 67 Plus www.geniuscaralarm.com 21 CAR ALARM GENIUS Series 2B 2 Buttons - G22 Se (External Shock Sensor) Module controlled

More information

AN905. Brushed DC Motor Fundamentals INTRODUCTION PRINCIPLES OF OPERATION. Stator. Rotor SIMPLE TWO-POLE BRUSHED DC MOTOR. Microchip Technology Inc.

AN905. Brushed DC Motor Fundamentals INTRODUCTION PRINCIPLES OF OPERATION. Stator. Rotor SIMPLE TWO-POLE BRUSHED DC MOTOR. Microchip Technology Inc. Brushed DC Motor Fundamentals AN905 Author: Reston Condit Microchip Technology Inc. INTRODUCTION Brushed DC motors are widely used in applications ranging from toys to push-button adjustable car seats.

More information

How To Set Off An Alarm On A Car With A Car Alarm On It

How To Set Off An Alarm On A Car With A Car Alarm On It AUTO SECURITY SYSTEM USER S OPERATION GUIDE FCC ID NOTICE This device complies with Part 15 of the FCC rules. Operation is subject to the following conditions: 1. This device may not cause harmful interference,

More information

Designing A Li-Ion Battery Charger and Load Sharing System With Microchip s Stand-Alone Li-Ion Battery Charge Management Controller

Designing A Li-Ion Battery Charger and Load Sharing System With Microchip s Stand-Alone Li-Ion Battery Charge Management Controller Designing A Li-Ion Battery Charger and Load Sharing System With Microchip s Stand-Alone Li-Ion Battery Charge Management Controller Author: INTRODUCTION Brian Chu Microchip Technology Inc. Batteries often

More information

MCP73X23 Lithium Iron Phosphate (LiFePO 4 ) Battery Charger Evaluation Board User s Guide

MCP73X23 Lithium Iron Phosphate (LiFePO 4 ) Battery Charger Evaluation Board User s Guide MCP73X23 Lithium Iron Phosphate (LiFePO 4 ) Battery Charger Evaluation Board User s Guide 2009 Microchip Technology Inc. DS51850A Note the following details of the code protection feature on Microchip

More information

AN1353. Op Amp Rectifiers, Peak Detectors and Clamps INTRODUCTION BASIC RECTIFIERS. Choosing the Components. Positive Half-Wave Rectifier.

AN1353. Op Amp Rectifiers, Peak Detectors and Clamps INTRODUCTION BASIC RECTIFIERS. Choosing the Components. Positive Half-Wave Rectifier. Op Amp Rectifiers, Peak Detectors and Clamps Author: Dragos Ducu, Microchip Technology Inc. INTRODUCTION This application note covers a wide range of applications, such as halfwave rectifiers, fullwave

More information

MCP2200 USB to RS-232 Demo Board User s Guide

MCP2200 USB to RS-232 Demo Board User s Guide MCP2200 USB to RS-232 Demo Board User s Guide DS51901A Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification contained in their particular

More information

Serial EEPROM Powered for Automotive

Serial EEPROM Powered for Automotive Automotive Memory Products Serial EEPROM Powered for Automotive www.microchip.com/memory Microchip Serial Memory Products Microchip Technology has developed industry-leading processes for each step in

More information

Section 5. Flash Programming

Section 5. Flash Programming Section 5. Flash Programming HIGHLIGHTS This section of the manual contains the following topics: 5.1 Introduction...5-2 5.2 Control Registers... 5-3 5.3 Run-Time Self-Programming (RTSP) Operation... 5-10

More information

AN1212. Using USB Keyboard with an Embedded Host INTRODUCTION. USB Keyboard Overview. USB Keyboard with an Embedded Host USB KEYBOARD OUTPUT REPORT

AN1212. Using USB Keyboard with an Embedded Host INTRODUCTION. USB Keyboard Overview. USB Keyboard with an Embedded Host USB KEYBOARD OUTPUT REPORT Using USB Keyboard with an Embedded Host Author: INTRODUCTION Amardeep Gupta Microchip Technology Inc. Microcontroller applications can easily support USB embedded host functionality with the introduction

More information

AN1465. Digitally Addressable Lighting Interface (DALI) Communication TERMINOLOGY PHYSICAL LAYER DALI FREE-FORM LAYOUT. Topology FIGURE 1:

AN1465. Digitally Addressable Lighting Interface (DALI) Communication TERMINOLOGY PHYSICAL LAYER DALI FREE-FORM LAYOUT. Topology FIGURE 1: Digitally Addressable Lighting Interface (DALI) Communication Author: Shaima Husain Microchip Technology Inc. The Digitally Addressable Lighting Interface (DALI) has emerged as a standard in Europe to

More information

PIC18F26K20/46K20 Rev. B2/B3/B5/B6 Silicon Errata and Data Sheet Clarification

PIC18F26K20/46K20 Rev. B2/B3/B5/B6 Silicon Errata and Data Sheet Clarification PIC18F26K20/46K20 Rev. B2/B3/B5/B6 Silicon Errata and Data Sheet Clarification The PIC18F26K20/46K20 family devices that you have received conform functionally to the current Device Data Sheet (DS41303G),

More information

WORKSHOP-IN-A-BOX 2: LOW POWER SOLUTIONS DEMONSTRATION BOARD

WORKSHOP-IN-A-BOX 2: LOW POWER SOLUTIONS DEMONSTRATION BOARD WORKSHOP-IN-A-BOX 2: LOW POWER SOLUTIONS DEMONSTRATION BOARD 2004 Microchip Technology Inc. DS51512A Note the following details of the code protection feature on Microchip devices: Microchip products meet

More information

AN1861. Bluetooth Smart Communication Using Microchip RN4020 Module and 16-bit PIC Microcontroller BLUETOOTH SMART COMMUNICATION INTRODUCTION

AN1861. Bluetooth Smart Communication Using Microchip RN4020 Module and 16-bit PIC Microcontroller BLUETOOTH SMART COMMUNICATION INTRODUCTION Bluetooth Smart Communication Using Microchip RN4020 Module and 16-bit PIC Microcontroller Author: Venkatesh Bengeri and Pradeep Shamanna INTRODUCTION Most of the embedded applications require real-time

More information

AN1256. Microchip s Power MOSFET Driver Simulation Models INTRODUCTION MODEL DESCRIPTION. Using The Power MOSFET Simulation Models

AN1256. Microchip s Power MOSFET Driver Simulation Models INTRODUCTION MODEL DESCRIPTION. Using The Power MOSFET Simulation Models Microchip s Power MOSFET Driver Simulation Models Author: INTRODUCTION Cliff Ellison (Microchip Technology Inc.) Ron Wunderlich (Innovative Ideas and Design) The simulation models for Microchip s power

More information

How To Control A Car Alarm On A Car With A Remote Control System

How To Control A Car Alarm On A Car With A Remote Control System MODEL CA100 REMOTE CONTROL AUTO ALARM SYSTEM INSTALLATION & OPERATION INSTRUCTIONS WIRING DIAGRAM Black Antenna Wire 6 Pin 6 Pin Mini Connector Valet Switch Blue LED Indicator Blue Wire: (-) 200mA Unlock

More information

SNIPER X1 VEHICLE SECURITY SYSTEM

SNIPER X1 VEHICLE SECURITY SYSTEM SNIPER X1 VEHICLE SECURITY SYSTEM Installation Manual Table of Contents 1. FEATURES & SPECIFICATIONS... 2 2. TRANSMITTER BUTTONS:... 2 3. FUNCTION... 2 3.1 Key Function:...2 3.2 Remote Transmitter Code

More information

Resistive Temperature Detector (RTD) Reference Design

Resistive Temperature Detector (RTD) Reference Design Resistive Temperature Detector (RTD) Reference Design DS51891A Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification contained in their

More information

MPLAB XC8 GETTING STARTED GUIDE. MPLAB XC8 Getting Started Guide

MPLAB XC8 GETTING STARTED GUIDE. MPLAB XC8 Getting Started Guide MPLAB XC8 GETTING STARTED GUIDE MPLAB XC8 Getting Started Guide This document provides a starting point for programmers who are just starting out with the MPLAB XC8 C Compiler, particularly those who are

More information

AN562. Using Endurance Predictive Software. Using the Microchip Endurance Predictive Software INTRODUCTION TOTAL ENDURANCE PREDICTIVE SOFTWARE

AN562. Using Endurance Predictive Software. Using the Microchip Endurance Predictive Software INTRODUCTION TOTAL ENDURANCE PREDICTIVE SOFTWARE AN562 Using the Microchip Endurance Predictive Software INTRODUCTION Endurance, as it applies to non-volatile memory, refers to the number of times an individual memory cell can be erased and/or written

More information

Code Hopping Decoder Using a PIC16C56

Code Hopping Decoder Using a PIC16C56 Code Hopping Decoder Using a PIC6C56 AN66 Author: OVERVIEW Steven Dawson Microchip Technology Inc. This application note fully describes the working of a code hopping decoder implemented on a Microchip

More information

Integrated Development Environment

Integrated Development Environment Development Tools Integrated Development Environment Transforming Ideas Into Realities The typical product development life cycle is comprised of smaller cycles each representing an iterative process toward

More information

Integrated Development Environment

Integrated Development Environment Development Tools Integrated Development Environment Transforming Ideas Into Realities The typical product development life cycle is comprised of smaller cycles each representing an iterative process toward

More information

AN709. System Level Design Considerations When Using I 2 C TM Serial EEPROM Devices INTRODUCTION INSURING BUS-FREE DURING POWER-UP

AN709. System Level Design Considerations When Using I 2 C TM Serial EEPROM Devices INTRODUCTION INSURING BUS-FREE DURING POWER-UP M AN709 System Level Design Considerations When Using I 2 C TM Serial EEPROM Devices Author: INTRODUCTION Rick Stoneking Developing systems that implement the I 2 C protocol for communicating with serial

More information

MCP2515 CAN Bus Monitor Demo Board User s Guide

MCP2515 CAN Bus Monitor Demo Board User s Guide MCP2515 CAN Bus Monitor Demo Board User s Guide 2008 Microchip Technology Inc. DS51757A Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification

More information

dspic30f3012/3013 dspic30f3012/3013 Rev. B0 Silicon Errata dspic30f3012/3013 (Rev. B0) Silicon Errata Silicon Errata Summary

dspic30f3012/3013 dspic30f3012/3013 Rev. B0 Silicon Errata dspic30f3012/3013 (Rev. B0) Silicon Errata Silicon Errata Summary dspic30f3012/3013 Rev. B0 Silicon Errata dspic30f3012/3013 (Rev. B0) Silicon Errata The dspic30f3012/3013 (Rev. B0) samples you have received were found to conform to the specifications and functionality

More information

28-PIN DEMO BOARD USER S GUIDE

28-PIN DEMO BOARD USER S GUIDE 28-PIN DEMO BOARD USER S GUIDE 2006-2015 Microchip Technology Inc. DS40001301B Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification

More information

AN974 APPLICATION NOTE

AN974 APPLICATION NOTE AN974 APPLICATION NOTE Real time clock with ST7 Timer Output Compare By MCD Application Team 1 INTRODUCTION The purpose of this note is to present how to use the ST7 Timer output compare function. As an

More information

VEHICLE SECURITY SYSTEM G25/G20

VEHICLE SECURITY SYSTEM G25/G20 VEHICLE SECURITY SYSTEM G25/G20 Limited Lifetime Warranty This vehicle security system is warranted to the original purchaser, to be free from defects in material and workmanship. The manufacturer will

More information

HT1632C 32 8 &24 16 LED Driver

HT1632C 32 8 &24 16 LED Driver 328 &216 LED Driver Features Operating voltage: 2.V~5.5V Multiple LED display 32 ROW /8 COM and 2 ROW & 16 COM Integrated display RAM select 32 ROW & 8 COM for 6 display RAM, or select 2 ROW & 16 COM for

More information

INSTALLATION GUIDE. www.security.soundstream.com FCC ID NOTICE

INSTALLATION GUIDE. www.security.soundstream.com FCC ID NOTICE AL.1 AUTO SECURITY SYSTEM INSTALLATION GUIDE www.security.soundstream.com FCC ID NOTICE This device complies with Part 15 of the FCC rules. Operation is subject to the following conditions: 1. This device

More information

MPLAB Code Configurator User s Guide

MPLAB Code Configurator User s Guide MPLAB Code Configurator User s Guide 2013-2014 Microchip Technology Inc. DS40001725B MPLAB CODE CONFIGURATOR USER S GUIDE Note the following details of the code protection feature on Microchip devices:

More information

DC-8706K Auto Dial Alarm System

DC-8706K Auto Dial Alarm System DC-8706K Auto Dial Alarm System User Guide Basic Contents: 1x the host unit; 1x wireless door (window) magnet; 1x wireless infrared detector; 2x remote control; 1x siren; 1x phone core; 1x AC to DC power

More information

MCP1701A. 2 µa Low-Dropout Positive Voltage Regulator. Features. General Description. Applications. Package Types

MCP1701A. 2 µa Low-Dropout Positive Voltage Regulator. Features. General Description. Applications. Package Types 2 µa Low-Dropout Positive Voltage Regulator Features 2.0 µa Typical Quiescent Current Input Operating Voltage Range up to 10.0V Low-Dropout Voltage (LDO): - 120 mv (typical) @ 100 ma - 380 mv (typical)

More information

Selecting the MCU Memory Technology That s Right for You

Selecting the MCU Memory Technology That s Right for You ROM Microcontrollers Selecting the MCU Memory Technology That s Right for You Seamless Migration From To ROM www.microchip.com Many Applications Require Flexible Solutions Selecting only one microcontroller

More information

Touch Through Metal. mtouch Metal Over Capacitive Technology Part 1

Touch Through Metal. mtouch Metal Over Capacitive Technology Part 1 Touch Through Metal mtouch Metal Over Capacitive Technology Part 1 2010 Microchip Technology Incorporated. All Rights Reserved. Touch Through Metal Slide 1 Hello and welcome to Microchip s Touch Through

More information

HT6P20 2 24 OTP Encoder

HT6P20 2 24 OTP Encoder 2 24 OTP Encoder Features Operating voltage: 2V~12V Low power consumption Built-in oscillator needs only 5 resistor 0/2/4/8 data selectable 2 24 maximum address and data codes Easy interface with an RF

More information

OPERATING INSTRUCTIONS SECURITY SYSTEM KIT NO.: 08E51-EP4-101. 2004 American Honda Motor Co., Inc. - All Rights Reserved. 1

OPERATING INSTRUCTIONS SECURITY SYSTEM KIT NO.: 08E51-EP4-101. 2004 American Honda Motor Co., Inc. - All Rights Reserved. 1 OPERATING INSTRUCTIONS SECURITY SYSTEM KIT NO.: 8E5-EP4-24 American Honda Motor Co., Inc. - All Rights Reserved. Contents Introduction... 3 Emergency Disarming During Alarming... 4 During the Entry Delay

More information

AN1370. Smart Card Communication Using PIC MCUs INTRODUCTION SMART CARD COMMUNICATION USING PC APPLICATION

AN1370. Smart Card Communication Using PIC MCUs INTRODUCTION SMART CARD COMMUNICATION USING PC APPLICATION Smart Card Communication Using PIC MCUs Author: INTRODUCTION Abhay Deshmukh Microchip Technology Inc. This application note describes the fundamentals of the contact type smart cards and how they are communicated

More information

AN3265 Application note

AN3265 Application note Application note Handling hardware and software failures with the STM8S-DISCOVERY Application overview This application is based on the STM8S-DISCOVERY. It demonstrates how to use the STM8S window watchdog

More information

TCM809/TCM810. 3-Pin Microcontroller Reset Monitors. General Description. Features. Applications. Pin Configurations. Typical Application Circuit

TCM809/TCM810. 3-Pin Microcontroller Reset Monitors. General Description. Features. Applications. Pin Configurations. Typical Application Circuit 3-Pin Microcontroller Reset Monitors Features Precision Monitor for 2.5V, 3.V, 3.3V, 5.V Nominal System Voltage Supplies 14 msec Minimum RESET Time-Out Period RESET Output to = 1.V (TCM89) Low Supply Current,

More information

Programming Audio Applications in the i.mx21 MC9328MX21

Programming Audio Applications in the i.mx21 MC9328MX21 Freescale Semiconductor Application Note Document Number: AN2628 Rev. 1, 10/2005 Programming Audio Applications in the MC9328MX21 by: Alfred Sin 1 Abstract The MC9328MX21 () processor has two dedicated

More information

REMOTE START SECURITY SYSTEM OWNERS MANUAL

REMOTE START SECURITY SYSTEM OWNERS MANUAL REMOTE START SECURITY SYSTEM OWNERS MANUAL Standard Features The System has the following standard features: 5-button remote transmitter Status indicator (LED) Valet/Service mode switch Remote Start capabilities

More information

HT12A/HT12E 2 12 Series of Encoders

HT12A/HT12E 2 12 Series of Encoders 2 2 Series of Encoders Features Operating voltage 2.4V~5V for the HT2A 2.4V~2V for the HT2E Low power and high noise immunity CMOS technology Low standby current: 0.A (typ. at V DD =5V HT2A with a 38kHz

More information

AVS A4 alarm Owner s manual

AVS A4 alarm Owner s manual AVS A4 alarm Owner s manual Thank you for choosing an AVS A4 car security system. It has been designed to provide a superior level of security for you and your vehicle. Please read this guide carefully

More information

Radiowe zdalne sterowanie

Radiowe zdalne sterowanie Radiowe zdalne sterowanie 2 12 Series of Decoders Features Operating voltage: 2.4V~12V Low power and high noise immunity CMOS technology Low stand-by current Capable of decoding 12 bits of information

More information

Flexible Active Shutter Control Interface using the MC1323x

Flexible Active Shutter Control Interface using the MC1323x Freescale Semiconductor Document Number: AN4353 Application Note Rev. 0, 9/2011 Flexible Active Shutter Control Interface using the MC1323x by: Dennis Lui Freescale Hong Kong 1 Introduction This application

More information

1R / 4-BUTTON SERIES

1R / 4-BUTTON SERIES Button 1 1R / 4-BUTTON SERIES VEHICLE SECURITY SYSTEM Standard Features: Two 4-Button Remote Transmitters Status indicator (LED) Valet / override switch Multi-tone siren Dual stage impact detector Remote

More information

CA 1050 Owner s Guide

CA 1050 Owner s Guide PROFESSIONAL SERIES CA 1050 Owner s Guide Vehicle Security and Keyless Entry System IMPORTANT NOTE: The operation of the Security and Convenience System as described in this manual is applicable to most

More information

LIN Serial Analyzer User s Guide Rev2.0

LIN Serial Analyzer User s Guide Rev2.0 LIN Serial Analyzer User s Guide Rev2.0 2008 Microchip Technology Inc. DS51675B Note the following details of the code protection feature on Microchip devices: Microchip products meet the specification

More information

AN1307 FULL STEP MODE PHASE VOLTAGE AND PHASE CURRENT MICROSTEPPING WITH 1/4 STEP SIZE

AN1307 FULL STEP MODE PHASE VOLTAGE AND PHASE CURRENT MICROSTEPPING WITH 1/4 STEP SIZE Stepper Motor Control with dspic DSCs AN1307 Author: INTRODUCTION Sorin Manea Microchip Technology Inc. This application note describes how to drive a stepper motor with a dspic33f motor control family

More information

VEHICLE SECURITY SYSTEM OPERATOR'S INSTRUCTIONS

VEHICLE SECURITY SYSTEM OPERATOR'S INSTRUCTIONS :). VEHICLE SECURITY SYSTEM OPERATOR'S INSTRUCTIONS (8 I NS070S Rev. A 12195 ThIs product is protected by U.S. patent number 5,049,867. @ Code Alarm, Inc. 1994 All rights reserved. Printed in the USA.

More information

AN4128 Application note

AN4128 Application note Application note Demonstration board for Bluetooth module class 1 SBT2632C1A.AT2 Introduction This document describes the STEVAL-SPBT4ATV3 demonstration board (dongle) for the Bluetooth class 1 SPBT2632C1A.AT2

More information

Peripheral Brief: Programmable Switch Mode Controller (PSMC) 1, 2, 4, 8 PSMCXTMR CLR PSMCXPR = Period. Event PSMCXPRS. Rising.

Peripheral Brief: Programmable Switch Mode Controller (PSMC) 1, 2, 4, 8 PSMCXTMR CLR PSMCXPR = Period. Event PSMCXPRS. Rising. Peripheral Brief: Programmable Switch Mode Controller (PSMC) Author: INTRODUCTION John Mouton Microchip Technology Inc. This peripheral brief reviews the basic functionality of the Programmable Switch

More information

AN3998 Application note

AN3998 Application note Application note PDM audio software decoding on STM32 microcontrollers 1 Introduction This application note presents the algorithms and architecture of an optimized software implementation for PDM signal

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

AN1426. Design Tips for the MCP3911 INTRODUCTION. Addressable Devices on Single SPI Bus. Addressable SPI for Poly-phase Meter Designs.

AN1426. Design Tips for the MCP3911 INTRODUCTION. Addressable Devices on Single SPI Bus. Addressable SPI for Poly-phase Meter Designs. Design Tips for the MCP3911 AN1426 Author: Craig King Microchip Technology Inc. Here, pushing the limits of the analog-to-digital conversion will be the focus, showing the true performance limits of the

More information

Technical Brief Secure Learning RKE Systems Using KEELOQ Encoders

Technical Brief Secure Learning RKE Systems Using KEELOQ Encoders Technical Brief Secure Learning RKE Systems Using KEELOQ Encoders TB001 Author: Chris R. Burger INTRODUCTION Learning capability in remote keyless entry (RKE) and remote-controlled security systems is

More information

Button 1 Button 2. Button 3 Button 4. Programmed Remote Transmitter. Button Function Condition

Button 1 Button 2. Button 3 Button 4. Programmed Remote Transmitter. Button Function Condition WWW.STELLAR.COM ST9000 SECURITY SYSTEM Button Function Condition 1 a. Arm and lock doors b. Car finder with sound c. Temporary stop alarm from sounding d. Remote lock doors 1 for 2 sec. Panic Anytime a.

More information

APPLICATION NOTE. Atmel AVR134: Real Time Clock (RTC) Using the Asynchronous Timer. Atmel AVR 8-bit Microcontroller. Introduction.

APPLICATION NOTE. Atmel AVR134: Real Time Clock (RTC) Using the Asynchronous Timer. Atmel AVR 8-bit Microcontroller. Introduction. APPLICATION NOTE Atmel AVR134: Real Time Clock (RTC) Using the Asynchronous Timer Introduction Atmel AVR 8-bit Microcontroller This application note describes how to implement a real time counter (RTC)

More information

INSTALLATION MANUAL 3RP / 5RP 4-BUTTON SERIES VEHICLE SECURITY SYSTEMS

INSTALLATION MANUAL 3RP / 5RP 4-BUTTON SERIES VEHICLE SECURITY SYSTEMS 3RP / 5RP 4-BUTTON SERIES VEHICLE SECURITY SYSTEMS INSTALLATION MANUAL Before you begin the installation Read the INSTRUCTIONS! Always use a multi-meter when verifying vehicle wiring. Before mounting the

More information

INSTALLATION GUIDE OWNER S GUIDE

INSTALLATION GUIDE OWNER S GUIDE INSTALLATION GUIDE OWNER S GUIDE TALKING ALARM MODEL 3001 CONTENTS System Features... 1 Technical Assistance... 1 Wiring Instructions... 2 Installation Instructions... 3 Operating Instructions... 4-5 Technical

More information

AN232. Low-Frequency Magnetic Transmitter Design ABOUT THIS APPLICATION NOTE INTRODUCTION LFMC LINK COMPONENTS

AN232. Low-Frequency Magnetic Transmitter Design ABOUT THIS APPLICATION NOTE INTRODUCTION LFMC LINK COMPONENTS Low-Frequency Magnetic Transmitter Design AN232 Author: INTRODUCTION Ruan Lourens Microchip Technology Inc. Low-frequency magnetic communications (LFMC) is a viable wireless communications alternative

More information

HANDLING SUSPEND MODE ON A USB MOUSE

HANDLING SUSPEND MODE ON A USB MOUSE APPLICATION NOTE HANDLING SUSPEND MODE ON A USB MOUSE by Microcontroller Division Application Team INTRODUCTION All USB devices must support Suspend mode. Suspend mode enables the devices to enter low-power

More information

AN956. Migrating Applications to USB from RS-232 UART with Minimal Impact on PC Software OVERVIEW INTRODUCTION. Microchip Technology Inc.

AN956. Migrating Applications to USB from RS-232 UART with Minimal Impact on PC Software OVERVIEW INTRODUCTION. Microchip Technology Inc. Migrating Applications to USB from RS-232 UART with Minimal Impact on PC Software Author: INTRODUCTION Rawin Rojvanit Microchip Technology Inc. The RS-232 serial interface is no longer a common port found

More information

Vehicle Security System VSS3 - Alarm system remote. System Setting Guide - English

Vehicle Security System VSS3 - Alarm system remote. System Setting Guide - English Vehicle Security System VSS3 - Alarm system remote System Setting Guide - English Dear Customer, In this guide you will find the information and operations necessary in order to activate and deactivate

More information

AVR317: Using the Master SPI Mode of the USART module. 8-bit Microcontrollers. Application Note. Features. Introduction

AVR317: Using the Master SPI Mode of the USART module. 8-bit Microcontrollers. Application Note. Features. Introduction AVR317: Using the Master SPI Mode of the USART module Features Enables Two SPI buses in one device Hardware buffered SPI communication Polled communication example Interrupt-controlled communication example

More information

ODYSSEY. Security System Owner s Manual. Kit No. 08E51-SHJ-100 08E55-SHJ-100. 2004 American Honda Motor Co., Inc. - All Rights Reserved.

ODYSSEY. Security System Owner s Manual. Kit No. 08E51-SHJ-100 08E55-SHJ-100. 2004 American Honda Motor Co., Inc. - All Rights Reserved. Kit No. 08E5-SHJ-00 08E55-SHJ-00 Security System Owner s Manual ODYSSEY 004 American Honda Motor Co., Inc. - All Rights Reserved. Contents Introduction... 3 Emergency Disarming During the Panic Alarm Activation...

More information

Keysight Technologies N1918A Power Analysis Manager and U2000 Series USB Power Sensors. Demo Guide

Keysight Technologies N1918A Power Analysis Manager and U2000 Series USB Power Sensors. Demo Guide Keysight Technologies N1918A Power Analysis Manager and U2000 Series USB Power Sensors Demo Guide Introduction This demonstration guide helps you to get familiar with the basic setup and coniguration requirements

More information

Owner s Guide. ca6554

Owner s Guide. ca6554 PROFESSIONAL SERIES Owner s Guide For Models: ca6554 Deluxe Vehicle Security and Remote Start System with 2 Way Confirming LCD Remote Control IMPORTANT NOTE: The operation of the Security and Convenience

More information

Business/ Home GSM Alarm System

Business/ Home GSM Alarm System Business/ Home GSM Alarm System BUSINESS/HOME GSM ALARM SYSTEM POWER STATUS RECORD SIGNAL User Manual Profile For a better understanding of this product, please read this user manual thoroughly before

More information

PIC10F200/202/204/206

PIC10F200/202/204/206 Memory Programming Specification This document includes the programming specifications for the following devices: PIC10F200 PIC10F202 PIC10F204 PIC10F206 1.0 PROGRAMMING THE PIC10F200/202/204/206 The PIC10F200/202/204/206

More information

HT6P20X Series 2 24 OTP Encoder

HT6P20X Series 2 24 OTP Encoder 2 24 OTP Encoder Features Operating voltage: 2V~12V Low power consumption Built-in oscillator needs only 5% resistor 2/4 data selectable 2 24 maximum address and data codes Easy interface with an RF or

More information

Analog-to-Digital Converters

Analog-to-Digital Converters Analog-to-Digital Converters In this presentation we will look at the Analog-to-Digital Converter Peripherals with Microchip s midrange PICmicro Microcontrollers series. 1 Analog-to-Digital Converters

More information