CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 电压 AD 转换 程序

搜索资源列表

  1. AD

    0下载:
  2. 程序实现A/D转换功能,A/D采用中断方式。该程序通过单片机的RA2模拟通道送入一直流电压,当送入的直流电压大于2.5V时,与PORTD口相连的8个发光二极管闪动,当直流电压恢复到2.5V以下时,发光二极管停止闪动,且只有低四个发光。-Program for A/D conversion, A/D with interrupt. RA2 through the program the microcontroller analog channels into a DC voltage into D
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:4516
    • 提供者:海岸线
  1. ad10

    0下载:
  2. PIC16F877的10位AD试验程序,转换后的电压显示出来供查看-PIC16F877 10-bit AD test procedure, the converted voltage is displayed for viewing
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2999
    • 提供者:yan
  1. ADC

    0下载:
  2. 本程序是基于芯片STC5616AD的AD转换测试程序,如果有些用户的VCC不固定,就需要在8路AD转换的一个通道外接一个稳定的参考电压源,否则程序输出结果可能与实际有所出入。 -failed to translate
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:674
    • 提供者:于晖
  1. adc0809

    0下载:
  2. AD转换芯片ADC0809的驱动程序,包括51单片机的时钟设置(为ADC0809提供里时钟)。和读取电压子程序。-ADC0809 AD converter chip drivers, including 51 single-chip clock is set (provided in the clock for the ADC0809). And read the voltage subroutine.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:3430
    • 提供者:liangliang
  1. 1602

    0下载:
  2. pic程序,液晶显示结合AD转换的程序,1602型液晶,显示测量电压值-1602 for pic
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:87800
    • 提供者:+V
  1. dianya-064

    0下载:
  2. 用合泰单片机带AD转换开发的一个电压表程序-The single-chip microcomputer with close with AD transform the development of a voltmeter program
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:1027
    • 提供者:陆义连
  1. AD-transform-application

    0下载:
  2. 该程序实现了利用滑动变阻器的改变,在LCD上跟随显示当前A/D转换器件的转换值、转换后的电压值,电压值要求精确到小数点后两位。转换值要求用16进制数显示出来。-The program implements the use of sliding rheostat changes follow on the LCD displays the current A/D conversion device of the conversion value, the converted voltage val
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:397198
    • 提供者:
  1. dianyabiao

    0下载:
  2. 程序设计思路,采用查询定时器中断标志的方式来启动AD转换器TLC549的工作,在读取AD转换器的数据之后,再对数据进行计算换算为对应的电压值。-Procedures for design ideas, using query timer interrupt flag way to start the AD converter TLC549 work, reading the AD converter data, and perform calculations on the data is co
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:70764
    • 提供者:cyj
  1. ADC0809P5110

    0下载:
  2. 在89C52上实现数字电压表,AD转换用的ADC0809,液晶显示用的是nokia 5110,程序可靠,绝对好用。-89C52 on the digital voltmeter, AD converter used in the ADC0809 LCD with the nokia 5110, the program is reliable, the absolute ease.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:27533
    • 提供者:baoguocheng
  1. AD2

    0下载:
  2. msp430 AD程序 /********************************************************* 程序功能:MCU的片内ADC对P6.0端口的电压进行转换 将模拟电压值显示在1602液晶上。 ---------------------------------------------------------- 拨码开关设置:将LCD位拨至ON,其余位拨至OFF 测试说明:调节电位器W1的旋钮观察液晶显示数字变化。 *****
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:69021
    • 提供者:rongyukeji
  1. A2

    0下载:
  2. IAR环境下的MSP430F149,使用内部参考电压为采样信号的单路AD转换的采样程序。- MSP-FET430P140 Demo- ADC12, Using the Internal Reference Descr iption: This example shows how to use the internal reference of the ADC12. It uses the internal 2.5V reference and performs a single
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:16900
    • 提供者:山雨
  1. Serial-Print

    0下载:
  2. 本程序实现了以下功能: 单片机上电后等待从上位机串口发送来的命令,同时在数码管的前四位以十进制 显示 AD采集来的数值。 1)当收到以十六进制发送来的01后,向上位机发送字符串“Turn off ad!”,同时间隔 一秒读取AD的值,然后把AD转换过来的数表示成实际电压值(浮点数),并且从串口发 送给上位机,形式如“The voltage is 3.398438V”发送周期也是一秒一次。 2)当收到02时,向上位机发送“Turn off ad!”并停止发送电压值 3)
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:32840
    • 提供者:张明辉
  1. MSP430-G2553-ADPLCD1602

    1下载:
  2. 本程序是用msp430 g2553芯片 在launchpad核心板子上经过验证,实现了模拟量电压经AD转换并将结果显示在LCD1602上。结果误差很小。-This program is a proven in launchpad core board msp430 g2553 chip analog voltage by the AD converter and displays the results in the LCD1602. The results of the error is ve
  3. 所属分类:SCM

    • 发布日期:2014-08-04
    • 文件大小:2048
    • 提供者:wus
  1. AVR-MCU-development

    0下载:
  2. 利用ATmega16单片机实现对电压值的采样,经芯片内部AD转换,再调用程序将AD转换值转换为实际电压值,并用数码管显示。再由串行通信接口将数据传送到PC机显示,并用2个键控制采样速度。附带原理图,编程代码。-Use ATmega16 microcomputer for voltage sampling, the chip AD conversion, then convert a AD value to the actual voltage values and display on digi
  3. 所属分类:SCM

    • 发布日期:2017-11-06
    • 文件大小:139875
    • 提供者:姜伟
  1. Volt-Acquire(slover)

    0下载:
  2. 单片机 ad转换 电压采集 串口 上位机显示 下位机程序-SCM ad conversion voltage acquisition the serial host computer display lower computer program
  3. 所属分类:SCM

    • 发布日期:2017-11-03
    • 文件大小:33762
    • 提供者:shuzhen
  1. zhinengwendukongzhi

    0下载:
  2. 本程序利用keil和proteus,实现了智能温度控制的单片机程序,运行可靠正常。利用AD转换器ADC0808对八路模拟温度进行转换,并在6位LED数码管上显示,并绘制温度电压信号的波形图。-The program utilizes keil proteus, intelligent temperature control of the microcontroller program normally reliable operation. AD converter ADC0808 eight
  3. 所属分类:SCM

    • 发布日期:2017-12-02
    • 文件大小:299559
    • 提供者:海洋
  1. MAX192

    1下载:
  2. MAX192 LCD1602 12位差分输入AD转换器 双极性电压 液晶显示驱动程序-MAX192 LCD1602 12-bit differential input AD converter bipolar voltage LCD driver
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-04-08
    • 文件大小:45229
    • 提供者:weiwen
  1. ADC

    0下载:
  2. AD转换的Matlab程序,将输入电压转换成时间(脉冲宽度信号)或频率(脉冲频率),然后由定时器/计数器获得数字值-AD conversion of the Matlab program, the input voltage is converted into a time (pulse width signal) or a frequency (pulse frequency), and then to obtain a digital value by the timer/counter
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:618
    • 提供者:李德海
  1. AD

    0下载:
  2. STM32F107VC的程序,实现A/D转换,实时监测电容器的电压值-STM32F107VC program, realize A/D conversion, real-time monitoring of capacitor voltage value
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2015-04-24
    • 文件大小:1992704
    • 提供者:张鹏
  1. triloadADtranslation

    0下载:
  2. 基于mage16的多路ad转换及显示转换的电压,此程序能测是3路电压,量程为0-5V-failed to translate
  3. 所属分类:SCM

    • 发布日期:2017-11-19
    • 文件大小:41749
    • 提供者:梁祖豪
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com