【正文】
電壓表以其高準確度、高可靠性、高分辨率、高性價比等優(yōu)良特性備受人們的青睞。 目前,由各種單片機和 A/D 轉(zhuǎn)換器構成的數(shù)字電壓表,已被廣泛用于電子及電工測量、工業(yè)自動化儀表、自動測試系統(tǒng)等領域,顯示出了它極強的生命力。數(shù)字電壓表(Digital Voltmeter)簡稱 DAM,它是采用數(shù)字化測量技術,把連續(xù)的模擬量轉(zhuǎn)換成不連續(xù)、離散的數(shù)字形式并加以顯示的儀表。關鍵詞:數(shù)字電壓表;單片機;A/D 轉(zhuǎn)換;AT89C51;ADC0808. .. . ..學習參考The design of digital voltage meter based on AT89C51 single chip microputerAbstract: digital voltage meter is one of the more monly used detection precision instrument for electronic circuit. The design is a design method based on single chip digital voltage meter. The design consists of three modules: A/D module, data processing, the main control module and display module. The A/D conversion module is mainly pleted by the ADC0808, which is responsible for converting the collected analog to digital quantity corresponding to a data processing module (MCU). Data processing by the MCU AT89C51 to plete the main control module, which is responsible for the digital ADC0808 transmission after data processing, generate the corresponding display code is sent to the display module for displaying. In addition, it also control chip ADC0808 work. The design of the voltage meter circuit is simple, less elements used, low cost and high measurement accuracy. The analog input voltage can be measured in 0 5V of the value of the voltage meter, and through 7 digital tubes a four integrated display. Keywords: digital voltage meter;MCU; A/D;AT89C51;ADC0808. .. . ..學習參考0 引言 在電量的測量中,電壓、電流和頻率是最基本的三個被測量,其中電壓量的測量最為經(jīng)常。經(jīng)過仿真軟件結果表明本設計中的電壓表電路簡單,所用元件較少,成本低且測量精度高。數(shù)據(jù)處理主控模塊由單片機 AT89C51 來完成,它負責將ADC0808 傳送過來的數(shù)字量經(jīng)過一定的數(shù)據(jù)處理,產(chǎn)生相對應的顯示碼傳送到顯示模塊進行顯示。該設計主要由三個模塊組成:A/D 轉(zhuǎn)換模塊、數(shù)據(jù)處理主控模塊和顯示模塊。. .. . ..學習參考 2022 屆 本 科 畢 業(yè) 設 計基于 AT89C51 單片機的數(shù)字電壓表設計 學 院 : 物 理 與 電 子 工 程 學 院 專 業(yè) 班 級 : 電 子 信 息 0911 班 學 生 姓 名 : XXX 指 導 教 師 : 吳 劍 英 老師 答 辯 日 期 : 2022 年 5 月 11 日 XXXXX 大學教務處 . .. . ..學習參考 目 錄0 引言 ...................................................................11 系統(tǒng)整體設計思路及方案 .................................................1 設計思路 ..........................................................1 設計方案 ..........................................................12 數(shù)字電壓表的硬件設計 ...................................................2 主控制模塊的設計 ..................................................2 AT89C51 性能簡介..............................................2 AT89C51 各引腳功能............................................2 AT89C51 的復位電路和時鐘電路..................................4 A/D 轉(zhuǎn)換模塊的設計...............................................5 ADC0808 的主要特性 ..........................................6 ADC0808 各引腳功能...........................................6 顯示電路的設計 ..................................................7 總體電路設計圖 ...................................................9 3 數(shù)字電壓表的軟件設計 .................................................10 設計流程圖 ...................