搜索资源列表
PWM驱动舵机机器人
- 基于STM32,通过两路PWM信号,控制机器人左右两轮来完成各种动作。
智能小车控制程序,360度pwm舵机
- 大家都做过智能小车吗,通过这个程序和我之前上传的程序,就可以组成一套通过手机短信控制智能小车的系统啦!本程序为智能小车控制程序,360度pwm舵机,51单片机实现!
51cpwm
- 舵机控制 51 单片机c语言 pwm using keil-Steering gear control 51 MCU c language pwm using keil
TworoadPWMoccurred
- 实 验 名 称: 两路PWM发生器 实 验 功 能: 本单片机PWM信号主要用于舵机控制 PWM信号周期为20ms,正脉冲在0.5ms到2.5ms之间可调-Reality check name: two road PWM generator The real test chip can work: mainly used for steering gear control PWM signal For 20ms PWM signal cycles, pulse at 0.5 ms
利用单片机PWM信号进行舵机控制
- 采用51单片机简单方便地实现了舵机控制需要的PWM信号
2.按键控制舵机
- 按键控制舵机,通过检测按键的值确定PWM(The button controls the steering gear and determines PWM by detecting the value of the key)
PWM输出
- 用于输出PWM,可用于舵机控制,占空比控制等,附有源程序
STM32 PWM舵机控制
- 用STM32实现PWM控制舵机任意角度(0-180度)转动。(Using STM32 to achieve PWM control steering gear at any angle (0-180 degrees) rotation.)
舵机
- STC15F单片机产生PWM信号控制舵机转动(STC15F singlechip produces PWM signal to control the rotation of the rudder)
3.x单片机控制舵机
- 这是一个用51单片机输出pwm波从而控制舵机转动一定角度的文件(This is a file that uses 51 single chip microcomputer to output PWM wave to control the rotation angle of the steering gear.)
舵机程序
- 利用PWM,改变定时器的占空比来控制舵机(Using PWM to control the rudder)
双舵机
- 双舵机控制,对于初学者来说,会有帮助,是基于STM32F4的PWM舵机控制,可以下载看看,希望对您有所帮助(Dual steering control, for beginners, will be helpful, is based on the STM32F4 PWM steering control, you can download and see, I hope to help you.)
舵机51程序
- 51单片机通过PWM占空比控制舵机角度,应用实例,可用于跳一跳。(The 51 MCU controls the angle of the steering gear through the PWM duty cycle. The application example can be used for jumping.)
PWM
- 实现不同占空比的pwm波的输出,并且可以驱动舵机,控制不同的角度(Achieving the output of PWM waves with different duty cycles)
蓝牙控制8个舵机
- 可以通过蓝牙程序,利用PWM波输出控制8个舵机(Eight steering gears can be controlled by Bluetooth program and PWM wave output.)
PWM输出控制mg90s舵机
- stm32f103zet6控制mg90s舵机运转各种角度(Controlling the operation of Mg 90s steering gear)
PWM控制舵机
- stm32f103c8t6 控制 SG90舵机(stm32f103c8t6 SG90)
实现舵机控制器功能
- 功能列表: 1、单个舵机控制(支持PWM舵机和总线舵机) 2、多个舵机控制(支持PWM舵机和总线舵机) 3、手柄控制舵机 4、串口控制舵机 5、OLED显示舵机的执行情况 6、USB一键下载 7、可支持总线MP3 总线WIFI等设备 8、上位机图形化编程 9、控制6自由度机械臂(Function list: 1. Single steering gear control (support PWM steering gear and bus
stm32f407舵机控制程序
- stm32f407的舵机控制,角度范围为0-180度,可通过按键来改变pwm占空比,进而对舵机转动角度进行控制。也可以自行设置转动角度(Stm32f407 steering gear control, the angle range is 0-180 degrees, through the key to change the PWM duty cycle, and then control the steering gear rotation angle. The rotation angle
采用PWM控制舵机,180度舵机
- 通过对TIM1的初始化,对舵机进行任意角度控制,我用的是180度舵机,TIM1_PWM_Init(1439,999);