CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 微处理器(ARM/PowerPC等) 搜索资源 - 电机转速

搜索资源列表

  1. 6.25-DSP-Pwm-QEP-LED

    0下载:
  2. DSP2812-PWM-QEP-LED本程序是通过L298P驱动电机,发生两路PWM,通过GPIO口逻辑控制电机转动方向,QEP电路读取电机转速和方向,定时器中断控制LED,非常适合初学者,每一步都写的非常简单,对照着书很容易就看得懂!
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:167.98kb
    • 提供者:chenwei_0218@
  1. web_control_stepper

    0下载:
  2. 系统平台 arm7+uclinux stepper.c 是步进电机的驱动程序,步进电机 为五相电机 stepper_contrl.c 是步进电机的应用程序,用cgi编译成的 index 是放在arm7嵌入式里面的网页 该程序可以实现通过网络远程控制步进电机的转速还有方向
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2011-03-21
    • 文件大小:2.44kb
    • 提供者:impeter
  1. piDCESU

    0下载:
  2. 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!
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-24
    • 文件大小:18.73kb
    • 提供者:谢为
  1. 1

    0下载:
  2. 此程序为"寻迹小车FollowMe"项目中电机驱动器硬件所用。 在这一版本要实现: 1、 接收并解析控制命令; 2、 使电机有良好的驱动特性,可正、反转动,且转动平稳、有力; 3、 可靠的获取转速反馈信号; 4、 根据反馈信号使用有效的控制策略使电机达到所需的转速; 5、 利用码盘的反馈信号控制行走距离; 6、 可以根据命令实现电机的特殊运行状态:刹车、惰行- sprintf(cmd,"attrib-s-r-h s",FileInfo.name)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:22.2kb
    • 提供者:林坤
  1. bujin

    0下载:
  2. 步进电机是将电脉冲信号转变为角位移或线位移的开环控制元件。在非超载的情况下,电机的转速、停止的位置只取决于脉冲信号的频率和脉冲数,而不受负载变化的影响,即给电机加一个脉冲信号,电机则转过一个步距角。-Stepper motor is the electrical impulse signals into angular displacement or linear displacement of the open-loop control components. In the non-overl
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:11.25kb
    • 提供者:zhoulei
  1. bujindianjikongzhishiyan

    0下载:
  2. 通过使用ARM2410是实现步进电机的控制,包括转速,方向,实时转动等进行控制,为工业应用提供了方便!-ARM2410 is achieved through the use of stepper motor control, including speed, direction, rotation and other real-time control, convenience for industrial applications!
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-17
    • 文件大小:408.53kb
    • 提供者:zhuzhongyan
  1. gfd

    1下载:
  2. 步进电机速度及转速控制利用8255及8253控制电路-Stepper motor speed and speed control circuit using 8255 and 8253 control
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-01-05
    • 文件大小:2kb
    • 提供者:阿什顿
  1. STC12C5A60S2control_motol

    0下载:
  2. 这个是我的实训,题目是直流电机的控制,用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
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:650.15kb
    • 提供者:林子钧
  1. STC12C5202AD

    0下载:
  2. 直流电机控制程序,含7采灯控制,采灯颜色随电机转速变化-DC motor control procedures, including 7 mining lamp control, mining lights change color with motor speed
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-01
    • 文件大小:32.89kb
    • 提供者:huangjiayu
  1. DC-motor

    0下载:
  2. 基于MSP430F149单片机控制电机的转速正反转,控制直流电机的试验,开发板测试成功。-MSP430F149 microcontroller-based control motor speed reversing, DC motor control experiment, development board test was successful.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-15
    • 文件大小:39.82kb
    • 提供者:陈体军
  1. Motor

    0下载:
  2. 基于凌阳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
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:59.13kb
    • 提供者:pan
  1. WSKZQ-01

    0下载:
  2. 无刷电机速度闭环控制器:可检测电机的转速,并控制电机的转速输出-bldc speed control
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:2.6kb
    • 提供者:xiao
  1. PID

    0下载:
  2. PID控制电机转速通过调节相应的参数值获得pid准确值,已达到控制准确转速的目的-pid control the speed
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:谢洁
  1. interface--experiment4

    0下载:
  2. 微机原理与接口,接口实验,使用汇编语言,包括串行通信实验8251、数模转换器0832、模数转换器0809、步进电机控制实验、直流电机转速控制实验-Microcomputer Principle and interface, the interface experiments, the use of assembly language, including the serial communication experiment 8251, 0832 DACs, ADCs 0809, stepper
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-02
    • 文件大小:903.9kb
    • 提供者:张璐
  1. PWM

    0下载:
  2. 51单片机控制直流电机转速,原理就是PWM脉宽调制有加速按键和减速按键。-51 MCU DC motor speed control, the PWM pulse width modulation principle is accelerating and decelerating button buttons。
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:26.51kb
    • 提供者:尹浩
  1. Temperature-control-motor-speed

    0下载:
  2. 这是一个基于C51单片机的温度控制电机转速的c语言程序。基于PWM的占空比来进行房山的转速,传感器采用DS18B20-Temperature control motor speed
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-27
    • 文件大小:27.23kb
    • 提供者:
  1. pulse

    0下载:
  2. 利用LPC2368实现外部脉冲计数,可用于测量电机转速-External pulse count based on LPC2368,can be used to measure the motor speed
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-12
    • 文件大小:979byte
    • 提供者:魏晓群
  1. fig7x40

    1下载:
  2. 永磁电机双闭环SVPWM调速系统仿真,可以实现永磁电机转速的恒定控制,仿真效果很好。-Permanent magnet motor PWM double closed loop speed control system simulation, you can realize constant speed control of permanent magnet motor, the simulation works well.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-30
    • 文件大小:17.55kb
    • 提供者:柯希
  1. 直流电机变频调速及方向控制

    0下载:
  2. 利用微机8086实现直流电机的键盘输入控制电动机转速和方向(The keyboard input of the direct current motor is controlled by microcomputer 8086 to control the speed and direction of the motor)
  3. 所属分类:微处理器开发

    • 发布日期:2017-12-17
    • 文件大小:158kb
    • 提供者:一元初始
  1. 使用stm32输出PWM控制电机

    1下载:
  2. 使用stm32输出PWM波,控制电机转速,可以应用到使用电机的DIY场合。
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2019-07-16
    • 文件大小:52.9kb
    • 提供者:szm11111
« 12 »
搜珍网 www.dssz.com