精品中英文外文翻译基于单片机的汽车防盗报警系统设计定

合集下载

基于单片机的无线防盗报警系统设计大学毕业论文外文文献翻译及原文

基于单片机的无线防盗报警系统设计大学毕业论文外文文献翻译及原文

毕业设计(论文)外文文献翻译文献、资料中文题目:基于单片机的无线防盗报警系统设计文献、资料英文题目:文献、资料来源:文献、资料发表(出版)日期:院(部):专业:班级:姓名:学号:指导教师:翻译日期: 2017.02.14毕业设计(论文)外文资料翻译学院:专业:姓名:学号:外文出处:Multimedia Technology (ICMT), (用外文写)2011 International Conference on 附件: 1.外文资料翻译译文;2.外文原文。

注:请将该封面与附件装订成册。

附件1:外文资料翻译译文基于单片机的无线防盗报警系统设计摘要:为了对盗窃,抢劫等事故进行有效的监测和预警,统一使用了AT89C51单片机控制技术和红外探测技术,这是一种已经被设计出来的无线防盗报警技术,它包括硬件和软件两部分,硬件部分主要由红外传感器,发送和接收模块,单片机,声光报警等组成;软件部分包括主程序和音乐子程序。

用C语言或汇编语言编写源程序,再用keilC51平台进行调试的翻译后,下载到单片机AT89C51芯片,这种单片机和其他元器件根据设计电路焊接在PCB板上。

通电,闭合循环控制开关,当有人闯入红外发射区域时,触发声光报警,表明满足了设计要求。

关键词:红外传感器;发射;接收;单片机;报警1 前言随着时代的不断进步,人们对环境安全提出了一个更高的要求,特别是在生活安全方面,要时常地去注意那些不速之客。

现在许多小区已经安装了智能报警系统,从而提高了小区内的安全程度。

因为红外线是一种不可见光,具有很强的保密和安全性,而且采用无线发射和接收,不需要独立的线路,因此在安全装置的使用方面有很大的优势。

2 硬件系统的设计无线防盗系统图是以单片机为基础,如图1所示。

该系统包括红外传感器、发射模块、接收模块、单片机、声光警告等。

红外传感器的主要装置是由热释电红外传感器RE200B、热释电红外开关BISS0001和一些外部基本设备连接而成。

基于单片机的汽车防盗报警系统的设计

基于单片机的汽车防盗报警系统的设计

基于单片机的汽车防盗报警系统设计作者姓名:专业名称:电子信息科学与技术指导教师:摘要人们生活水平不断提高,对私有财产的保护意识在不断的增强,因而对防盗措施提出了新的要求。

本设计就是为了满足预防盗窃等意外事件的需要而设计的汽车防盗报警系统。

目前市面上主要有压力触发式防盗报警器、开关电子防盗报警器和压力遮光触发式防盗报警器等各种报警器,但这几种比较常见的报警器都存在一些缺点。

本系统采用了热释电红外传感器,它的制作简单、成本低,安装比较方便,而且防盗性能比较稳定,抗干扰能力强、灵敏度高、安全可靠。

这种防盗器安装隐蔽,不易被盗贼发现。

同时它的信号经过单片机系统处理后方便和PC机通信,便于多用户统一管理。

本设计主要包括硬件和软件设计两个部分。

硬件部分包括单片机控制电路、红外探头电路、驱动执行报警电路、LED控制电路等部分组成。

处理器采用52系列单片机AT89C52。

整个系统是在系统软件控制下工作的。

软件部分可以划分为以下几个模块:数据采集、键盘控制、报警和显示等子函数。

关键词:单片机红外传感器数据采集报警电路AbstractWith the people's living standard continuously improved, the awareness of the protection of private property continuously enhanced, and thus the security measures put forward new demands. This paper is designed in order to meet the needs of the prevention of theft, accidents and vehicle anti-theft alarm system.Currently on the market pressure trigger the burglar alarm switch electronic anti-theft alarm and pressure shading trigger burglar alarm, such as a variety of alarm, but that several of the more common alarm there are some drawbacks. The system uses a pyroelectric infrared sensor, the production of simple, low cost, more convenient to install, and anti-theft performance is relatively stable, strong interference capability, high sensitivity, safe and reliable. This anti-theft device installed hidden and difficult to be discovered by thieves. It’s signal through a convenient treatment of the SCM system and PC communications, to facilitate the unified management of the multi-user.The design includes two parts of the hardware and software design. The hardware parts include of the MCU control circuit, infrared sensor circuit, drive the implementation of the alarm circuit, LED control circuit components. The processor uses 52 series microcontroller the AT89C52. The entire system is under the control of the system software. The software part can be divided into the following modules: data collection, keyboard control, alarm and display subroutines.Keywords:microcontroller, infrared sensors, data acquisition, alarm circuit.目录摘要 (I)Abstract (II)目录.............................................................................................................. I II 前言. (1)1 概述 (3)1.1课题研究背景 (3)1.1.1 汽车防盗报警系统的研究现状 (3)1.1.2 汽车防盗报警系统设计的必要性 (4)1.2设计方案选择 (5)1.2.1 设计要求 (5)1.2.2 方案设计论证与选择 (5)2 总体方案设计 (8)2.1系统概述 (8)2.2各功能模块的设计 (9)2.2.1 单片机电路 (10)2.2.2 红外热释电报警传感器电路 (13)2.2.3 温湿度传感器及检测电路 (17)2.2.4 DS1302实时时钟电路 (20)2.2.5 LCD显示电路 (24)2.2.6 EEPROM存储器电路 (28)2.2.7 键盘电路 (31)2.3软件的程序实现 (31)2.3.1 主程序流程图 (31)2.3.2 主程序见附录1 (32)3 pcb画图及实物制作 (33)3.1制作过程及理论实践概述 (33)3.2设计原理图 (33)3.3设计PCB图 (36)3.4最终实物图 (37)总结 (38)致谢 (40)参考文献 (41)附录1主程序 (42)前言随着社会的发展,科学技术的进步和安全防范意识的增强,人们越来越注重自身所处的环境是否安全同时,汽车的防盗也被列入了研发议程。

汽车电子毕设设计外文文献翻译(适用于毕业论文外文翻译+中英文对照)

汽车电子毕设设计外文文献翻译(适用于毕业论文外文翻译+中英文对照)

