rtek1000

Results 99 comments of rtek1000

Related: https://github.com/Bodmer/TFT_eSPI/issues/3185

There are 2 problems, the first is the lack of warning from the TFT_eSPI library, and as a result the uC restarts. The other is the limitation of the PNGdec...

http://brettbeauregard.com/blog/2009/05/graphical-front-end-for-the-arduino-pid-library/

Hello again, Tip for guys, I found my 32MB chip in a DIMM PC-100 (256MB - 8x 32MB) - similar image attached. Samsung K4S561632D-TC1L (bus data 16 bits) Thank You....

Another thing I noticed in this example: - WindowSize value range is **incompatible** with Output value range [PID_RelayOutput.ino (line29):](https://github.com/br3ttb/Arduino-PID-Library/blob/master/examples/PID_RelayOutput/PID_RelayOutput.ino) `int WindowSize = 5000;` [PID_v1.cpp (line 28):](https://github.com/br3ttb/Arduino-PID-Library/blob/master/PID_v1.cpp) ```C++ PID::SetOutputLimits(0, 255); //default...

https://github.com/br3ttb/Arduino-PID-Library/issues/77

http://brettbeauregard.com/blog/2012/01/arduino-pid-autotune-library/

http://brettbeauregard.com/blog/2017/06/introducing-proportional-on-measurement/

http://brettbeauregard.com/blog/2017/06/proportional-on-measurement-the-code/

From what I understand, if the instructions for use don't talk about the input declaration of these coefficients, it's because it's enough to activate one mode and deactivate the other....