rtek1000

Results 54 issues of rtek1000

I'm developing a program with PIC16F1938, and I'm based on this library, which is the simplest and most informative, especially in relation to the oscillator activation bit in case of...

Hello, > the oscillator is enabled and time starts incermenting incermenting ---> incREmenting - Suggested by Google: "the oscillator is enabled and the time starts to increase" https://github.com/Naguissa/uRTCLib/blob/b2863b61cf30ee0f7bef9a53117646e093786944/src/uRTCLib.cpp#L344C76-L344C130

Hi, Unfortunately the W1209 board does not have UART pin usability. But I'm managing to emulate USART using timers. Would it be possible to emulate the serial port to use...

> Install VS-Code > # Ubuntu and Mint linux > $ wget https://go.microsoft.com/fwlink/?LinkID=760868 -O vscode.deb > $ sudo dpkg -i vscode.deb `$sudo apt-get install code` > Add extention > >...

Hello, when the tunings are changed, it might be good to reset the integrals. Code: https://github.com/br3ttb/Arduino-PID-Library/blob/master/examples/PID_AdaptiveTunings/PID_AdaptiveTunings.ino ```C++ myPID.SetMode(MANUAL); Output = 0; myPID.SetMode(AUTOMATIC); ``` Ref.: https://forum.arduino.cc/t/using-arduino-pid-library-reseting-integrals/296451

Hello, I noticed that the sum of the value in the windowStartTime variable occurs, but it seems to me that it is not restarted, so in a moment it seems...

This Issue is just a small suggestion for those who are having difficulties in starting the controller operation, with very high Overshoot (probably due to the integral term that will...

![td-versus-tau](https://user-images.githubusercontent.com/8660811/164934089-017dd315-b961-4e07-9526-f784fbd160e6.png) See: https://github.com/br3ttb/Arduino-PID-Library/issues/117

Is this code in a GitHub repository? ![My Remote Image](https://live.staticflickr.com/3297/3577893037_3b71d6c190_o.png?dl=0) http://brettbeauregard.com/blog/2009/05/graphical-front-end-for-the-arduino-pid-library/ http://arduino-pid-library.googlecode.com/files/PID_FrontEnd_v03.zip http://brettbeauregard.com/blog/category/pid/front-end/ http://arduino-pid-library.googlecode.com/files/PID_FrondEnd_v02-fixed.zip

- PID Autotune Library: [http://brettbeauregard.com/blog/2012/01/arduino-pid-autotune-library/](http://brettbeauregard.com/blog/2012/01/arduino-pid-autotune-library/) [https://playground.arduino.cc/Code/PIDAutotuneLibrary/](https://playground.arduino.cc/Code/PIDAutotuneLibrary/) - PID Library: [https://playground.arduino.cc/Code/PIDLibrary/](https://playground.arduino.cc/Code/PIDLibrary/) [https://github.com/br3ttb/Arduino-PID-Library/](https://github.com/br3ttb/Arduino-PID-Library/) [http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/](http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/)