搜索资源列表
tms320lf2407a
- tms320lf2407a伺服电机控制开发板原理图-TMS320LF2407A servo motor control development board schematics
servo_controller
- AVR R/C Servo controller. The archive containst schematics and firmware code.
servo
- 模拟舵机常用的原理图,希望给新入行者一个参考和帮助。内附三种不同的IC舵机原理图及IC规格书-Analog servos used schematic, want to give new entrants a reference and help. Enclosing three different IC steering gear schematics and IC specifications
duoji-ziliao
- 这是一份舵机资料,内含SD5舵机、S3010舵机手册和原理图。并附上一份C51测试程序,及舵机控制的电路原理图。-This is a steering gear information containing SD5 steering gear, S3010 Servo manual and schematics. Accompanied by a C51 test program, and the steering gear control circuit schematic.
How-To-Make-ssc-32
- How To make SSC-32 Servo Controller. Full with Schematics, Program Code and Design.
006
- 单片机型号:AT89C51 模块:舵机,红外对管,直流电机,编码器,LCD显示屏 接线:比较复杂,见原理图 功能:电源通电后,调节按键,设定初始转速,之后将小车放到白线上,小车则自动沿着白线走,达到路径识别的功能。 详述:单片机启动后通过按键设置电机运行速度。红外对管检测当前白线位置,并计算偏差,输送给舵机,控制舵机转向,并沿着白线行走,编码器通过单片机进行计数并测速,实现速度闭环控制,达到恒速运行。LCD屏幕实时显示当前车速与各个参数,供用户调试。