issues
search
br3ttb
/
Arduino-PID-Library
1.96k
stars
1.11k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Modify the code (PID_v1.h) with these improvements for better efficiency
#148
Maphineth-UNG
opened
2 weeks ago
0
How can I compute new pid coeff from old ones based on
#147
JulienDevillers
opened
2 weeks ago
2
The PID_RELAY_OUPUT.ino file doesn't set pinMode(RELAY_PIN,OUTPUT)
#146
drf5n
opened
1 month ago
0
how to simulate the pid on PC, without actual devices
#145
MiKiJT
opened
3 months ago
2
Update README.txt
#144
SimonEnsemble
closed
6 months ago
0
Link to documentation just takes me to the Arduino Playground homepage
#143
sholtob
opened
9 months ago
4
Kk
#142
MohammedJo90
closed
1 year ago
0
PID Output Relay exemple
#141
sbarabe
closed
1 year ago
2
esp32 adaptive tuning
#140
tomislav12
opened
1 year ago
2
Proportional on measurement in PID::Compute seems to modify integral error
#139
yzhang2907
opened
1 year ago
0
Microsecond update
#138
ChrGri
opened
1 year ago
0
Set pinMode(RELAY_PIN,OUTPUT) & add RELAY_ON /RELAY_OFF per https://github.com/br3ttb/Arduino-PID-Lib…
#137
drf5n
opened
1 year ago
0
Relay example seems backwards for digitalWrite(relayPin,HIGH) == On
#136
drf5n
opened
1 year ago
1
Where is version 1.2.0 ?
#135
anyonecan
opened
1 year ago
0
No License File Included
#134
ebarrieau
opened
1 year ago
0
Expose integral to enable user-space hacking
#133
drf5n
opened
1 year ago
2
Expose integral for user-space anti-windup access
#132
drf5n
opened
1 year ago
5
How to implement Interactive PID method with this library
#131
FelixWT
closed
1 year ago
1
Is there an Overflow in PID_RelayOutput.ino?
#130
rtek1000
opened
1 year ago
2
basic example uses analogWrite(outputpin,DOUBLE) !
#129
StefanL38
opened
1 year ago
6
need esp32 PID example
#128
microElabDevelop
opened
1 year ago
5
Update PID_v1.h
#127
zkhan666
opened
2 years ago
0
Add deadband
#126
mrx23dot
opened
2 years ago
1
When the tunings are changed, it might be good to reset the integrals.
#125
rtek1000
opened
2 years ago
9
Output goes to 0 when above setpoint.
#124
ZachElkins
opened
2 years ago
2
Is it possible to use the PID inside another class?
#123
studi1882
closed
2 years ago
2
Is the calculated PID result relative to the previous value or absolute on its own?
#122
happymacer
opened
2 years ago
2
Systems with large time constant (Dead Time versus Time Constant)?
#121
rtek1000
opened
2 years ago
0
Front-End download link is offline
#120
rtek1000
opened
2 years ago
0
Maybe your project needs Fuzzy logic
#119
rtek1000
opened
2 years ago
1
Output is nan after several hours of successful running
#118
bellabrez
opened
2 years ago
3
PonM vs PonE coeffitients
#117
djObsidian
opened
2 years ago
10
Backcalculate integral sum into feasible range
#116
drf5n
opened
3 years ago
1
Is dynamic reconfiguration of the setpoint value supported?
#115
fkromer
closed
3 years ago
2
Update PID_v1.cpp
#114
eyz
opened
3 years ago
0
Use arrays with PID library
#113
simeon9696
opened
3 years ago
6
how to reset PID output value after runing
#112
gunaone
closed
3 years ago
4
modified SetSampleTime() to allow PID::Compute() synch to external timing source
#111
paynterf
opened
3 years ago
1
SetSampleTime(0) doesn't change the internal SampleTime class member
#110
paynterf
opened
3 years ago
15
update Compute() so it computes on the first call
#109
tlatorre-uchicago
opened
3 years ago
1
PID.Compute(); problems
#108
VILLO88
opened
4 years ago
1
Add PID Tests
#107
riggja
opened
4 years ago
0
P_ON_M functionality doesn't seem to do what it's supposed to - same as D
#106
louis-potvin
closed
4 years ago
2
detailed documentation missing
#105
shepner
opened
4 years ago
6
Changing sign Derivative factor
#104
DavyEHB
opened
4 years ago
1
PID
#103
dlliulu
opened
4 years ago
0
Problem with Anti-windup
#102
xoTTabbj4
opened
4 years ago
2
Min and Max output limit issue with flexible min/max values
#101
gryzli133
closed
3 years ago
3
Trying to incorporate the PID library into a boat autopilot project
#100
trotamares
opened
4 years ago
1
pid for engine speed control, does not work;-;
#99
joaovictor78
opened
4 years ago
3
Next