搜索资源列表
FUDGBMLGJQEGE1C
- arduino code for simple pid from potentiomenter to dc motor with encoder. Regards Richard
_wave_distance
- arduino nano 超声波测距pid控制距离-ultrasonic distance
Arduino-PID-Controller-master
- Arduino-PID-Controller-master PID算法,C-Arduino-PID-Controller-master PID algorithm, C++
ArduinoPMPU6050MPU6050_pid(3)
- Arduino+MPU6050+卡尔曼滤波自平衡车MPU6050_pid PID控制算法,电子竞赛参赛者可参考代码-Arduino+MPU6050 Kalm filtering smart car PID Algorithm
pid-control-program
- pid示例程序,使用arduino单片机-pid example, the use arduino microcontroller
balance_car_base_on_arduino
- 基于arduino的自主两轮平衡小车,这是自己自主学习实验过程的结晶,采用mpu6050姿态测量,同时利用卡尔曼滤波,pid算法等,小车完全可以达到静止不动的状态,希望能够对有同样兴趣的朋友们有些帮助(自己写的)-The independent two wheel balancing car based on Arduino, this is a crystallization of their autonomous learning experiment process, using mpu6
PID_v1
- arduino下的pid程序,可以直接使用-arduino pid under the program, can be used directly
Arduino-PID-Library-master
- Arduino-PID-Library-master库函数,可以轻松实现PID控制,是Arduino的函数库。-Arduino-PID-Library-master library function, you can easily realize the PID control is the Arduino library.
br3ttb-Arduino-PID-Library-v1.1.1-2-gfb095d8
- PID算法库 真的不是道说什么了 能不说吗(Can be used for motor PID control)
sketch_may10a_serial_Control_M2_PCB_test
- Arduino 马达控制,控制Actuator, 机器人身体移动, PID 控制(Arduino motor control)
a-star-32u4-arduino-library-master
- Arduino 马达控制, PID 控制库文件,AStar芯片(PID control library file)
F103-MPU6050六轴传感器实验
- PID控制电机转速+上位机通信+绘制速度曲线(LED lamp flicker controlled by Arduino)
Arduino-PID-Library-master
- PID Arduino Code
PID_AdaptiveTunings1_1
- 一种基于Arduous单片机的p.i.d控制程序,可以通过使能端控制被控对象的输出变化方向,例如电机正反转、冰箱升温降温等。也可以根据个人需要去掉使能端,只用PID算法。(A P.I.D controller is accomplished based on M.C.U. we download the P.I.D lib from Internet and add it to the developing software environment. finally, we developed
PID_Line_Follow_ref
- 让Arduino利用PID算法控制小车沿线行走(Using PID control algorithm to achieve simple line following.)
pid六轴I2c的库
- Ardiono PID六轴和I2C通讯的库文件(The library file of the Ardiono PID six axis and I2C communication)
control_DOBPos2
- this is arduino due code. im using rotary encoder on motor shaft and for add/reduce set point. the motor rotary encoder assigned in pin 2 and 3 arduino
stepMode
- 直流电机的PID控制可实现稳定输出角度运行平稳(PID control of DC motor)
car_PID
- Arduino 编程控制 PID控制小车变速、匀速、寻迹运动 转速测速(Arduino programming control PID control car speed change, uniform speed, track movement.)
Arduino PID库
- PID代表 比例, 积分, 微分。PID控制在控制回路反馈机制内提供连续的输出变化准确控制过程,消除振荡,提高效率。