搜索资源列表
AD12(1channelNseries
- 使用MSP430f247芯片内的ADC12模块实现单通道动态采集外部电压-MSP430f247 chip using the ADC12 module realize single-channel dynamic collection of external voltage
ADC0832
- /* 功能:该程序可实现对ADC0832的控制,包括,启动ADC,选择输入通道,输入信号的模式《单端输入,或差分输入》 /* 并将采集到的数据进行处理,将读出的16进制转换为10进制形式 ,即程序中变量b,s,g的值 /* (与该程序相适应的硬件电路,P3_4-〉cs;P1_0->clk P1_1->DI&DO 参考电压与电源为同一个输入端) /* 最小输出电压:0.00V;最大输出电压:5.10v 分辨率:0.
ADC
- PIC16F87用数码管显示的单通道模拟量采集器-The PIC16F87 with digital display of single-channel analog acquisition
stm32Pstep-motorPadc
- 步进电机+ADC+dma这是一个用脉冲序列驱动步进电机并且配合ADC采集传感器信号的程序,可实现电机换向变速,adc单通道转换-Stepper motor+ADC+dma This is a stepper motor drive pulse sequence and with the ADC acquisition sensor signal, which enables the motor commutation speed, ad
adc_single
- 单通道adc实例,基于stm32 的ADC采集程序,适合入门学习。-Single-channel adc examples, based on stm32 the ADC acquisition procedures, suitable for beginners to learn.
ads8688-chinese
- ADS8684 和 ADS8688 分别为 4 通道和 8 通道集成数据采集系统,它们基于 16 位逐次逼近 (SAR) 模数转换器 (ADC),工作时的吞吐量可达 500kSPS。 这些器件提供了用于各输入通道的集成模拟前端电路(过压保护高达 ±20V)、支持自动和手动两种扫描模式的 4 通道或 8 通道多路复用器、以及低温度漂移的片上 4.096V 基准电压。 采用 5V 单模拟电源供电时,器件上的各输入通道均可支持 ±10.2
ADC_DMA_1_channel
- 实现ADC单通道采集的数据通过DMA传输到内存,并通过液晶显示。-To achieve single-channel ADC data collected by DMA transfer to memory, and through LCD.
07-ADC
- nRF51822 ADC采集程序 可单通道 也可多通道-NRF51822 ADC acquisition program Can be single channel can also be multi channel
adc
- 此代码用于单通道adc数据的采集,主要是用于adc的学习-adc
1-ADC—单通道(中断读取)
- 通过adc采集单片机引脚电压,单通道(中断读取)(Collect the microcontroller pin voltage through adc)
2-ADC—单通道(DMA读取)
- 通过ADC直接进行dma进行读取(单通道)(Through the ADC directly to the dma to read)
基础篇 21. STM32 ADC模拟量输入实验
- 原子的最基础的单通道、单次的采集初始程序。(The most basic single channel single sampling)
stm32_ADC_电位器
- 基于stm32f103的单通道adc采集程序,测试成功没问题(STM32F103 based single channel ADC acquisition procedures, test success, no problem)
AD7616_cn
- AD7616中文数据手册 16通道、双路、同步采样输入 可独立选择的通道输入范围 真双极性:±10 V、±5 V、±2.5 V 5 V单模拟电源,VDRIVE电源电压:2.3 V至3.6 V 完全集成的数据采集解决方案 模拟输入箝位保护 具有1 MΩ模拟输入阻抗的输入缓冲器 一阶抗混叠模拟滤波器 片内精密基准电压及基准电压缓冲器 双通道16位逐次逼近型寄存器(SAR)ADC 吞吐速率:2 × 1 MSPS 通过数
ADC
- STM32在片上集成的ADC外设非常强大,我使用的奋斗开发板是STM32F103VET6,属于增强型的CPU,它有18个通道,可测量16个外部和2个内部信号源。各通道的A/D转换可以单次,连续,扫描或间断模式执行,ADC的结果可以左对齐或右对齐方式存储在16位数据寄存器中。(The ADC peripherals integrated on the STM32 are very powerful. The struggle develo