搜索资源列表
6.25-DSP-Pwm-QEP-LED
- DSP2812-PWM-QEP-LED本程序是通过L298P驱动电机,发生两路PWM,通过GPIO口逻辑控制电机转动方向,QEP电路读取电机转速和方向,定时器中断控制LED,非常适合初学者,每一步都写的非常简单,对照着书很容易就看得懂!
web_control_stepper
- 系统平台 arm7+uclinux stepper.c 是步进电机的驱动程序,步进电机 为五相电机 stepper_contrl.c 是步进电机的应用程序,用cgi编译成的 index 是放在arm7嵌入式里面的网页 该程序可以实现通过网络远程控制步进电机的转速还有方向
piDCESU
- PID自动调节直流电机的速度。认为规定直流转多少转,通过PID算法自动控制稳定在规定的转速内!-PID automatic adjustment of the speed of DC motor. DC to consider the number of provisions to, through the PID algorithm for automatic control of speed and stability within the required!
1
- 此程序为"寻迹小车FollowMe"项目中电机驱动器硬件所用。 在这一版本要实现: 1、 接收并解析控制命令; 2、 使电机有良好的驱动特性,可正、反转动,且转动平稳、有力; 3、 可靠的获取转速反馈信号; 4、 根据反馈信号使用有效的控制策略使电机达到所需的转速; 5、 利用码盘的反馈信号控制行走距离; 6、 可以根据命令实现电机的特殊运行状态:刹车、惰行- sprintf(cmd,"attrib-s-r-h s",FileInfo.name)
Washer_with_BLDC_ASM_and_PCB_Included
- 1.该产品是一个民用高速脱水机,机器最大容量为5公斤。 2.全自动波轮洗衣机的脱水转速为:8000-1000rpm。当脱水转速到达3200rpm时,化纤类衣物在夏天几乎可以直接穿了——非常干了。 3.该产品原来是德国的,他们采用交流感应电动机,我们无法实现——因为没有解决刹车的问题。高速下刹车的解决需要好的材料选择以及精确的设计。BLDC的刹车就好办了。 4.我的设计非常精简——1片MEGA48,6只75NF75,1只20A的桥——详细见电子元器件清单,成本只有不足30元。 5.
bujin
- 步进电机是将电脉冲信号转变为角位移或线位移的开环控制元件。在非超载的情况下,电机的转速、停止的位置只取决于脉冲信号的频率和脉冲数,而不受负载变化的影响,即给电机加一个脉冲信号,电机则转过一个步距角。-Stepper motor is the electrical impulse signals into angular displacement or linear displacement of the open-loop control components. In the non-overl
300-C51B
- 300个原创程序之C51第二部分 12864显示模块 2005 CCTV ROBOT 2005 CCTV_N 2005电子设计竞赛 2006 CCTV ROBOT 4X4键盘 8253频率计 8人表决器 AD9850DDS AD9851DDS DS1820 EX-board I2C总线驱动程序 LED电子钟 PS2接口 TC1297 Test USB_IDE 串口摸拟 冲床自动进料控制 冷光源调光 基于51内
bujindianjikongzhishiyan
- 通过使用ARM2410是实现步进电机的控制,包括转速,方向,实时转动等进行控制,为工业应用提供了方便!-ARM2410 is achieved through the use of stepper motor control, including speed, direction, rotation and other real-time control, convenience for industrial applications!
Project_xkPWM-(OK)
- 通过SCI串口程序控制PWM的改变,称之谓在在线控制转速,修改调试极其方便-SCI serial port program control PWM by the change, known in the online control of that speed, extremely easy to modify the debug
gfd
- 步进电机速度及转速控制利用8255及8253控制电路-Stepper motor speed and speed control circuit using 8255 and 8253 control
shuzi
- 数字转速表,可以测量物体的转速,采用AVR微处理器,LCD1602-Digital tachometer, to measure an object' s speed, using AVR microprocessor, LCD1602
STC12C5A60S2control_motol
- 这个是我的实训,题目是直流电机的控制,用STC12C5A60S2控制直流电机,通过内部的PWM口来控制电机的调速,硬件部分的电路设计不好,导致电机转速不快。具体实现的功能是电机正反转,调速,还有用红外对管测速-This is my training, entitled DC motor control, DC motor, STC12C5A60S2 control by the internal PWM port to control the motor speed, the circuit d
STC12C5202AD
- 直流电机控制程序,含7采灯控制,采灯颜色随电机转速变化-DC motor control procedures, including 7 mining lamp control, mining lights change color with motor speed
ap1608410_FOC_of_PMSM
- 本工程是采用英飞凌的16位单片机进行PMSM的转子磁场定向控制。包括SVPWM算法,自启动程序,转速、电流、磁场闭环。-The project is to use infineon 16 bit single chip microcomputer for PMSM rotor field orientation control. Including SVPWM algorithm, since the start-up procedure, speed, current, magnetic f
AP1617310_XE164
- 本代码功能是实现BLDCM的无位置转速、电流双闭环控制。采用的微处理器为英飞凌的XE166系列,内容包括自启动模块、换相点确定、PI模块以及相应的通信模块。-This code is to realize the function of BLDCM without position speed and the current double closed loop control. The microprocessor for infineon s XE166 series, since the
DC-motor
- 基于MSP430F149单片机控制电机的转速正反转,控制直流电机的试验,开发板测试成功。-MSP430F149 microcontroller-based control motor speed reversing, DC motor control experiment, development board test was successful.
Motor
- 基于凌阳61单片机的小车循迹程序,区分了大弯小弯,采用PWM调节方波的占空比来控制直流电机的转速。循迹用st188探头。-Based on Sunplus 61 MCU car tracking procedures, a distinction between small bend big bend, adjustable square wave using PWM duty cycle to control the DC motor speed. Traction with st188 pr
tachometer
- 工程机械转速表,使用HT单片机,汇编语言-Engineering machinery tachometer, using the HT microcontroller, assembly language
WSKZQ-01
- 无刷电机速度闭环控制器:可检测电机的转速,并控制电机的转速输出-bldc speed control
Freescale-real-time-display-speed
- 飞思卡尔单片机和旋转编码器组合测电动机转速程序,通过串口示波器实时上传至PC,同步显示转速-Freescale microcontroller and rotary encoder measuring motor speed, real-time uploaded to PC by serial port oscilloscope, synchronous display speed