Ultrasonic ranging system designPublication title: Sensor Review. Bradford: 1993.Vol.ABSTRACT: Ultrasonic ranging technology has wide using worth in many fields, such as the industrial locale, vehicle navigation and sonar engineering. Now it has been used in level measurement, self-guided autonomous vehicles, fieldwork robots automotive navigation, air and underwater target detection, identification, location and so on. So there is an important practicing meaning to learn the ranging theory and ways deeply. To improve the precision of the ultrasonic ranging system in hand, satisfy the request of the engineering personnel for the ranging precision, the bound and the usage, a portable ultrasonic ranging system based on the single chip processor was developed.Keywords: Ultrasound, Ranging System, Single Chip Processor1. IntroductiveWith the development of science and technology, the improvement of people’s standard of living, speeding up the development and construction of the city. Urban drainage system have greatly developed their situation is construction improving. However, due to historical reasons many unpredictable factors in the synthesis of her time, the city drainage system. In particular drainage system often lags behind urban construction. Therefore, there are often good building excavation has been building facilities to upgrade the drainage system phenomenon. It brought to the city sewage, and it is clear to the city sewage and drainage culvert in the sewage treatment system.Co mfort is very important to people’s lives. Mobile robots designed to clear the drainage culvert and the automatic control system Free sewage culvert clear guarantee robots, the robot is designed to clear the culvert sewage to the core. Control system is the core component of the development of ultrasonic range finder. Therefore, it is very important to design a good ultrasonic range finder.2. A principle of ultrasonic distance measurementThe application of AT89C51:SCM is a major piece of computer components are integrated into the chip micro-computer. It is a multi-interface and counting on the micro-controller integration, and intelligence products are widely used in industrial automation. and MCS-51 microcontroller is a typical and representative.Microcontrollers are used in a multitude of commercial applications such as modems, motor-control systems, air conditioner control systems, automotive engine and among others. The high processing speed and enhanced peripheral set of these microcontrollers make them suitable for such high-speed event-based applications. However, these critical application domains also require that these microcontrollers are highly reliable. The high reliability and low market risks can be ensured by a robust testing process and a proper tools environment for the validation of these microcontrollers both at the component and at the system level. Intel Plaform Engineering department developed an object-oriented multi-threaded test environment for the validation of its AT89C51 automotive microcontrollers. The goals of this environment was not only to provide a robust testing environment for the AT89C51 automotive microcontrollers, but to develop an environment which can be easily extended and reused for the validation of several other future microcontrollers. The environment was developed in conjunction with Microsoft Foundation Classes(AT89C51).1.1 Features* Compatible with MCS-51 Products* 2Kbytes of Reprogrammable Flash MemoryEndurance: 1,000Write/Erase Cycles* 2.7V to 6V Operating Range* Fully Static operation: 0Hz to 24MHz* Two-level program memory lock* 128x8-bit internal RAM* 15programmable I/O lines* Two 16-bit timer/counters* Six interrupt sources*Programmable serial UART channel* Direct LED drive output* On-chip analog comparator* Low power idle and power down modes1.2 DescriptionThe AT89C2051 is a low-voltage, high-performance CMOS 8-bit microcomputer with 2Kbytes of flash programmable and erasable read only memory (PEROM). The device is manufactured using Atmel’s high density nonvolatile memory technology and is compatible with the industry standard MCS-51 instruction set and pinout. By combining a versatile 8-bit CPU with flash on a monolithic chip, the Atmel AT89C2051 is a powerful microcomputer which provides a highly flexible and cost effective solution to many embedded control applications.The AT89C2051 provides the following standard features: 2Kbytes of flash,128bytes of RAM, 15 I/O lines, two 16-bit timer/counters, a five vector two-level interrupt architecture, a full duplex serial port, a precision analog comparator, on-chip oscillator and clock circuitry. In addition, the AT89C2051 is designed with static logicfor operation down to zero frequency and supports two software selectable power saving modes. The idle mode stops the CPU while allowing the RAM, timer/counters, serial port and interrupt system to continue functioning. The power down mode saves the RAM contents but freezer the oscillator disabling all other chip functions until the next hardware reset.1.3 Pin Configuration1.4 Pin DescriptionVCC Supply voltage.GND Ground.Prot 1Prot 1 is an 8-bit bidirectional I/O port. Port pins P1.2 to P1.7 provide internal pullups. P1.0 and P1.1 require external pullups. P1.0 and P1.1 also serve as the positive input (AIN0) and the negative input (AIN1), respectively, of the on-chip precision analog comparator. The port 1 output buffers can sink 20mA and can drive LED displays directly. When 1s are written to port 1 pins, they can be used as inputs. When pins P1.2 to P1.7 are used as input and are externally pulled low, they will source current (IIL) because of the internal pullups.Port 3Port 3 pins P3.0 to P3.5, P3.7 are seven bidirectional I/O pins with internal pullups. P3.6 is hard-wired as an input to the output of the on-chip comparator and is not accessible as a general purpose I/O pin. The port 3 output buffers can sink 20mA. When 1s are written to port 3 pins they are pulled high by the internal pullups and can be used as inputs. As inputs, port 3 pins that are externally being pulled low will source current (IIL) because of the pullups.Port 3 also serves the functions of various special features of the AT89C2051 as listed below.1.5 Programming the FlashThe AT89C2051 is shipped with the 2 Kbytes of on-chip PEROM code memory array in the erased state (i.e., contents=FFH) and ready to be programmed. The code memory array is programmed one byte at a time. Once the array is programmed, to re-program any non-blank byte, the entire memory array needs to be erased electrically.Internal address counter: the AT89C2051 contains an internal PEROM address counter which is always reset to 000H on the rising edge of RST and is advanced applying a positive going pulse to pin XTAL1.Programming algorithm: to program the AT89C2051, the following sequence is recommended.1. power-up sequence:Apply power between VCC and GND pins Set RST and XTAL1 to GNDWith all other pins floating , wait for greater than 10 milliseconds2. Set pin RST to ‘H’ set pin P3.2 to ‘H’3. Apply the appropriate combination of ‘H’ or ‘L’ logic to pins P3.3, P3.4, P3.5,P3.7 to select one of the programming operations shown in the PEROM programming modes table.To program and Verify the Array:4. Apply data for code byte at location 000H to P1.0 to P1.7.5.Raise RST to 12V to enable programming.5. Pulse P3.2 once to program a byte in the PEROM array or the lock bits. The byte-write cycle is self-timed and typically takes 1.2ms.6. To verify the programmed data, lower RST from 12V to logic ‘H’ level and set pins P3.3 to P3.7 to the appropriate levels. Output data can be read at the port P1 pins.7. To program a byte at the next address location, pulse XTAL1 pin once to advance the internal address counter. Apply new data to the port P1 pins.8. Repeat steps 5 through 8, changing data and advancing the address counter for the entire 2 Kbytes array or until the end of the object file is reached.9. Power-off sequence: set XTAL1 to ‘L’ set RST to ‘L’Float all other I/O pins Turn VCC power off2.1 The principle of piezoelectric ultrasonic generatorPiezoelectric ultrasonic generator is the use of piezoelectric crystal resonators to work. Ultrasonic generator, the internal structure as shown, it has two piezoelectric chip and a resonance plate. When it’s two plus pulse signal, the frequency equal to the intrinsic piezoelectric oscillation frequency chip, the chip will happen piezoelectric resonance, and promote the development of plate vibration resonance, ultrasound is generated. Conversely, it will be for vibration suppression of piezoelectric chip, the mechanical energy is converted to electrical signals, then it becomes the ultrasonic receiver.The traditional way to determine the moment of the echo’s arrival is based on thresholding the received signal with a fixed reference. The threshold is chosen well above the noise level, whereas the moment of arrival of an echo is defined as the first moment the echo signal surpasses that threshold. The intensity of an echo reflecting from an object strongly depends on the object’s nature, size and distance from the sensor. Further, the time interval from the echo’s starting point to the moment when it surpasses the threshold changes with the intensity of the echo. As a consequence, a considerable error may occur even two echoes with different intensities arriving exactly at the same time will surpass the threshold at different moments. The stronger one will surpass the threshold earlier than the weaker, so it will be considered as belonging to a nearer object.2.2 The principle of ultrasonic distance measurementUltrasonic transmitter in a direction to launch ultrasound, in the moment to launch the beginning of time at the same time, the spread of ultrasound in the air, obstacles on his way to return immediately, the ultrasonic reflected wave received by the receiverimmediately stop the clock. Ultrasound in the air as the propagation velocity of 340m/s, according to the timer records the time t, we can calculate the distance between the launch distance barrier(s), that is: s=340t / 23. Ultrasonic Ranging System for the Second Circuit DesignSystem is characterized by single-chip microcomputer to control the use of ultrasonic transmitter and ultrasonic receiver since the launch from time to time, single-chip selection of 875, economic-to-use, and the chip has 4K of ROM, to facilitate programming.3.1 40 kHz ultrasonic pulse generated with the launchRanging system using the ultrasonic sensor of piezoelectric ceramic sensorsUCM40, its operating voltage of the pulse signal is 40kHz, which by the single-chip implementation of the following procedures to generate.puzel: mov 14h, # 12h; ultrasonic firing continued 200msHere: cpl p1.0; output 40kHz square wavenop;nop;nop;djnz 14h, here;retRanging in front of single-chip termination circuit P1.0 input port, single chip implementation of the above procedure, the P1.0 port in a 40kHz pulse output signal, after amplification transistor T, the drive to launch the first ultrasonic UCM40T, issued 40kHz ultrasonic pulse, and the continued launch of 200ms. Ranging the right and the left side of the circuit, respectively, then input port P1.1 and P1.2, the working principle and circuit in front of the same location.3.2 Reception and processing of ultrasonicUsed to receive the first launch of the first pair UCM40R, the ultrasonic pulse modulation signal into an alternating voltage, the op-amp amplification IC1A and after polarization IC1B to IC2. IC2 is locked loop with audio decoder chip LM567, internal voltage-controlled oscillator center frequency of f0=1/1.1R8C3, capacitor C4 determinetheir target bandwidth. R8-conditioning in the launch of the high jump 8 feet into a low-level, as interrupt request signals to the single-chip processing.Ranging in front of single-chip termination circuit output port INT0 interrupt the highest priority, right or left location of the output circuit with output gate IC3A access INT1 port single-chip, while single-chip P1.3 and P1.4 received input IC3A, interrupted by the process to identify the source of inquiry to deal with, interrupt priority level for the first left right after. Part of the source code is as follows:Receivel: push pswpush accclr ex1; related external interrupt 1jnb p1.1, right; P1.1 pin to 0, ranging from right to interrupt service routine circuitjnb p1.2, left; P1.2 pin to 0, to the left ranging circuit interrupt service routinereturn: SETB EX1; open external interrupt 1pop accpop pswretiright: …; right location entrance circuit interrupt service routineAjmp Returnleft: …; left ranging entrance circuit interrupt service routineAjmp Return3.3 The calculation of ultrasonic propagation timeWhen you start firing at the same time start the single-chip circuitry within the timer T0, the use of timer counting function records the time and the launch of ultrasonic reflected wave received time. When you receive the ultrasonic reflected wave, the receiver circuit output a negative jump in the end of INT0 or INT1 interrupt request generates a signal, single-chip microcomputer in response to external interrupt request, the implementation of the external interrupt service subroutine, read the time difference, calculating the distance. Some of its source code is as follows:RECEIVE0: PUSH PSWPUSH ACCCLR EX0; related external interrupt 0MOV R7, TH0; read the time valueMOV R6, TL0CLR CMOV A, R6SUBB A, #0BBH; calculate the time differenceMOV 31H, A; storage resultsMOV A, R7SUBB A, # 3CHMOV 30H, ASETB EX0; open external interrupt 0\POP ACCPOP PSWRETIFor a flat target, a distance measurement consists of two phases: a coarse measurement and a fine measurement:Step 1: Transmission of one pulse train to produce a simple ultrasonic wave.Step 2: Changing the gain of both echo amplifiers according to equation, until the echo is detected.Step 3: Detection of the amplitudes and zero-crossing times of both echoes.Step 4: Setting the gains of both echo amplifiers to normalize the output at, say 3 volts. Setting the period of the next pulses according to the: period of echoes. Setting the time window according to the data of step 2.Step 5: Sending two pulse trains to produce an interfered wave. Testing the zero-crossing times and amplitudes of the echoes. If phase inversion occurs in the echo, determine to otherwise calculate to by interpolation using the amplitudes near the trough. Derive t sub m1 and t sub m2.Step 6: Calculation of the distance y using equation.4、The ultrasonic ranging system software designSoftware is divided into two parts, the main program and interrupt service routine. Completion of the work of the main program is initialized, each sequence of ultrasonic transmitting and receiving control.Interrupt service routines from time to time to complete three of the rotation direction of ultrasonic launch, the main external interrupt service subroutine to read the value of completion time, distance calculation, the results of the output and so on.5、ConclusionsRequired measuring range of 30cm-200cm objects inside the plane to do a number of measurements found that the maximum error is 0.5cm, and good reproducibility. Single-chip design can be seen on the ultrasonic ranging system has a hardware structure is simple, reliable, small features such as measurement error. Therefore, it can be used not only for mobile robot can be used in other detection system.Thoughts: As for why the receiver do not have the transistor amplifier circuit, because the magnification well, integrated amplifier, but also with automatic gain control level, magnification to 76dB, the center frequency is 38k to 40k, is exactly resonant ultrasonic sensors frequency.6、Parking sensor6.1 Parking sensor introductionReversing radar, full name is "reversing the anti-collision radar, also known as" parking assist device, car parking or reversing the safety of assistive devices, ultrasonic sensors(commonly known as probes), controls and displays (or buzzer)and other components. To inform the driver around the obstacle to the sound or a moreintuitive display to lift the driver parking, reversing and start the vehicle around tovisit the distress caused by, and to help the driver to remove the vision deadends and blurred vision defects and improve driving safety.6.2 Reversing radar detection principleReversing radar, according to high-speed flight of the bats in thenight, not collided with any obstacle principles of design anddevelopment. Probe mounted on the rear bumper, according to different price and brand, the probe only ranging from two, three, four, six, eight,respectively, pipe around. The probe radiation, 45-degree angle up and downabout the search target. The greatest advantage is to explore lower than the bumper of the driver from the rear window is difficult to see obstacles, and the police, suchas flower beds, children playing in the squatting on the car.Display parking sensor installed in the rear view mirror, it constantlyremind drivers to car distance behindthe object distance to the dangerous distance, the buzzer starts singing, allow the driver to stop. When the gear lever linked into reverse gear, reversing radar, auto-start the work, the working range of 0.3 to 2.0 meters, so stop when the driver was very practical. Reversing radar is equivalent to an ultrasound probe for ultrasonic probe can be divided into two categories: First, Electrical, ultrasonic, the second is to use mechanical means to produce ultrasound, in view of the more commonly used piezoelectric ultrasonic generator, it has two power chips and a soundingboard, plus apulse signal when the poles, its frequency equal to the intrinsic oscillation frequency of the piezoelectric pressure chip will be resonant and drivenby the vibration of the sounding board, the mechanical energy into electrical signal, which became the ultrasonic probe works. In order to better study Ultrasonic and use up, people have to design and manufacture of ultrasonic sound, the ultrasonic probe tobe used in the use of car parking sensor. With this principle in a non-contactdetection technology for distance measurement is simple, convenient and rapid, easyto do real-time control, distance accuracy of practical industrial requirements. Parking sensor for ranging send out ultrasonic signal at a givenmoment, and shot in the face of the measured object back to the signal wave, reversing radar receiver to use statistics in the ultrasonic signal from the transmitter to receive echo signals calculate the propagation velocity in the medium, which can calculate the distance of the probe and to detect objects.6.3 Reversing radar functionality and performanceParking sensor can be divided into the LCD distance display, audible alarm, and azimuth directions, voice prompts, automatic probe detection function is complete, reversing radar distance, audible alarm, position-indicating function. A good performance reversing radar, its main properties include: (1) sensitivity, whether theresponse fast enough when there is an obstacle. (2) the existence of blind spots. (3) detection distance range.6.4 Each part of the roleReversing radar has the following effects: (1) ultrasonic sensor: used tolaunch and receive ultrasonic signals, ultrasonic sensors canmeasure distance. (2) host: after the launch of the sine wave pulse to the ultrasonic sensors, and process the received signal, to calculate the distance value, the data and monitor communication. (3) display or abuzzer: the receivinghost from the data, and display the distance value and provide differentlevels according to the distance from the alarm sound.6.5 Cautions1, the installation height: general ground: car before the installation of 45 ~55: 50 ~ 65cmcar after installation. 2, regular cleaningof the probe to prevent the fill. 3, do not use the hardstuff the probe surface cover will produce false positives or ranging allowed toprobe surface coverage, such as mud. 4, winter to avoid freezing. 5, 6 / 8 probe reversing radar before and after the probe is not free to swap may cause the ChangMing false positive problem. 6, note that the probe mounting orientation, in accordance with UP installation upward. 7, the probe is not recommended to install sheetmetal, sheet metal vibration will cause the probe resonance, resulting in false positives.超声测距系统设计原文出处:传感器文摘布拉福德:1993年超声测距技术在工业现场、车辆导航、水声工程等领域具有广泛的应用价值,目前已应用于物位测量、机器人自动导航以及空气中与水下的目标探测、识别、定位等场合。

