Control P-I-D library for esp32 #10975
Unanswered
2dof
asked this question in
Libraries & Drivers
Replies: 3 comments 9 replies
-
Impressive. And properly documented 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have added small lib for Thermocouple type K functions ( based on Polynomials and lookup tables ) for non-linearity correction: It is good base for:
Other types will be added later. |
Beta Was this translation helpful? Give feedback.
8 replies
-
added:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I published small P-I-D control library in micropython for esp32 ( for other platforms should work too):
https://github.com/2dof/esp_control
It is based typical on functional code (as base to OOP) and provide PID algorithms and signal processing based on industrial standard implementation ( but without alarms).
Also I added a curve generator for Setpoint generation in thermal proces control.
from my test and simulations library should be used for proces samplins Ts > 0.1 sec.
In the furture I will add other algorithms (auto tuning mechanism, pole placement etc) and 'user-end-implementations' examples.
I hope description is clear and someone will find it usefull.
Beta Was this translation helpful? Give feedback.
All reactions