搜索资源列表
PID
- STM32单片机的PID算法实例,通过PID算法控制STM32的PWM输出,反馈量是PWM低通滤波后得到的AD-STM32 microcontroller PID algorithm instance, through the STM32 PID algorithm to control the PWM output, PWM amount of feedback is obtained after low-pass filter AD
AD_2_Channel_DMA
- STM32例子 AD两通道采样(一个模拟输入 一个内置温度传感器) DMA传输。 -STM32 a presentation including examples of two-channel AD sampling (one analog input of a built-in temperature sensor) DMA transmission
stm32_adc
- 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分别落到AD_Value[0]和AD_Value[1]中。
tft_AD
- stm32 ad转换及tft屏幕显示,屏幕可显示英文字库及符号及系统内部电压。-stm32 ad conversion and tft screen display, the screen display and the English font and symbols within the system voltage.
ADC_3ADCs_DMA
- stm32学习之,安富来开发板,基于官方例程的例程,之,AD的初认识-stm32 learning, Fu to the development board, based on the official routine of routine, of, AD' s early understanding of
STM32-AD
- 使用STM32单片进行AD转换,通过将单片机的USB模拟为232串行口与上位机进行数据通信的实例。-The STM32 monolithic AD converter, by MCU USB analog to 232 serial port with the host computer data communication instance.
AD-SPI
- AD通过stm32的spi传输数据,再通过232传输出去,完成收发通信。-AD stm32 the spi transmit data, and then by 232 out to complete the transceiver communication.
STM32-AD(DMA)-interrupt
- 基于STM32的AD信号采集,采用DMA传输数据时,直接从SRAM取出数据时,DMA仍在数据传输,导致数据的实时性低,采用DMA中断取出数据,可保证在一段时间内数据的准确性,但也会丢失一部分ADC数据,适用于阶段性数据取样。-Based on the AD STM32 signal acquisition when using DMA data transfer, data is directly taken out from the SRAM, DMA is still data transm
ad
- 利用stm32 ad采集电压信号 并显示在液晶12864上,并附带了一般的液晶显示 比如时间,字等等。-Ad STM32 acquisition voltage signal and displayed on the LCD 12864, and with the general liquid crystal display such as time, word, etc..
AD-DA
- 基于STM32103VG单片机,运行平台为KEIL,实现简单的AD-DA转换。(Based on STM32103VG microcontroller, the operation platform for KEIL, to achieve a simple AD-DA conversion.)
STM32灏佽搴
- STM32所有的板子。AD封装。用来画图的。你懂得,打包下载,(AD packaging. Used for drawing. You know, pack and download)
2)STM32F030串口AD
- 基于keil5的STM32F030的AD+串口(AD+ serial port of STM32F030 based on keil5)
STM32 AD
- STM32库函数,实现AD转换。可通过测量电位器的电压对代码进行测试。(STM32 library function, to achieve AD conversion. The code can be tested by measuring the voltage of the potentiometer.)
stm32 ADC initialization program
- 对stm32上的AD模块进行初始化设置,从而进行下一步的编程(Initialize the AD module on the STM32 so that you can proceed to the next step)
ADS1115 for STM32
- 基于stm32的ADS1115的c文件,16位AD转换器(STM32 based ADS1115 C file, 16 bit AD converter)
奋斗STM32开发板TINY例程
- STM32奋斗板-LED闪烁: 演示了LED定时闪烁例程。并附带例程详解及实验手册PDF STM32奋斗板-LED闪烁-ucos: 基于ucos 演示了LED定时闪烁任务,可通过串口1修改闪烁间隔。并附带例程详解及实验手册PDF STM32奋斗板-TIM3-CH2: 演示通过TIM3的CH2通道产生特定频率的波形。并控制LED闪烁。并附带例程详解及实验手册PDF STM32奋斗板-TIM3-PWM: 演示通过TIM3的CH2通道产生PWM波形,控制LED的明暗变化。并附
STM32 12通道ADC_DMA -
- STM32多通道AD采集,基于DMA,对模拟采集有参考价值(STM32 multi-channel AD acquisition, based on DMA, has a reference value for analog acquisition)
基础篇 20. STM32 ADC工作原理
- 这一个文件程序用于AD转换,可以把模拟量转换为数字量(This file program is used for AD conversion and can convert analog to digital)
多通道AD采集(循环)
- AD多通道轮循采集,并用12864显示,没有采用DMA,另外包含了18B20的读写(AD multichannel wheel collection and 12864 display)
STM32-DCP-208 串口AD转换电路(ADS1118)
- 实现是STM32的AD转换,并通过串口发送。(Implementation is STM32 AD conversion, and sent through the serial port.)