汽车防盗报警器中外文翻译

汽车防盗报警器中外文翻译

汽车防盗报警器中外文翻译XXX: Car Anti-theft Alarm SystemCurrently。

XXX 60 n cars are sold worldwide every year。

with a total of over 400 n in use。

As the number of vehicles increases。

so do the number of traffic accidents and car thefts。

resulting in personal injury and economic loss。

People have XXX has XXX issue。

In order to ce car accidents and give car owners a sense of security。

it is of great XXX a safety system that is easy to operate。

automatically detects the safety status of each part of the car。

and alerts the driver with an alarm in case of XXX.Cars are of high value。

and with the increasing number of cars。

they have e the primary target of XXX。

us anti-XXX。

thieves can easily open the doors and drive away the car with a XXX。

the problem of car theft has not been XXX。

there are several ways to prevent car theft:1.Mechanical anti-theft: XXX is to lock a certain part of the car with a lock。

外文翻译--基于51单片机温度报警器的设计(适用于毕业论文外文翻译+中英文对照)

外文翻译--基于51单片机温度报警器的设计(适用于毕业论文外文翻译+中英文对照)

外文翻译--基于51单片机温度报警器的设计(适用于毕业论文外文翻译+中英文对照)XXX: Design of a Temperature Alarm Based on 51 MCUDepartment: n EngineeringMajor: Measurement and Control Technology and nClass:Student ID:Name:Supervisor:Date:A microcontroller。

