Can the Arduino do PID commands?

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Squid90
 
Posts: 14
Joined: Thu Aug 27, 2015 2:15 pm

Can the Arduino do PID commands?

Post by Squid90 »

I have a project that needs PID commands, does the Arduino do PID commands?

User avatar
DuaneDegn
 
Posts: 141
Joined: Thu Aug 02, 2012 1:39 pm

Re: Can the Arduino do PID commands?

Post by DuaneDegn »

There is an Arduino PID library. The Arduino can use a PID algorithm to control devices. I think just about any microcontroller can. It's just a small matter of programming.

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Can the Arduino do PID commands?

Post by adafruit_support_mike »

Our SousViduino project uses a PID: https://learn.adafruit.com/sous-vide-po ... /sous-vide

Locked
Please be positive and constructive with your questions and comments.

Return to “General Project help”