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

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

電路計(jì)算

  • TLC2543 中文資料

    TLC2543是TI公司的12位串行模數(shù)轉(zhuǎn)換器,使用開關(guān)電容逐次逼近技術(shù)完成A/D轉(zhuǎn)換過程。由于是串行輸入結(jié)構(gòu),能夠節(jié)省51系列單片機(jī)I/O資源;且價格適中,分辨率較高,因此在儀器儀表中有較為廣泛的應(yīng)用。 TLC2543的特點 (1)12位分辯率A/D轉(zhuǎn)換器; (2)在工作溫度范圍內(nèi)10μs轉(zhuǎn)換時間; (3)11個模擬輸入通道; (4)3路內(nèi)置自測試方式; (5)采樣率為66kbps; (6)線性誤差±1LSBmax; (7)有轉(zhuǎn)換結(jié)束輸出EOC; (8)具有單、雙極性輸出; (9)可編程的MSB或LSB前導(dǎo); (10)可編程輸出數(shù)據(jù)長度。 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);           }         } 

    標(biāo)簽: 2543 TLC

    上傳時間: 2013-11-19

    上傳用戶:shen1230

  • HT45F23 OPA 功能

    HT45F23 MCU 含有兩個運(yùn)算放大器,OPA1 和OPA2,可用於用戶特定的模擬信號處理,通 過控制暫存器,OPA 相關(guān)的應(yīng)用可以很容易實現(xiàn)。本文主要介紹OPA 的操作,暫存器設(shè)定 以及基本OPA 應(yīng)用,例如:同相放大器、反相放大器和電壓跟隨器。 HT45F23 運(yùn)算放大器OPA1/OPA2 具有多個開關(guān),輸入路徑可選以及多種參考電壓選擇,此 外OPA2 內(nèi)部有8 種增益選項,直接通過軟體設(shè)定。適應(yīng)於各種廣泛的應(yīng)用。

    標(biāo)簽: 45F F23 OPA HT

    上傳時間: 2013-11-21

    上傳用戶:immanuel2006

  • 基于單片機(jī)AT89C2051的九路多功能智力競賽搶答器的設(shè)計

    基于單片機(jī)AT89C2051的九路多功能智力競賽搶答器的設(shè)計

    標(biāo)簽: C2051 2051 89C AT

    上傳時間: 2013-10-13

    上傳用戶:YUANQINHUI

  • 8路遙控?fù)尨鹌?/a>

    8路遙控?fù)尨鹌?/p>

    標(biāo)簽: 8路 遙控 搶答器

    上傳時間: 2013-11-17

    上傳用戶:sunjet

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

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

    標(biāo)簽: 電子日歷 8路 定時控制器 程序

    上傳時間: 2013-10-29

    上傳用戶:agent

  • 四路搶答器的設(shè)計和制作

    四路搶答器的設(shè)計和制作,搶答用的

    標(biāo)簽: 四路搶答器

    上傳時間: 2013-11-02

    上傳用戶:ouyangmark

  • 電子工程師必讀的15篇文章

    好好規(guī)劃自己的路,不要跟著感覺走!根據(jù)個人的理想決策安排,絕大部分人并不指望成為什么院士或教授,而是希望活得滋潤一些,爽一些。那么,就需要慎重安排自己的軌跡。從哪個行業(yè)入手,逐漸對該行業(yè)深入了解,不要頻繁跳槽,特別是不要為了一點工資而轉(zhuǎn)移陣地,從長遠(yuǎn)看,這點錢根本不算什么,當(dāng)你對一個行業(yè)有那么幾年的體會,以后錢根本不是問題。頻繁地動蕩不是上策,最后你對哪個行業(yè)都沒有摸透,永遠(yuǎn)是新手!

    標(biāo)簽: 電子工程師

    上傳時間: 2013-11-12

    上傳用戶:togetsomething

  • 基于C8051F020單片機(jī)的多路壓力測量儀

    介紹了一種基于C8051F020單片機(jī)的多路壓力測量儀。該測量儀選用電阻應(yīng)變式壓力傳感器采集壓力信號,并經(jīng)放大電路處理后送入C8051F020單片機(jī),再由C8051F020單片機(jī)內(nèi)部的A/D轉(zhuǎn)換器將采集到的壓力信號進(jìn)行模數(shù)轉(zhuǎn)化,然后分別對數(shù)據(jù)進(jìn)行存儲和顯示。該測量儀能測量6路壓力信號,并且各測量點都能單獨(dú)檢測和設(shè)置。由于采用了C8051F020單片機(jī),簡化了硬件電路,增強(qiáng)了抗干擾能力,使得測量儀具有測量精度高,沖擊小等特點。 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.

    標(biāo)簽: C8051F020 單片機(jī) 多路 壓力

    上傳時間: 2013-11-16

    上傳用戶:yare

  • 基于MC33993的多路開關(guān)檢測接口電路設(shè)計

    主要介紹了以PIC18F2480單片機(jī)為處理器,基于可編程多路開關(guān)檢測接口器件MC33993實現(xiàn)的車用多路開關(guān)檢測接口電路的設(shè)計。該設(shè)計克服了以往基于分立元件的檢測接口電路的弊端,簡化了接口電路設(shè)計,保證了車用開關(guān)工作的可靠性和安全性。 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.

    標(biāo)簽: 33993 MC 多路開關(guān) 檢測

    上傳時間: 2013-11-19

    上傳用戶:star_in_rain

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

    介紹一種基于單片機(jī)的多路溫度采集及監(jiān)控系統(tǒng),能夠測量6路溫度信號,具有計算機(jī)聯(lián)網(wǎng)功能,各測量點可以單獨(dú)監(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

主站蜘蛛池模板: 怀集县| 万载县| 聊城市| 瑞昌市| 如皋市| 丽水市| 福鼎市| 于都县| 惠水县| 建阳市| 新郑市| 卫辉市| 鸡西市| 资溪县| 太仓市| 游戏| 乐至县| 永城市| 喜德县| 阿拉善右旗| 巨鹿县| 荃湾区| 海林市| 晋城| 滕州市| 岳西县| 林甸县| 剑阁县| 龙泉市| 梅州市| 衡阳市| 怀来县| 松阳县| 清徐县| 贵定县| 太康县| 莱州市| 永康市| 通州市| 平泉县| 卓尼县|