also known as a single-chip computer system。

XXX its ns being integrated on a small chip。

it has most of the components needed for a complete computer system。

such as CPU。

memory。

internal and external bus systems。

and mostof them also have external storage。

At the same time。

it integrates XXX interfaces。

timers。

real-time clocks。

etc。

The most XXX integrate sound。

image。

ork。

and complex input-output systems on a single chip.XXX used in the industrial control field。

Microcontrollers XXX CPUs inside the chip。

The original design concept was to integrate a large number of peripheral devices and CPUs on a chip to make the computer system XXX's Z80 was the first processor designed according to this concept。

外文翻译--汽车防盗报警器

外文翻译--汽车防盗报警器

Automobile burglar alarmThe automobile is the present humanity's main transportation vehic le, is also the modern civilization symbol. The world the automobile sales volume reaches more than 6000 ten thousand every year, the inventory has surpassed 400,000,000. Is using the vehicles are more, but the following traffic accident and the automobile which robbed are been also getting more and more, has created the personnel casualty and the economical property loss. The people set a higher request to motor vehicle's operational performance and the security performance. The auto safety becomes an important social question. In order to reduce motor vehicle accident's formation rate, for has automobile's user to provide the security sense, develops one kind simply reliable, the ease of operation, can automatic detection automobile various part of conditions, discover that the normal condition can send out the warning reminder and the security warning safety system to the pilot, has the actual design significance.Automobile's value is high, increases unceasingly along with the automobile quantity, the automobile already became robs the key point which the person steals, the automobile is robbed has become generally pays attention now and the urgently needed solution social questionAt present each automobile security method and the product emerge one after another incessantly, although the vehicle door or the engine were loaded with the security mechanical lock, but robs the person to use the master keys, but does not need the small effort to open the vehicle door, drives away the vehicle, the automobile security question does not have completely the solution as before. Now in society's automobile security way has the following several kinds: First, the mechanical type security, the main principle locks on automobile's some organization, enables it to play its proper role. Existing many kinds of ways for example: The transmission gearbox files the lock, the steering wheel lock, the brake pedal lock, the meeting and parting footboard lock and so on, brings the troubles are the volume which the machinery locks are big, the vehicle owner must along with a multi-belt key. But explains the method is numerous, because the core is a lock, when this sneaks into a house picks a lock the person. When like the hydraulic pressure cuts and so on crude method; Was not careful has lost again the key ......Second, electron security, is in the present auto market the most popular security installment. Starts the burglary protection system to be possible the ignition coil or the feed return route cut-off, only uses under releasing key's control can relieve normally guards against theft. This kind of way varied assortment; Domestic and foreign majority of automobiles when leaving the plant has disposed the key chip burglary protection system. In use key's transmit by radio chip after this vehicle's ECU communication can start the motor car engine. Also has the acousto-optics alarm system, on the automobile gauge board is loaded with the light emitter diode, may also let the vehicle owner know system's active status, may also to spy on compartment's car thief to play the warning role. When automobile, because the external force has the vibration, when before or the vehicle door, the reserve box lid, the engine room coverlet opens forcefully, the system exudes the warning sound, scares robs the vehicle thief. Has the bidirectional alarm system, has been able to inform vehicle owner's function compared to the pure flash and sound alarm system many, when the automobile encounters the outside invasion, can know automobile's condition in the nearby vehicle owner through the body carrying liquid crystal display key.Third, the network type burglary protection system, mainly depends upon social the public network to monitor vehicles' travel. 1st, the GPS satellite positioning security department, itthrough the GPS satellite positioning system, the definite vehicles' position, again transmits through the GSM net the position and the alarm message to the warning center. The warning center through the GSM net control automobile, the power failure/breaks the oil. The shortcoming is the price is high; Needs to pay the service fee frequently; Systems operation's power is big; The confidentiality will receive the invasion; The vehicles long-term laying aside does not use can exhaust the level electric quantity. The vehicle stops under underground, the tree, the building approaches, the indoor system not to have an effect. 2nd, GSM, GPRS move security, GSM moves security it to depend on the GSM communication network, carries on the handset and automobile's intelligent linkage security, has security, the monitoring, the remote control, the long-distance warning, the localization, instead to plunder and so on many kinds of functions, is maintains the social order, to protect the vehicle owner benefit the effective measure. Compares with the similar products, this system also has the installment to be more covert, the technology to be more advanced, the performance to be more reliable and so on characteristics. Has cannot construct the base depot, the warning not to be away from the limit. The shortcoming is needs to pay the GSM number the month rent. Relies on the GSN net's cover. Bandits and thieves' method also uses the handset signal jammer, blocks the vehicles and the warning center relation, burglary protection system expiration.Fourth, the biological recognition burglary protection system, takes the only unlocking using the human body characteristic the key, locks the motor car engine. The concrete product has the automobile fingerprint start controller and the vein scanning controller. Massive information which carries using the human body fingerprint, as well as each person's fingerprint's superposition rate is zero characteristic nearly, deposits the vehicle owner fingerprint beforehand in this system the information, after verifying the status can start the automobile through the fingerprint ratio, even if robs Che Zei to steal away completely the automobile key is also at a loss. Before the shortcoming is starts the automobile, many ratios to the fingerprint movement, needs to spend 2 seconds. The bandits and thieves do not have the means to obtain your fingerprint, he does not have the means to steal away your vehicle. Actually, so long as the bandits and thieves stole vehicle owner's key to be possible to explain any security means that only then biological recognition, only then the fingerprint automobile security could protect your love vehicle truly.At present, in the market GPS satellite positioning system is the present domestic and foreign most advanced security installments, the GPS system has the vehicles localization, instead to plunder the warning, the network security, in the remote control flameout, the vehicle to monitor, to come to anchor the rescue, the state of roads information, the manual guidance, the vehicles inquiry and so on many kinds of functions. The GPS satellite positioning automobile burglary protection system belongs to the network type security, it mainly serves the security purpose depending on the fixed ignition or the starting, but simultaneously may also through the GPS satellite positioning system, the alarm message and the warning vehicles silent transmits in the position to the warning center. The expert reminds, this kind of security technical name is called to be very resounding, although has the security function, but uses is not very practical, moreover the price is also expensive, the actual function is not big. The satellite tracing burglary protection system, is mainly the automobile equipment repayment system, by way of the satellite screen, demonstrates the vehicles position, therefore acts according to is the victim in the vehicle to have installs the satellite tracking system, is all transmits the system to destroy, is the power source is shut off, causes the satellite to be unable to trace automobile's concrete position, namely loses thesecurity effectiveness, moreover the price is expensive, the light installs a set not to bring display monitor's GPS to need to spend 6000-7000 Y uan, but every year must pay the nearly thousand Y uan service fees to the GPS system Service company, the soaring purchase spends with the working cost lets many vehicle owners shrink back at the sight, the economic efficiency is bad.The electronic warning security arises at the historic moment. The automobile electron burglary protection system was Canada has supposed burglary protection system's control circuit in the original central door lock's foundation, controlled at the same time which the automobile moved and reports to the police. The electron security is at present a more ideal security installment. If has on the committing a theft burglary automobile or automobile's goods, the burglary protection system will not only have the cut-off start-up circuit, the electric firing circuit, to blow the electric circuit, the feed electric circuit and the speed change electric circuit, will apply the brake to deadlock and so on function, simultaneously, will also send out the acousto-optic signal which different will pray for rescue to carry on the warning, for the thief in a spirit's attack, will prevent the thief to commit a theft.The film threading type, the pressed key type and the remote control type and so on belong to the electronic formula security. The remote control type automobile security characteristic is may control remotely the security complete function, reliable convenient, may have vibration functions and so on detection gating protection and microwave or infrared probe head. Along with the technical fast development, the remote control type automobile security also increased many convenience practical attachment function, for example: In the remote control controls the door lock, the remote control to deliver puts the cold warm braw, the remote control electrically operated windows and doors and to control remotely the baggage compartment and so on. Now in the market had the bidirectional function electron security, not only this kind security can control remotely the vehicles by the vehicle owner, the vehicles can also transmit own condition gives the vehicle owner, for example the vehicle door is opened or the glass glass is destroyed and so on. But the electronic security universal existence reports to the police by mistake the phenomenon, moreover also does not have on to solve the vehicles to lose the question radically.First T the Ford sign passenger vehicle is robbed from the world the start, steals the vehicle to become nowadays in the city one of most common criminalities. Automobile quantity increases, the vehicles quantity which robs year by year are also risen, this brings the enormous astatic factor to the society, worried that the vehicles are robbed, become puzzle each automobile user the difficult problem. Along with open car's unpopularity, the automobile door lock has been unable into absolutely safe hard general, causes the vehicle door to lock system's concept to further desalinate, from the automobile security also arises at the historic moment. Now in the market each kind of electron security is dazzling, the sales volume best electron security lock then buys between 300 Y uan to 400 Y uan. In the market on many new style passenger vehicles already had installed now the original factory automobile security, on some vehicles' key has the security chip, along with the adaptable unblanking password, causes to rob the vehicle thief to be unable with the technical method unlocking, but this kind of key, once loses can only depend on vehic les' user register card to match set of keys again to the original factory. In the newest technical data said that some vehicle types already started to use cryptotype IC the card to replace the vehicle key, the vehicle owner, so long as enters the vehicles 3 to 5 meters scopes, security the automatic unlocking, the vehicle owner sits in the vehicle to press down the ignition lock vehicles to start. After the vehicle owner leaves the vehicles 5 meters, the vehicle door will cage automatically.The burglary protection system is not multi-purpose, now many passenger vehicles before leaving the plant the preassemble vehic le to use the computer burglary protection system. When the key chip data and the vehicle carry the computer to save the data match case in advance, the computer will only then inform the system-related to start to work, allows the engine to start. Brings the vehicle to carry the computer burglary protection system's passenger vehicle not to need to install the electron again security. If is redundant installs, easy and the original vehicle installs the burglary protection system has the system conflict; If must certainly extra install the electron security, please note and the ignition system separates, will otherwise cause the engine to be unable to start and so on breakdowns. If presented the breakdown, do not disassemble voluntarily, welcome eliminate the breakdown code to the specialized service shop use specialized decoder and relieves the breakdown.汽车防盗报警器汽车是目前人类主要的交通工具,也是现代文明的标志。

