title | description | date | categories | published | ||
---|---|---|---|---|---|---|
How PID control work |
A dive into PID control with great exemple |
2023-11-27 |
|
true |
- Definition of PID
- What does it mean
- What does it do
- What can it be used for
- Use case
- PID formula
- Example
- Limitation
- PID integration into ESP32 COOP
- How to adapt
- How to integrate flexibility
By now you certainly know what it means: Proportional, Integral, and Derivative.
In other words, it is a mathematical formula to reach a goal in the perfect way. It could be adjusting to the best temperature or making a motor stop at the right place. But with only this knowledge, we won't go very far.
PID