搜索资源列表
FUDGBMLGJQEGE1C
- arduino code for simple pid from potentiomenter to dc motor with encoder. Regards Richard
motor_lab
- arduino code for simple pid from potentiomenter to dc motor with encoder. Regards Richard
br3ttb-Arduino-PID-Library-20199df
- Arduino开发环境的PID模块,使用C/C++编写,可作为学习资料。-PID module of the Arduino development environment, using C/C preparation, can be used as learning materials.
Arduino-PID-Controller-master
- Arduino-PID-Controller-master PID算法,C-Arduino-PID-Controller-master PID algorithm, C++
Arduino-PID-Library-master
- Arduino的PID库文件,程序有详细的注释,而且里面包含有应用实例。比较适合初学者学习。-Arduino s PID library files, the program has detailed notes, and which contains application examples. More suitable for beginners to learn.
pid-control-program
- pid示例程序,使用arduino单片机-pid example, the use arduino microcontroller
Arduino-PID-Library-master
- PID library for arduino UNO, MEGA
br3ttb-Arduino-PID-Library-v1.1.1-2-gfb095d8
- Arduino PID library source code
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.
Nrduino-the-PID
- Arduino-PID-Library-master Arduino的PID库-Arduino- PID- Library- the master of the Arduino PID Library
br3ttb-Arduino-PID-Library-v1.1.1-2-gfb095d8
- PID算法库 真的不是道说什么了 能不说吗(Can be used for motor PID control)
Arduino-PID-Library-master
- arduino pid库文件包含所有arduino pid算法(The Arduino PID library file contains all the Arduino PID algorithms)
MPU6050
- 基于arduino的mpu6050数据获取的示例程序(Mpu6050 data acquisition based on Arduino sample program)
a-star-32u4-arduino-library-master
- Arduino 马达控制, PID 控制库文件,AStar芯片(PID control library file)
PID参数设置
- Arduino控制板对舵机进行PID参数设置的程序 ,对舵机进行PID参数设计,搭载二自由度云台,因此设置了两个方向的PID参数(The Arduino control board carries on the PID parameter setting program to the steering gear, carries on the PID parameter design to the steering gear, carries two degrees of freedom pan
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六轴I2c的库
- Ardiono PID六轴和I2C通讯的库文件(The library file of the Ardiono PID six axis and I2C communication)
stepMode
- 直流电机的PID控制可实现稳定输出角度运行平稳(PID control of DC motor)
Arduino PID库
- PID代表 比例, 积分, 微分。PID控制在控制回路反馈机制内提供连续的输出变化准确控制过程,消除振荡,提高效率。