搜索资源列表
pwm
- pid,直流电机双闭环控制的DSPF2812算法
pwm
- TDS2812--pwm调试程序--电机控制
6.25-DSP-Pwm-QEP-LED
- DSP2812-PWM-QEP-LED本程序是通过L298P驱动电机,发生两路PWM,通过GPIO口逻辑控制电机转动方向,QEP电路读取电机转速和方向,定时器中断控制LED,非常适合初学者,每一步都写的非常简单,对照着书很容易就看得懂!
dollycon1
- 基于s3c44b0x的小车控制程序,通过按键扫描判断不同方向指令,进而发出相应的PWM波驱动电机以及控制电机转动方向的I/O信号,采用中断实现换挡调速
pwm
- STM32的PWM输出模式,STM32的TIM1模块是增强型的定时器模块,天生就是为电机控制而生,可以产生3组6路PWM,同时每组2路PWM为互补,并可以带有死区,可以用来驱动H桥。-STM32' s PWM output mode, STM32' s TIM1 module is enhanced timer module, is inherently for the motor control, it can produce three groups 6-channel PWM,
S3C44B0PWM
- S3C44BX上用PWM实现步进电机的控制。所用步进电机是4相八拍-S3C44BX on the realization of stepper motor with PWM control. The 4-phase stepper motor is shot eight
PWM
- 该程序是TI公司的2000系列DSP-TMS320F2812的典型应用,实现了PWM 电机控制,对初学者很有借鉴意义。-The program is TI' s 2000 series of DSP-TMS320F2812 a typical application to enable the PWM motor control, meaning a very useful reference for beginners.
demo
- 下面是目录介绍 ADC---------ADC模数转换实验 ASM---------汇编程序实验 ASM_c-------汇编和C语言混合实验 CF----------CF读写实验 DcMotor-----直流电机实验 DMA——-----DMA数据传输实验 GPRS--------GPRS/GSM通讯实验 GPS---------GPS全球定位实验 IDE---------IDE测试实验 IIC---------IIC读写实验 IIS--------
DCMOTERCONTROL
- 5V直流电机调速控制 实现三档调速 正反转 H桥驱动 模拟PWM波控制 -5V DC motor speed control to achieve third gear speed reversing H bridge driver controlled analog PWM wave
MMoter
- 使用PWM信号控制电机转动,根据伺服编码反馈信号确定电机位置。-Using the PWM signal to control the motor rotation, determined according to the servo motor position feedback signal coding.
pwm
- PWM信号的产生程序,我们知道要控制好电机的话,就要通过PWM信号来产生,所以,PWM信号是很重要的-PWM signal generation process, we know the words to control the motor, it is necessary to generate through the PWM signal, so, PWM signal is very important
zhiliudianjitiaosu
- 直流电机调速,使用矩阵键盘扫描,52单片机定时器输出PWM,智能控制电机。-DC motor speed control, use the keyboard scan matrix, 52 MCU timer output PWM, intelligent motor control.
main
- 步进电机的简单控制,PWM波形的产生方法,-Simple stepper motor control, PWM waveform generation method,
PWM
- stm32电机控制基础,pwm产生,入门级程序-stm32 basic motor control, pwm generation, entry-level program
PWM-stm32
- 运用STM32微处理器进行PWM电机控制-The use of microprocessor STM32 Motor Control PWM
pwm
- atmega8 输出八路PWM信号,控制直流电机、舵机,语言为C。 -atmega8 eight PWM output signal to control the DC motor, servo, language is C.
PWM
- PWM电机无极调速,用PWM控制直流电机的转动速度,基于51单片机,C语言-PWM motor stepless speed control, the PWM control the rotational speed of the DC motor, based on 51 microcontroller, C language
stepper-motor-control-PWM-output
- 实用stm32f103R8输出PWM控制步进电机 定时器控制占空比-Practical stm32f103R8 stepper motor control PWM output duty cycle timer control
PWM-TIME1_servo
- 伺服电机的基本控制功能,正反转,调速,简单可行。(Servo motor basic control function, positive and negative inversion, speed regulation, simple and feasible.)
使用stm32输出PWM控制电机
- 使用stm32输出PWM波,控制电机转速,可以应用到使用电机的DIY场合。