基于单片机的车车防盗报警系统设计

基于单片机的车车防盗报警系统设计

基于单片机的车车防盗报警系统设计摘要:随着汽车工业的飞速发展,车辆保护已经成为了重要的议题。

在这个背景下,防盗报警系统成为了车辆保护的有力手段。

本文基于单片机技术,设计了一种车车防盗报警系统。

该系统的主要组成部分包括传感器模块、控制模块和报警模块。

其中,传感器模块可以通过检测车辆的位移和振动来检测车辆是否遭受盗窃行为。

控制模块通过单片机芯片来控制传感器模块和报警模块的工作状态。

报警模块则可以通过声光报警的方式通知车主和周围的人员发现车辆被盗。

实验结果表明,该系统具有较高的准确性和可靠性,可以有效地抵抗车辆被盗行为。

关键词:单片机,车车防盗,报警系统,传感器模块,控制模块引言:随着汽车市场的蓬勃发展,车辆保护问题日益凸显。

尤其是一些高端轿车、SUV和跑车,它们具有很高的性能和升值潜力,也因此成为了不法分子盗窃的主要对象。

为了保障车主的利益,防盗报警系统成为了车辆保护的有力手段。

本文旨在基于单片机技术,设计一种车车防盗报警系统,可以有效地抵抗车辆被盗行为。

