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

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

線路保護(hù)

  • 一種基于AT89C2051的多路舵機控制方案設計

    基于AT89C2051的多路舵機控制方案設計

    標簽: C2051 2051 89C AT

    上傳時間: 2013-12-07

    上傳用戶:zukfu

  • TLC2543 中文資料

    TLC2543是TI公司的12位串行模數轉換器,使用開關電容逐次逼近技術完成A/D轉換過程。由于是串行輸入結構,能夠節省51系列單片機I/O資源;且價格適中,分辨率較高,因此在儀器儀表中有較為廣泛的應用。 TLC2543的特點 (1)12位分辯率A/D轉換器; (2)在工作溫度范圍內10μs轉換時間; (3)11個模擬輸入通道; (4)3路內置自測試方式; (5)采樣率為66kbps; (6)線性誤差±1LSBmax; (7)有轉換結束輸出EOC; (8)具有單、雙極性輸出; (9)可編程的MSB或LSB前導; (10)可編程輸出數據長度。 TLC2543的引腳排列及說明    TLC2543有兩種封裝形式:DB、DW或N封裝以及FN封裝,這兩種封裝的引腳排列如圖1,引腳說明見表1 TLC2543電路圖和程序欣賞 #include<reg52.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int sbit clock=P1^0; sbit d_in=P1^1; sbit d_out=P1^2; sbit _cs=P1^3; uchar a1,b1,c1,d1; float sum,sum1; double  sum_final1; double  sum_final; uchar duan[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; uchar wei[]={0xf7,0xfb,0xfd,0xfe};  void delay(unsigned char b)   //50us {           unsigned char a;           for(;b>0;b--)                     for(a=22;a>0;a--); }  void display(uchar a,uchar b,uchar c,uchar d) {    P0=duan[a]|0x80;    P2=wei[0];    delay(5);    P2=0xff;    P0=duan[b];    P2=wei[1];    delay(5);   P2=0xff;   P0=duan[c];   P2=wei[2];   delay(5);   P2=0xff;   P0=duan[d];   P2=wei[3];   delay(5);   P2=0xff;   } uint read(uchar port) {   uchar  i,al=0,ah=0;   unsigned long ad;   clock=0;   _cs=0;   port<<=4;   for(i=0;i<4;i++)  {    d_in=port&0x80;    clock=1;    clock=0;    port<<=1;  }   d_in=0;   for(i=0;i<8;i++)  {    clock=1;    clock=0;  }   _cs=1;   delay(5);   _cs=0;   for(i=0;i<4;i++)  {    clock=1;    ah<<=1;    if(d_out)ah|=0x01;    clock=0; }   for(i=0;i<8;i++)  {    clock=1;    al<<=1;    if(d_out) al|=0x01;    clock=0;  }   _cs=1;   ad=(uint)ah;   ad<<=8;   ad|=al;   return(ad); }  void main()  {   uchar j;   sum=0;sum1=0;   sum_final=0;   sum_final1=0;    while(1)  {              for(j=0;j<128;j++)          {             sum1+=read(1);             display(a1,b1,c1,d1);           }            sum=sum1/128;            sum1=0;            sum_final1=(sum/4095)*5;            sum_final=sum_final1*1000;            a1=(int)sum_final/1000;            b1=(int)sum_final%1000/100;            c1=(int)sum_final%1000%100/10;            d1=(int)sum_final%10;            display(a1,b1,c1,d1);           }         } 

    標簽: 2543 TLC

    上傳時間: 2013-11-19

    上傳用戶:shen1230

  • 基于單片機AT89C2051的九路多功能智力競賽搶答器的設計

    基于單片機AT89C2051的九路多功能智力競賽搶答器的設計

    標簽: C2051 2051 89C AT

    上傳時間: 2013-10-13

    上傳用戶:YUANQINHUI

  • 8路遙控搶答器

    8路遙控搶答器

    標簽: 8路 遙控 搶答器

    上傳時間: 2013-11-17

    上傳用戶:sunjet

  • 袖珍型電子日歷及8路長時間定時控制器程序

    袖珍型電子日歷及8路長時間定時控制器程序

    標簽: 電子日歷 8路 定時控制器 程序

    上傳時間: 2013-10-29

    上傳用戶:agent

  • 四路搶答器的設計和制作

    四路搶答器的設計和制作,搶答用的

    標簽: 四路搶答器

    上傳時間: 2013-11-02

    上傳用戶:ouyangmark

  • 基于單片機的某型直升機控制保護盒的數字化設計

    機載控制保護盒必須時刻監測機載發電機交流電壓的電壓和頻率,當電壓或頻率出現超差時,及時切斷向機載設備的供電,保護設備避免事故發生。針對某型直升機控制保護盒采用模擬電路方式進行測量誤差大的缺點,以AT89S52單片機為核心,設計了一款數字式機載控制保護盒。該保護盒在實現原控制保護盒所用功能上,增加了聲音告警功能,延時時間補償算法的應用,使得控制盒動作時間可精確到毫秒。實際應用結果表明,該保護盒具有測量準確、可靠性高、成本低、體積小等優點。

    標簽: 單片機 保護盒 直升機 控制

    上傳時間: 2013-11-10

    上傳用戶:aig85

  • H.264高清編解碼器的片上系統MG3500

    MG3500SoC是支持H.264高清編解碼器的片上系統,內部集成一個嵌入式ARM926處理器,支持高清H.264編解碼、MPEG鄄2解碼和JPEG編解碼。介紹了MG3500SoC的主要性能特點、引腳排列、主要接口功能及在DVR上的應用,以及MG3500SoC及其周圍器件的硬件設計,提出了在設計中應注意的問題。 Abstract:  The MG3500System-on-Chip(SoC)is high definition(HD)H.264codec,including ARM926-EJ processor,H.264encoder/decoder,MPEG2decoder and JPEG/MJPEG encoder/decoder.The features,pin assignments,interfaces and the typical application of MG3500in DVR are introduced in this paper.The application hardware circuit between the MG3500SoC and peripheral device are given,the questions which the syetem design needs to pay attention are explained.

    標簽: 3500 264 MG 編解碼器

    上傳時間: 2013-11-12

    上傳用戶:elinuxzj

  • 基于C8051F020單片機的多路壓力測量儀

    介紹了一種基于C8051F020單片機的多路壓力測量儀。該測量儀選用電阻應變式壓力傳感器采集壓力信號,并經放大電路處理后送入C8051F020單片機,再由C8051F020單片機內部的A/D轉換器將采集到的壓力信號進行模數轉化,然后分別對數據進行存儲和顯示。該測量儀能測量6路壓力信號,并且各測量點都能單獨檢測和設置。由于采用了C8051F020單片機,簡化了硬件電路,增強了抗干擾能力,使得測量儀具有測量精度高,沖擊小等特點。 Abstract:  A measurement apparatus for multi-channel pressure based on single chip microcomputer is introduced.It can measure 6 channels signal of the pressure,and the pressure measure points can be detection and located individually.The pressure signal sampling is obtained by resistor stress-type pressure sensors,the digital signals of 6 channels are collected through amplifying and adjustment circuit of pressure signals and internal integrated A/D converter of MCU.Finally,and it realizes the function to store and display data separately.C8051F020 was used to made hardware circuit simple,and it also enhanced the anti-interference ability.It features high precision and little impact.

    標簽: C8051F020 單片機 多路 壓力

    上傳時間: 2013-11-16

    上傳用戶:yare

  • 基于MC33993的多路開關檢測接口電路設計

    主要介紹了以PIC18F2480單片機為處理器,基于可編程多路開關檢測接口器件MC33993實現的車用多路開關檢測接口電路的設計。該設計克服了以往基于分立元件的檢測接口電路的弊端,簡化了接口電路設計,保證了車用開關工作的可靠性和安全性。 Abstract:  The design of automotive multiple switch detection interface circuit based on MC33993 is introduced mainly which adopts PIC18F2480 single chip microprocessor.This circuit overcomes shortage of traditional design which contains many schism elements, and the application of MC33993 also predigests the whole design of interface circuit and guarantees the dependability and security of the switch.

    標簽: 33993 MC 多路開關 檢測

    上傳時間: 2013-11-19

    上傳用戶:star_in_rain

主站蜘蛛池模板: 和平县| 吉隆县| 宁阳县| 正蓝旗| 法库县| 乡城县| 册亨县| 孝感市| 永和县| 高清| 朝阳市| 娱乐| 喀喇沁旗| 泗阳县| 安陆市| 淳化县| 吉木萨尔县| 河池市| 芦山县| 台北县| 土默特左旗| 施甸县| 扶沟县| 谷城县| 石渠县| 尼木县| 比如县| 蒙山县| 海晏县| 青岛市| 沂源县| 文水县| 泾源县| 大庆市| 福海县| 靖远县| 天峻县| 汶上县| 隆化县| 茂名市| 汉源县|