Arduino-PID-Library icon indicating copy to clipboard operation
Arduino-PID-Library copied to clipboard

Results 6 Arduino-PID-Library issues
Sort by recently updated
recently updated
newest added

Hi, What is the correct method of resetting the controller, specifically integral term? setmode doesn't seem to have any effect, other than "pausing it". I.e I tell my robot to...

Dear All, First of all, thank you very much for this PID V2 Library! I have an issue with the PID SetMode function. Whatever I set, the output is still...

enhancement

I'm using PID_v2 in an Arduino application, and I get the following output: ``` MPU6050 connection successful Initializing DMP... Enabling DMP... DMP ready! Waiting for MPU6050 drift rate to settle......

I have an autonomous robot that uses a master timing source generated by a TIMER5 interrupt on an Arduino Mega 2560. All my environmental variables (distance, heading, etc) are updated...

Hi, thanks for the work! Is there any description about the improvements over the PID_v1 and also some doc about the usage of the v2? Thanks