搜索资源列表
8051_MODBUS_RTU
- 用STC89C58单片机做的数据采集和控制,12位AD转换使用TLC2543,通讯协议采用MODBUS(RTU),通过拨码开关改变从机地址,支持模拟量或数字量的读写。(4路模拟量输入、6路开关量输出(继电器输出)、8路开关量输入) 开发环境:KEIK 7.06 -STC89C58 SCM done with the data acquisition and control 12 AD switch TLC2543, MODBUS communications protocols used
AD0809_89S52
- 在做一个单片机系统时,常常会遇到这样那样的数据采集,在这些被采集的数据中, 大部分可以通过我们的I/O 口扩展接口电路直接得到,由于51 单片机大部分不带AD 转换 器,所以模拟量的采集就必须靠A/D或V/F 实现。下现我们就来了解一下AD0809与51 单 片机的接口及其程序设计。
QueryAD
- AVR 单片机 多路AD转换采集程序,可以实现八路数据采集
sensor
- 本程序采用的是keilc51编程器,主要功能是采集温湿度数据,AD转换后,交给AT89s52单片机,单片机通过485串口将温湿度数据传给上层控制器
Mcs51单片机关于采集AD转换数据的C程序
- ad采集lcd显示
ADC0809多路数据采集
- ADC0809多路数据采集
电导率仪的上位机数据采集软件.rar
- 电导率仪的上位机数据采集软件,通过串口将单片机的AD转换结果传输到PC机,并可将数据保存到access数据库中,the PC data acquisition software MCU through a serial port to the AD converter transmission of the results of PC, data can be saved to the database access
MSP430.rar
- 德州仪器的MSP430单片机源代码。。 控制LED屏,按键, 12位ad转换数据采集。 整合整个工程所有的文件。,Single-chip MSP430 source code. . Control of LED screen, button, ad converters, data acquisition.
laochengxu
- AVR 单片机 多路AD转换采集程序,可以实现数据采集-AVR single-chip multi-channel AD converter collection procedures, can achieve3-way data acquisition-Multi-channel AD converter AVR Microcontroller collection procedures, can achieve data acquisition-AVR single-chip multi-c
sd
- 用STC89C58单片机做的数据采集和控制,11位AD转换使用mc1433,支持模拟量或数字量的读写-STC89C58 to do with single-chip data acquisition and control, the use of 11 AD conversion mc1433, support for analog or digital reading and writing
ADC0809
- 用单片机来作为控制器,控制采集数据,AD转换芯片为ADC0809-Used as a single-chip controller to control data acquisition, AD converter chip for the ADC0809
AD
- ad 转换 pic 单片机数据采集-ad test
demoXEPADC
- 飞思卡尔单片机AD转换程序,本程序完成下列功能的程序设计:单片机轮流采集通道0和通道1的模拟电压,把转换得到的数值转换成对应的电压值发送到串口显示出来,比如本次采得通道1的值为0x80,0x80代表的电压值为(0x80/0xff)*5=2.51伏(保留两位小数),则应在PC机超级终端收到数据“通道1电压值2.51伏”,单片机每0.5秒发送一次采集结果。-Freescale
multiple-serial-communication
- 实现多台单片机系统之间的串行通信 分布式数据采集 AD转换结果显示-Multi single chip serial communication between systems distributed data acquisition AD conversion results
ADC0804
- AVR单片机开发之AD转换源程序:AD0804数据采集程序,ICCAVR开发环境-AVR microcontroller development of the AD converter source: AD0804 data collection procedures, ICCAVR Development Environment
AD-converter-and-filter-
- 单片机AD转换及滤波算法 十种数据采集滤波的方法和编程实例-Single-chip AD converter and filter filtering algorithm ten kinds of data collection methods and programming examples
delay
- 本代码是基于C8051f020单片机的时间延迟系统程序,主要实现功能是对生理信号的采集AD转换后,储存500MS的信号数据,然后经过DA转换输出,也可通过串口直接输出数字信号。实现延迟500MS模拟信号的作用-This code is based on the time delay C8051f020 SCM system program, the main feature is the collection of physiological signals after AD conversio
AD
- AVR单片机程序,主要完成有IO口采集的数据进行AD转换-AVR microcontroller program, completion of the IO port collected data for AD conversion
AD_Multich
- 利用TI公司的MSP430F149单片机的片内AD,实现多通道AD数据采集和转换-Using TI MSP430F149 microcontroller s on-chip AD, realizing AD data acquisition and conversion of multi channel
简易电子称
- 电子秤主要以单片机STC90C52RC控制核心,实现电子秤的基本控制功能。系统可以分为最小系统、数据采集和人机交互界面三大部分。最小系统部分主要包括STC90C52RC和经典复位电路;数据采集部分由称重传感器、信号放大和A/D转换部分组成,信号放大和A/D转换部分主要由专用型高精度24位AD转换芯片HX711实现;人机交互界面为键盘输入和点阵式液晶显示,主要使用4*4矩阵键盘和1602液晶显示器,可以方便的输入数据和直观的显示数据。整个系统结构简单,使用方便,功能齐全,精度高,具有一定的开发价值