系统设计:车车防盗报警系统主要由传感器模块、控制模块和报警模块三部分组成。

其中,传感器模块可以通过检测车辆的位移和振动来检测车辆是否遭受盗窃行为。

控制模块通过单片机芯片来控制传感器模块和报警模块的工作状态。

报警模块则可以通过声光报警的方式通知车主和周围的人员发现车辆被盗。

传感器模块:传感器模块主要由加速度传感器和震动传感器组成。

加速度传感器可以检测车辆的加速度变化,从而判断车辆是否移动。

震动传感器可以检测车辆的震动情况,从而判断车辆是否受到撞击等外部刺激。

控制模块:控制模块主要由单片机芯片和相关电路组成。

单片机芯片是系统的核心部分,负责控制传感器模块的工作状态,并对传感器传回的数据进行处理和判断。

控制模块还可以控制报警模块的工作状态,在检测到车辆被盗后,通过串口和报警模块通信,触发报警器发出声光报警信号。

报警模块:报警模块主要由蜂鸣器和LED灯组成。

外文翻译——基于单片机的红外防盗报警系统设计

外文翻译——基于单片机的红外防盗报警系统设计

外文原文Based on infrared alarm technology security systems1 the introduction1.1 the research significance of this topic research situation at home and abroad .With the development of society and science and technology unceasing development, people's living standards been improved greatly, and to the private property protection means in the unceasing enhancement, the intelligent facilities for anti-theft puts forward new requirements. This design is to meet the need of modern residentialanti-theft designed family electronic alarm system. It in previous devices based on improved greatly, because use the single-chip processor signal, not only can used for single residential area, also can be used in a large-scale residential security systems. It's the job of the performance is good, do not appear to reportand misstatement phenomenon, safe and reliable.In our country, the present market condition alarm basically has triggered alarm system pressure switch electron and alarm system and pressure shading triggered alarm system, etc. Various kinds of alarm, but this several common alarm there are some shortcomings. This system USES a human pyroelectric infrared sensor in the human body detector in the flied, passive pyroelectric infrared detectors because of its low cost, easy fabrication, low cost, installation is more convenient, anti-theft performance is stable and high sensitivity, safe and reliable, has attracted broad family characteristics such as popular with thecustomers. And alarms installation concealment, not easily by rogue found.1.2 infrared alarm technology introduction1.2.1 nature objects of the infrared radiationThe nature of any object, as long as the temperature above absolute zero (273 ℃), constantly outward issued infrared radiation, and travel at the speed of light energy. Object radiate outward infrared radiation of energy and the object of temperature and infrared radiant wavelength. Assuming objects launching infrared radiation of peak wavelength for a few, its temperature for T, the radiation energy equals infrared radiation of peak wavelength gerben and object product temperature T. This product is a constant, namely:The higher the temperature of the objects, emit infrared radiation of the smaller peak wavelength, send out infrared radiation energy is bigger also.1.2.2.pyroelectric effectPassive infrared detector also called pyroelectric infrared detector, its main working principle is pyroelectric effect.Pyroelectric effect means if make some strong dielectric material (such as qin batio3, qin wrong acid lead P (zT), etc.) of the surface temperature changes, then with the temperature rise or fall, material surface occurs polarization, namely on the surface of the charge will beproduced change, and material surface charge lost balance and eventually charge will change withvoltage or current form output.1.2.3 pyroelectric infrared sensor basic structurePyroelectric infrared sensors from sensor detection yuan, interference filters and mosfet verifier three parts. According to the number of detecting yuan to points, pyroelectric infrared sensors have unit, double yuanhe four yuan to wait for a few kinds, for human detection of infrared sensor adopts double yuan or four yuantype structure. According to pyroelectric infrared sensor utility cent, have the following kinds: used for measuring temperature sensor, it'sthe job of the wavelength of (1-20) nano, Used for flame detection sensor, it's the job of the wavelength for0.435 + / - 0.15 nano, For human detection sensor, it's the jobof the wavelength of 7 to 15 feet. Figure 1.2 is a double detection yuan pyroelectric infrared sensor structure schematic drawing. The sensorwill two opposite polarity, special1.2.4 pyroelectric infrared detector basic principlePyroelectric infrared sensor by receiving mobile human radiation that certain wavelengths of infrared radiation, can be transformed into and human body movement speed and distance, the direction of low-frequency signals about. When pyroelectric infrared sensor by ir radiation sources of radiation, its internal sensitive materials temperatures will rise, polarization intensity is abate, surface charge reduce, usually will release this part of the charge called pyroelectric charge. Because of pyroelectric charge how many can reflect material changes of temperature, so by pyroelectric charge by circuit transformed into the output voltage can also reflect material changes in temperature, thus detect ir radiation energy changes.2 hardware system design2.1 infrared anti-theft alarm system hardware designBecause this design focuses on family guard against theft, real-time monitoring of a narrower range, so this design by simply using a passive infrared detector is enough. Therefore, infrared intelligentanti-theft alarm system, and the specific design requirements for:(1)completes to high sensitive infrared sensor design, make its can warning of what happened real-time and accurate detection.(2) automatic alarm (automatic dial-up alarm audible and visual alarm). We design the system must have the following function module:1.passive infrared detector,2.sound-light alarm,3.telephone automatic dial-up function;4.continued uninterrupted power supply,According to the system to complete functions, we adopt single chip microcomputer as the core of the system unit, electronic detection, intelligent control and telephone tong。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

