搜索资源列表
Speed_control.rar
- 单片机监控液滴流速并实时显示,可以自动控制电机使吊瓶上下运动进而改变流速。,SCM and real-time monitoring of droplet velocity showed that automatically controls the motor so that bottle on a string and thus change the flow up and down movement.
gps3
- 用51单片机控制gps,可以应用于公交车自动报站系统-With 51 control gps, can be applied to the automatic stop announcement systems for buses
followed-the-trace-codes
- 单片机控制,能完成小车自动循迹(黑色路径)、避障等功能。-The paper based on single chip microcomputer STC89C52 application, through C programming language, makes the car have followed the trace, obstacle avoidance, orbiting objects, and other functions.
water_auto_control
- 水箱水位自动控制系统,通过超声波对水位高度的检测,把数据传入到单片机中处理,得出当前水位,并根据当前水位的高低程度调控直流电机和步进电机转动实现水位的增加或减少,从而实现水位的自动控制。-the system of water auto control
006
- 单片机型号:AT89C51 模块:舵机,红外对管,直流电机,编码器,LCD显示屏 接线:比较复杂,见原理图 功能:电源通电后,调节按键,设定初始转速,之后将小车放到白线上,小车则自动沿着白线走,达到路径识别的功能。 详述:单片机启动后通过按键设置电机运行速度。红外对管检测当前白线位置,并计算偏差,输送给舵机,控制舵机转向,并沿着白线行走,编码器通过单片机进行计数并测速,实现速度闭环控制,达到恒速运行。LCD屏幕实时显示当前车速与各个参数,供用户调试。