亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

high-resolution

  • 基于AVR單片機(jī)Mega16的電子時鐘設(shè)計

    Mega16是一款采用先進(jìn)RISC精簡指令,內(nèi)置A/D的8位單片機(jī),可支持低電壓聯(lián)機(jī) Flash和EEPROM 寫入功能;同時還支持 Basic和C 等高級語言編程。用它設(shè)計電子時鐘不僅成本低,硬件簡單,而且很容易實現(xiàn)系統(tǒng)移植。介紹了如何利用AVR系列單片機(jī)Mega16及1602字符液晶來設(shè)計電子時鐘的方法,同時給出了相應(yīng)的電路原理及部分語言程序。 Abstract:  ?Mega16 is a high-performance, low power consumption, the use of advanced RISC concise instructions, built-in A/D 8-bit microcontrollers, the on-line support for low-voltage Flash, EEPROM write function. Except Mega16 also support the Basic, C, and other high-level language programming.The electronic clock which is deisgned by Mega16 is not only low-cost, simple hardware, but easy to achieve system migration.The design method of electrioic clock based on the AVR Mega16 and character LCD1602 is introduced in this paper,and the corresponding circuit electrionic and some language program are given.

    標(biāo)簽: Mega AVR 16 單片機(jī)

    上傳時間: 2014-12-27

    上傳用戶:zl5712176

  • 基于AT89S52的漢字顯示屏的設(shè)計

    介紹了一種基于AT89S52微處理器、鍵控顯示模式、多漢字顯示的顯示模塊設(shè)計方法。對AT89S52的內(nèi)部功能及使用高128字節(jié)RAM時的尋址方式進(jìn)行說明。給出了四漢字顯示模塊的硬件電路原理圖、主程序流程圖以及中斷顯示流程圖。 Abstract:  The design method of display module base on the AT89S52 microcontroller,display mode controlled by keyboard and? showing several Chinese characterses are introduced in the paper.The internal function and the addressing mode for the high 128B RAM of the AT89S52 are explained.The basic circuit diagram,the main program flow chart and the display interrupt flow chart of four Chinese characterses display module are also given.

    標(biāo)簽: 89S S52 AT 89

    上傳時間: 2014-01-23

    上傳用戶:咔樂塢

  • 基于DAC7512的數(shù)控直流恒流源設(shè)計

    為了解決磁放大器性能測試過程中,需要對其供給不同數(shù)值恒定電流的問題,設(shè)計了一種基于DAC7512和單片機(jī)的數(shù)控恒流源系統(tǒng)。該系統(tǒng)采用AT89C51作為主控器件,將計算機(jī)發(fā)送的電流控制字命令轉(zhuǎn)換為D/A轉(zhuǎn)換器控制字,通過模擬SPI通信接口,寫D/A控制字到DAC7512,從而控制其輸出相應(yīng)數(shù)字電壓值,經(jīng)差動縮放電路、電壓/電路變換電路和功率驅(qū)動電路,最后輸出恒定電流。實驗結(jié)果表明,恒流源輸出電流調(diào)節(jié)范圍為-45~+45 mA、精度為±0.1 mA,分辨率達(dá)0.024 4 mA,具有應(yīng)用靈活,外圍電路簡單,可靠性高的特點。該數(shù)控直流恒流源也可為相關(guān)產(chǎn)品的測試系統(tǒng)研發(fā)提供參考。 Abstract:  In order to solve the need to supply different values constant current for the magnetic amplifier in testing process, numerical control constant current source system was designed based on DAC7512 chip and microcontroller technology. The system used the AT89C51 as the main chip, which can convert the current control word from computer into to D/A control words. And the system wrote D/A control word into the DAC7512 chip to control the output voltage value by the SPI communication interface, which can output corresponding constant current figures by scaling circuit, the V/I converter and power drive circuit. Experimental results show that the current source output current adjustment range is -45~+45mA, accuracy is ± 0.1mA, and resolution ratio is 0.024 4mA

    標(biāo)簽: 7512 DAC 數(shù)控直流 恒流源

    上傳時間: 2014-12-27

    上傳用戶:invtnewer

  • ADS1110與AT89C51單片機(jī)系統(tǒng)的接口電路設(shè)計

    針對51單片機(jī)系統(tǒng)中常用的A/D轉(zhuǎn)換器價格高、精度低的缺點,介紹TI公司的16 位的帶有I2C串行接口的A/D轉(zhuǎn)換器ADS1110的工作原理,給出ADS1110與AT89C51單片機(jī)系統(tǒng)的接口電路和軟件設(shè)計。實踐證明,ADS1110具有高性價比和實用性。 Abstract:  According to the disadvantages of high expense and low accuracy of the general A/D converter used in MCS51 microchip system,the principle and working process of a high accuracy 16-bit A/D conversion ADS1110 which has I2C bus and belongs to TI Company are proposed here as well as the interface of ADS1110 to AT89C51 and software list.It is proved to be high performance index and practicability.

    標(biāo)簽: 1110 ADS 89C C51

    上傳時間: 2013-11-21

    上傳用戶:gyq

  • 基于AVR單片機(jī)的USB接口設(shè)計

    以AVR單片機(jī)ATmega8和USB接口器件PDIUSBD12為核心,基于標(biāo)準(zhǔn)的USB1.1協(xié)議,設(shè)計一種通用USB接口模塊,以滿足嵌入式系統(tǒng)中對USB接口的需求。對模塊的硬件電路或單片機(jī)固件程序的硬件接口層稍加修改即可用于其他各種微處理器。該模塊可為各種嵌入式系統(tǒng)增加USB接口,實現(xiàn)與USB主機(jī)系統(tǒng)通信。 Abstract:  Based on AVR microcontroller ATmega8 and USB interface chip PDIUSBD12, a general USB interface module is designed according to USB1.1 protocol for various requirements of embedded systems. Only with few modifications in circuit or hardware abstract layer of firmware, the module can be used on many types of microprocessors. All kinds of embedded systems can realize high speed and stable communication with USB host systems, owing to the facility of this module.

    標(biāo)簽: AVR USB 單片機(jī) 接口設(shè)計

    上傳時間: 2014-01-08

    上傳用戶:趙云興

  • 基于STC12C5408AD的記憶示波器

    主要介紹構(gòu)成記憶示波器的STC12C5408AD增強(qiáng)型單片機(jī)8通道10位模數(shù)轉(zhuǎn)換功能的設(shè)置、應(yīng)用和具體的匯編程序設(shè)計,以及PC機(jī)串行通訊和圖形顯示的高速匯編程序的設(shè)計要點,并列舉實例說明其應(yīng)用效果。 Abstract:  The configuration, applications and the designs for? compiling program of the memorial oscillograph of 10 bits A/D conversation are introduced. It’s bases on STC12C5408AD 8? channels? single-chip? computer? in? enhancement? mode. It also recommends the devising essentials of high speed compiling program for PC serial communication and graphics display, lists examples to explain its effects in using.

    標(biāo)簽: C5408 5408 STC 12C

    上傳時間: 2013-10-10

    上傳用戶:adada

  • 多路溫度采集及監(jiān)控系統(tǒng)的設(shè)計

    介紹一種基于單片機(jī)的多路溫度采集及監(jiān)控系統(tǒng),能夠測量6路溫度信號,具有計算機(jī)聯(lián)網(wǎng)功能,各測量點可以單獨監(jiān)控和設(shè)置,可根據(jù)用戶的需求自動控制。測量溫度范圍為-10 ℃~200 ℃,控制方式采用模擬量調(diào)壓模式。該系統(tǒng)具有控制精度高、沖擊小等特點。 Abstract:  A temperature collecting and surveillance-controlling system based on sing-chip microcomputer is introduced. It can measure 6 channel signal of the temperature,and it has a function of network connection.The temperature measure points can be monitored and located, it can be controlled automatic according to user’s demand.The temperature range is -10℃ to 200℃.The model of control is adjustable voltage with simulation. It features high precision and little impact.

    標(biāo)簽: 多路 溫度采集 監(jiān)控系統(tǒng)

    上傳時間: 2013-10-23

    上傳用戶:bjgaofei

  • 基于89C51的攝像機(jī)鏡頭控制電路設(shè)計

    針對視頻監(jiān)控中攝像機(jī)鏡頭光圈大小、圖像聚焦、圖像變焦三項參數(shù)的控制問題,介紹了一種基于89C51單片機(jī)的鏡頭控制電路的設(shè)計。 該電路以89C51單片機(jī)為核心,結(jié)構(gòu)簡單,成本低廉,控制可靠,實現(xiàn)了智能監(jiān)控終端對攝像參數(shù)的完全控制。 Abstract:  The design of camera lens control circuit based on 89C51 is introduced. This circuit can adjust parameters of camera such as aperture, zoom and focusing. The practice of project shows that this circuit has advantages of structure simple, low cost and high reliability.

    標(biāo)簽: 89C51 攝像機(jī) 控制 鏡頭

    上傳時間: 2013-10-29

    上傳用戶:Wwill

  • 基于ADuC841的膜片鉗放大器系統(tǒng)設(shè)計

    為降低成本和解決現(xiàn)有膜片鉗放大器系統(tǒng)中PC機(jī)的干擾問題,研究了一種基于單片機(jī)的膜片鉗放大器小系統(tǒng)。該系統(tǒng)采用ADI公司生產(chǎn)的ADuC841作為控制核心,并且配置相應(yīng)的液晶顯示模塊LCM3202401。模擬電路部分采用高輸入阻抗的AD8627實現(xiàn)微電流信號的采集,并由后級電路進(jìn)行信號的放大和電阻電容的補(bǔ)償。它具有硬件電路簡單、體積小、使用方便的特點。既可以單獨作為小系統(tǒng)實現(xiàn)采集和顯示,也可以通過紅外方式和PC機(jī)進(jìn)行通訊,在PC機(jī)上進(jìn)行信號的處理。 Abstract:  In order to reduce cost and resolve the interferential problem with PC in existing patch clamp amplifiers, a small patch clamp amplifier system design based on microcontroller is studied. It adopts a new high performance microconverter ADuC841 by the ADI as the control core in the system, configuring a liquid crystal module LCM3202401. In the analog circuit, AD8627 with high input impedance is used to detect the low current,signal magnification, as well as resistance and capacitance compensation are accomplished by subsequent circuits. It has the advantage of simple hardware circuit design, small volume and convenient operation. It can either be used as an independent system to measure and show signal detected or transmit to PC by infrared ray.

    標(biāo)簽: ADuC 841 膜片鉗 放大器

    上傳時間: 2013-11-06

    上傳用戶:yy_cn

  • 基于C8051F930的管道溫度壓力遠(yuǎn)程監(jiān)測系統(tǒng)

       為解決輸油管道溫度壓力參數(shù)實時監(jiān)測的問題,設(shè)計了以C8051F930單片機(jī)作為控制核心的超低功耗輸油管道溫度壓力遠(yuǎn)程監(jiān)測系統(tǒng)。現(xiàn)場儀表使用高精度電橋采集數(shù)據(jù),通過433 MHz短距離無線通信網(wǎng)絡(luò)與遠(yuǎn)程終端RTU進(jìn)行通信,RTU通過GPRS網(wǎng)絡(luò)與PC上位機(jī)進(jìn)行遠(yuǎn)程數(shù)據(jù)傳輸,在上位機(jī)中實現(xiàn)數(shù)據(jù)存儲和圖形化界面顯示,從而實現(xiàn)輸油管道溫度壓力參數(shù)的實時監(jiān)測和異常報警。經(jīng)實驗證明,該系統(tǒng)的12位數(shù)據(jù)采集精度滿足設(shè)計要求,漏碼率小于1%,正常工作時間超過5個月,能實時有效地監(jiān)測輸油管道的溫度壓力參數(shù),節(jié)省大量人工成本,有效預(yù)防管道參數(shù)異常造成的經(jīng)濟(jì)損失和環(huán)境污染。 Abstract:  In order to solve the problems on real-time monitoring of pipeline temperature and pressure parameters, the ultra-low power remote pipeline temperature and pressure monitoring system was designed by using the single chip processor C8051F930 as the control core. The high-precision electric bridge was used in field instruments for data collection, the 433MHz short-range wireless communication network was used to make communication between field instrument and RTU, the GPRS was used by the RTU to transmit data to the PC host computer, and the data was stored and displayed in the PC host computer, so the real-time monitoring and exception alerts of pipeline temperature and pressure parameters were achieved. The experiment proves that the system of which error rate is less than 1% over five months working with the 12-bit data acquisition accuracy can effectively monitor the pipeline temperature and pressure parameters in real time, it saves a lot of labor costs and effectively prevents environmental pollution and economic losses caused by abnormal channel parameters.

    標(biāo)簽: C8051F930 溫度 壓力 遠(yuǎn)程監(jiān)測系統(tǒng)

    上傳時間: 2013-11-07

    上傳用戶:cuibaigao

主站蜘蛛池模板: 甘谷县| 外汇| 类乌齐县| 耿马| 武陟县| 西丰县| 新化县| 郧西县| 边坝县| 桦川县| 定西市| 澄城县| 桐梓县| 洪洞县| 宣化县| 五莲县| 邵东县| 镇江市| 来安县| 古交市| 阳高县| 凉山| 龙口市| 格尔木市| 遂溪县| 板桥市| 栖霞市| 桐城市| 九寨沟县| 怀来县| 苗栗市| 勐海县| 凤山县| 巴彦淖尔市| 彭阳县| 莱州市| 仙桃市| 阿合奇县| 墨竹工卡县| 大同县| 唐河县|