Based on monolithic integrated circuit automobile security alarmsystem designAbstract:Decodes the automobile security system using them on litchis integrated circuit interior resources realization jump code, it each time uses the remote control password all is changing, both enhanced the system security, and greatly reduced the cost.Keyword: Monolithic integrated circuit, Automobile security system , Code/decodeIntroductionIs unceasingly progressive along with the social economy and the high tech rapid development, in the routine work and the life, the automobile has become the people ideal transportation vehicle. But the following motor vehicle the case which robbed gradually is also in creased has created the pilot economical property loss. In order tore duce the automobile to rob the event the formation rate, for has the automobile the user to provide the safety control, simply develops one kind to be reliable, the ease of operation, can send out in the discovery normal condition to the pilot reports to the police the reminder and the security warning safety system has the practical significance. This article based on to the existing automobile security alarm system generalized analysis, develops one kind of brand-new security alarm system. This system has mainly used the jump code code/decoding principle, causes the overall system to be safer, greatly reduces password explaining rate.1. System principle of workThe automobile security alarm system the remote control which carries by the driver and installs in the automobile the controller two parts composes. The remote control and the controller all use eight CMOS which American AT-MEL Corporation produces the A VR monolithic integrated circuit, this series monolithic integrated circuit based on new simplifies instruction R the ISC structure, includes the service life most to be few is 1,000 time writes/scratches the circulation the Flash program memory, as well as the service life at least is 100,000time writes/scratches the circulation E the EPROM data-carrier storage, some 2 only have when the entire piececleaning can clean the programming encryption locks the localization.1.1 System designThe automobile security examination uses the ultrasonic sensor. The ultrasonic sensor is composed by the ultrasonic wave transmission circuit and the supersonic reception electric circuit, in the automobile cab appropriate position, installs the ultrasonic wave launch/receiver, as well as switch electric circuit T1. When the automobile parks the vehicle owner person must leave the automobile, with remote control closed switch T1, the automobile alarm system sat garrisons the condition, around the system use ultrasonic wave examination vehicle obstacle. Launches the partial electric circuits likes chart 1 to show. When its P1 mouth P1.1, P1.2 to the D trig , the P1.0 control ultrasonic wave launch, are 0, the photo electricity coupler outputs the TP1 end is 1, the permission ultrasonic wave launch, launches/the receive ultrasonic wave in turn, the circulation repeatedly carries on. Simultaneously the monolithic integrated circuit interior counter starts to count. The steam distance between vehicles obstacle distance is the time which sends out through the sound navigation and ranging reflects spends determines and carries on the computation. The reflection signal causes the D trigger to produce interrupt request signal INT1,simultaneously stops counting, reads takes counts the value, calculates the actual distance after the formula, then carries on the comparison with the datum distance, if examines when the actual distance is bigger than reference value 80cm, does not carry on the accustom-optics to report to the police; If some people approach the automobile to enter the cab, the examination actual distance is smaller than or was equal to when reference value 80cm, through monolithic integrated circuit P2.2 and the P2.3 port, actuates the indicating lamp display circuit and the sound alarm circuit, sends out three two flash. And triggers a high level, the actuation is wire less signal transmission circuit.Chart 1 Ultrasonic wave transmission circuit1.2 Code/decoding principleThe present automobile remote control security system are many isusesVD5026/27, PT2262/72, HT12E/D and so on the general code/decodes the electric circuit, its password decided by the component address, each set of security systems use a fixed invariable password. Along with the micro processing technology development, through the receiver emote control transmitting message, may intercept this fixed password, moreover general arranges the decoding address to lose the person to carry the component size limit, its quantity is impossible too much, can obtain not repeatedly codes very is also limited, also can very quickly explain the password with the automatic scanner. Therefore, this kind of password fixed invariable automobile security system has received the serious threat. Decodes the automobile security system using the monolithic integrated circuit interior resources realization jump code, it each time uses the remote control password all is changing, with the password no longer duplicates uses, causes the interception password also is makes a futile effort, in addition, it may increase the enough many passwords figure, enhances the system resistance illegal scanning the ability. The remote control coding altogether has 12 bytes, separately by 3 bytes codes channels code, 3 bytes codes forewords number, 5 bytes jumps codes, 1 byte pressed key operation code is composed. Encoded front adds on logic in each byte 0 to take the outset position, encoded behind adds on a logical 1 achievement in each byte to stop the position, and in most front adds on several logic 1 to take the guidance signal, this constituted the serial coded signal which uses in to transmit. The code channel code uses in to express the remote control status; each set of systems use a fixed channel code. The code foreword number uses in to record the encoded order, its starting value is 0, the monolithic integrated circuit every time codes a time, the code foreword number upwardly counts time. The code channel code and the code foreword number deposits in monolithic integrated circuit EEPROM, guarantees them power cut the influence. The jump code is the systematic true password, it passes through the complex special algorithm by the code channel code and the code foreword number to extract, this special algorithm foreign security. The pressed key operation code by the pressed key which presses was decided, when "the hypothesis" the key is pressed down, its code decides as 0 1H; When "relieves" the key presses down, its code decides as 00H. Whether is the decoding confirms receive the code legitimate a series of operating process. Was confirmed the legitimate code needs to satisfy three conditions; (1) codes the channel code and the decoding channel code is same; (2) coded the foreword number to be bigger than the decoding foreword number (decodingforeword number to record on legitimately has used code foreword number, this condition might guarantee before has used code was invalid); (3) jumps the code to be equal to reuses the special algorithm to extract changes the code. After the monolithic integrated circuit confirmed receives is the legitimate code, writes the code foreword number in the decoding foreword number, and completes corresponding operation processing according to the operation code. The decoding channel code and the decoding foreword number also deposits in monolithic integrated circuit EEPROM, guards against because of power cut loses.1.3 Security reports to the police realizationIf will have robber Chen ZheRu the room, starts the automobile, after wrong password, then the automobile storage battery +12V voltage, the ignition electric current way ignition lock, the ignition outage, the engine extinguishes, again starts, will duplicate the above process, like this, the bandits and thieves always will not be able to start the automobile, will not be able to achieve its anticipated goal. The alarm circuit mainly is composed by the integrated block and the speaker and electronic switching SCR. Triode or the multiple-unit tube, are for enhance the electric circuit measure which the power but often uses, it has composed a current amplification factor very big equivalent transistor, total enlargement factor for these two enlargement factor product. SCR is the electronic switching which constitutes by the silicon-controlled rectifier, the electric capacity and the resistance constitution negative booster concurrently filter, provides +3 +4V to IC the voltage, IC is traces Draws up sound reports to the police the integrated circuit, the alarm apparatus by the SCR control, robs the vehicle thief once after the wrong password, then the storage battery electric current enters the security system besides a group, another group is started in the engine, after leads the engine work, natural contact output voltage, after the differentiating circuit, silicon-controlled rectifier SCR is triggered, also passes through the resistance to fall the pressure, the voltage adds in the IC power source input end, IC obtains the voltage output alarm, enlarges after the multiple-unit tube, Destroys moves the speaker to send out resoundingly reports to the police the sound. when static state, entire electric circuit does not consume the electricity.2. Software designThe alarm apparatus software design mainly divides into:Master routine (alarm apparatus initialization, key modulation and decoding); Alarm apparatus interrupthandling routine. This alarm apparatus installs on the automobile steering wheel. After installs, starts the alarm apparatus, the alarm apparatus automatically retards20~30s to start to work, in order to lets use the person to have the enough time to lock the gate to leave the automobile. After the time delay the alarm apparatus enters the value to defend the active status, once the vehicle door is turned on or the windowpane hits garrulously, the oscillation pick-up examines the signal, time delay 20s starts to report to the police. The time delay goal is the master which causes the automobile is opening the gate to enter the vehicle internal energy closure alarm apparatus, in order to avoid reports to the police by mistake.2.1 Master routineThis part mainly completes to each severance entrance hypothesis, and reports to the police the depositing unit initialization to each fixed unit, establishes the special symbol value and to the pressed key interrupts processing. Master routine design diagram like chart 2 shows.Chart2 master routine frame chart2.2 Alarm apparatus interrupt handling routineThe burglar alarm disposal procedure uses time severance inquiry processing, each time severance, only is inquires each kind of control flag bit, controls each group output according to its condition. The procedure has not used has circulation processing the way, therefore time control conclusion, cannot eliminate controls the flag bit, only is repositions the scene, the waiting next time severance, again judges whether controls the conclusion.3. Concluding remarkUses automobile security alarm system cost which this kind of monolithic integrated circuit composes low, performance reliable, simultaneously settles the extension to be convenient. The use jump code code/decoding principle, causes the system to be safer, greatly reduces password explaining rate, will obtain the wide spread application in the future automobile security alarm system.基于单片机的汽车防盗报警系统设计摘要:应用单片机内部资源实现的跳变编码/解码汽车防盗系统,它每次使用的遥控密码都在变化,既提高了系统的安全性,又大大降低了成本。

相关文档
最新文档